linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-21 22:28:57 to 2012-05-24 01:12:37 UTC [more...]

[RFC 0/8] Another step in l2cap_core/sock separation
 2012-05-24  1:12 UTC  (2+ messages)
` [RFC 1/8] Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c

[PATCHv2] Bluetooth: Send a configuration request after security confirmation
 2012-05-24  0:33 UTC  (6+ messages)
  ` [PATCHv3] "

[PATCHv1 00/17] Bluetooth A2MP implementation
 2012-05-23 23:30 UTC  (36+ messages)
` [PATCHv1 01/17] Bluetooth: A2MP: Create A2MP channel
` [PATCHv1 16/17] Bluetooth: A2MP: Handling fixed channels
` [PATCHv1 17/17] Bluetooth: A2MP: Manage incoming connections
` [PATCHv2 00/19] Bluetooth A2MP implementation
  ` [PATCHv2 01/19] Bluetooth: Add unlink to L2CAP channel ops
  ` [PATCHv2 02/19] Bluetooth: Add ready "
  ` [PATCHv2 03/19] Bluetooth: A2MP: Create A2MP channel
  ` [PATCHv2 04/19] Bluetooth: A2MP: AMP Manager basic functions
  ` [PATCHv2 05/19] Bluetooth: A2MP: Build and Send msg helpers
  ` [PATCHv2 06/19] Bluetooth: A2MP: Add chan callbacks
  ` [PATCHv2 07/19] Bluetooth: A2MP: Definitions for A2MP commands
  ` [PATCHv2 08/19] Bluetooth: A2MP: Define A2MP status codes
  ` [PATCHv2 09/19] Bluetooth: A2MP: Process A2MP messages
  ` [PATCHv2 10/19] Bluetooth: A2MP: Process A2MP Command Reject
  ` [PATCHv2 11/19] Bluetooth: A2MP: Process A2MP Discover Request
  ` [PATCHv2 12/19] Bluetooth: A2MP: Process A2MP Change Notify
  ` [PATCHv2 13/19] Bluetooth: A2MP: Process A2MP Get Info Request
  ` [PATCHv2 14/19] Bluetooth: A2MP: Process A2MP Get AMP Assoc Request
  ` [PATCHv2 15/19] Bluetooth: A2MP: Process A2MP Create Physlink Request
  ` [PATCHv2 16/19] Bluetooth: A2MP: Process A2MP Disc "
  ` [PATCHv2 17/19] Bluetooth: A2MP: Process A2MP Command Responses
  ` [PATCHv2 18/19] Bluetooth: A2MP: Handling fixed channels
  ` [PATCHv2 19/19] Bluetooth: A2MP: Manage incoming connections

[PATCH BlueZ] gdbus: add macro for methods marked as NOREPLY
 2012-05-23 22:24 UTC  (2+ messages)

[RFC] Bluetooth: Adds unlink to chan ops
 2012-05-23 22:03 UTC  (4+ messages)

[PATCH BlueZ 00/15] Store address type on storage - remaining files
 2012-05-23 18:48 UTC  (16+ messages)
` [PATCH BlueZ 01/15] storage: Store address type in "characteristics"
` [PATCH BlueZ 02/15] storage: Store address type in "appearance" file
` [PATCH BlueZ 03/15] storage: Store address type in "ccc" file
` [PATCH BlueZ 04/15] storage: Store address type in "names" file
` [PATCH BlueZ 05/15] storage: Store address type in "aliases" file
` [PATCH BlueZ 06/15] core: Fix reading stored data from "aliases" and "names" file
` [PATCH BlueZ 07/15] storage: Store address type in blocked file
` [PATCH BlueZ 08/15] storage: Do not store address type twice
` [PATCH BlueZ 09/15] storage: Store address type in "longtermkeys" file
` [PATCH BlueZ 10/15] core: Fix creating device from "
` [PATCH BlueZ 11/15] storage: Store address type in "attributes" file
` [PATCH BlueZ 12/15] core: Fix creating device from "blocked" file
` [PATCH BlueZ 13/15] storage: Rename characteristic to characteristics
` [PATCH BlueZ 14/15] storage: Rename primary file to primaries
` [PATCH BlueZ 15/15] core: Fix deleting entries

[PATCH BlueZ 00/12] Redundant D-Bus error init, remove unwanted code, g_free missmatch etc
 2012-05-23 18:02 UTC  (14+ messages)
` [PATCH BlueZ 01/12] monitor: Fix memory leak
` [PATCH BlueZ 02/12] storage: Use g_free() instead of free()
` [PATCH BlueZ 03/12] media: Remove redundant D-Bus error initilization
` [PATCH BlueZ 04/12] telephony-maemo5: Remove redundant D-Bus error initilizations
` [PATCH BlueZ 05/12] telephony-maemo6: Remove redundant D-Bus error initilization
` [PATCH BlueZ 06/12] telephony-ofono: "
` [PATCH BlueZ 07/12] agent: Remove redundant D-Bus error initilizations
` [PATCH BlueZ 08/12] Remove redundant D-Bus error initilization in maemo6 plugin
` [PATCH BlueZ 09/12] avctp: Fix NULL check after dereference
` [PATCH BlueZ 10/12] adapter: Remove unwanted if check and code
` [PATCH BlueZ 11/12] audio: Remove unwanted code from manager
` [PATCH BlueZ 12/12] input: Remove unwanted codes from device

[PATCH obexd v0 00/16] client: Remove D-Bus agent
 2012-05-23 17:40 UTC  (18+ messages)
` [PATCH obexd v0 01/16] client: Add D-Bus helper library
` [PATCH obexd v0 02/16] client-doc: Add progress property to transfer
` [PATCH obexd v0 03/16] client: "
` [PATCH obexd v0 04/16] client-doc: Add transfer event-reporting signals
` [PATCH obexd v0 05/16] client: "
` [PATCH obexd v0 06/16] client-doc: Remove D-Bus agent
` [PATCH obexd v0 07/16] client: Use transfer owner instead of agent
` [PATCH obexd v0 08/16] client: Remove D-Bus agent
` [PATCH obexd v0 09/16] client: Remove unused functions in transfer API
` [PATCH obexd v0 10/16] client: Remove internal transfer progress report
` [PATCH obexd v0 11/16] client: Remove obsolete authentication code
` [PATCH obexd v0 12/16] client: Make D-Bus exposure of transfers optional
` [PATCH obexd v0 13/16] client-doc: Add signal to report new transfers
` [PATCH obexd v0 14/16] client: Expose D-Bus data in internal transfer API
` [PATCH obexd v0 15/16] client: Add signal to report new transfers
` [PATCH obexd v0 16/16] client-test: Remove agent from ftp-client

help with mcap/csp ??
 2012-05-23 17:04 UTC 

[PATCH] sdp/build: Build fails when SDP_DEBUG enabled
 2012-05-23 14:31 UTC  (2+ messages)

[PATCH BlueZ 1/5] AVCTP: Fix setting wrong transaction id expected for responses
 2012-05-23 14:29 UTC  (8+ messages)
` [PATCH BlueZ 2/5] AVRCP: Fix not setting audio device connected to player
` [PATCH BlueZ 3/5] AVRCP: Add support for sending SetAbsoluteVolume
` [PATCH BlueZ 4/5] audio: Add Volume property to A2DP transport GetProperties
` [PATCH BlueZ 5/5] media-api: Update documentation to include Volume property

[PATCH BlueZ 0/2] Store address type on storage
 2012-05-23 14:05 UTC  (13+ messages)
` [PATCH BlueZ v2 0/2] Address type in keys on storage filesystem
  ` [PATCH BlueZ v2 1/2] storage: Store BLE address type in "primary" file
  ` [PATCH BlueZ v2 2/2] core: Fix creating device from "
` [PATCH BlueZ v3 0/3] Store address type on storage
  ` [PATCH BlueZ v3 1/3] storage: Store BLE address type in "primary" file
  ` [PATCH BlueZ v3 2/3] core: Fix creating device from "
  ` [PATCH BlueZ v3 3/3] core: Fix removing device services "

[PATCH 0/1] HID: User-space HID I/O driver (UHID)
 2012-05-23 13:55 UTC  (6+ messages)

[PATCH 00/11] gdbus: Better D-Bus introspection
 2012-05-23 13:28 UTC  (13+ messages)
` [PATCH 01/11] Constify GDBus method tables
` [PATCH 02/11] Constify GDBus signal tables
` [PATCH 03/11] gdbus: add argument info to methods and signals
` [PATCH 04/11] gdbus: add and use helpers for table declarations
` [PATCH 05/11] Convert GDBus methods and signals to use macro helpers
` [PATCH 06/11] gdbus: use GDBusArgInfo to generate introspection
` [PATCH 07/11] gdbus: loop over args to check message signature
` [PATCH 08/11] Do not set signature and reply in GDBus tables
` [PATCH 09/11] gdbus: remove signature and reply from tables
` [PATCH 10/11] gdbus: add Deprecated annotation in introspection
` [PATCH 11/11] gdbus: add Method.NoReply "

[RFC] device: Ignore DUN if PAN is present
 2012-05-23 12:51 UTC 

[PATCH trivial 1/4] Bluetooth: Use defined link key size
 2012-05-23 12:46 UTC  (10+ messages)
` [PATCH trivial 2/4] Bluetooth: Define L2CAP conf continuation flag
    ` [PATCHv3] "
` [PATCH trivial 3/4] Bluetooth: Preserve flags values
` [PATCH trivial 4/4] Bluetooth: trivial: Remove empty line

[PATCH 1/6] Bluetooth: Remove most of the inline usage
 2012-05-23 11:11 UTC  (7+ messages)
` [PATCH 2/6] Bluetooth: Remove 'register' usage from the subsystem
  ` [PATCH 3/6] Bluetooth: Fix coding style in include/net/bluetooth
    ` [PATCH 4/6] Bluetooth: Fix coding style in the subsystem
      ` [PATCH 5/6] Bluetooth: Remove unnecessary headers include
        ` [PATCH 6/6] Bluetooth: Remove unneeded EXPORT_SYMBOL

[PATCH] Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
 2012-05-23 11:02 UTC  (2+ messages)

[RFC] Bluetooth: Add L2CAP chan ready op
 2012-05-23 11:00 UTC  (2+ messages)

[PATCH obexd v0 00/12] client: Polishing D-Bus API
 2012-05-23 10:36 UTC  (2+ messages)

[PATCH BlueZ -v2 1/4] monitor: add include <stdint.h>
 2012-05-23  7:16 UTC  (4+ messages)
` [PATCH BlueZ -v2 2/4] monitor: add config_file parser
  ` [PATCH BlueZ -v2 3/4] monitor: add filter support
    ` [PATCH BlueZ -v2 4/4] monitor: add example filter file

[PATCH 1/3] hciattach: add common debug print functions and toggle option
 2012-05-23  4:38 UTC  (3+ messages)

[PATCH v2 2/3] hciattach: replace DBGPRINT macro with common debug print functions
 2012-05-23  4:35 UTC 

[PATCH v2 3/3] hciattach: add sleep option in the usage
 2012-05-23  4:35 UTC 

[PATCH v2 1/3] hciattach: add common debug print functions and toggle option
 2012-05-23  4:35 UTC 

[PATCH 1/3] Bluetooth: Fix coding style in mgmt and hci code
 2012-05-23  3:11 UTC  (6+ messages)
` [PATCH 2/3] Bluetooth: Fix coding style in include/net/bluetooth
  ` [PATCH 3/3] Bluetooth: Fix trailing whitespaces in license text

[RFC/PATCH] Bluetooth: prevent double l2cap_chan_destroy
 2012-05-23  1:39 UTC  (5+ messages)

[PATCH] Bluetooth: Send a configuration request after security confirmation
 2012-05-22 20:50 UTC  (2+ messages)

[PATCH 3/3] hciattach: add sleep option in the usage
 2012-05-22 20:13 UTC 

[PATCH 2/3] hciattach: replace DBGPRINT macro with common debug print functions
 2012-05-22 20:13 UTC 

[PATCH 0/3] Add common debug print functions and toggle option
 2012-05-22 20:13 UTC 

[HEADS UP] vim users
 2012-05-22 18:35 UTC  (2+ messages)

[PATCH 1/4] monitor: add include <stdint.h>
 2012-05-22 15:30 UTC  (6+ messages)
` [PATCH 2/4] monitor: add config_file parser
  ` [PATCH 3/4] monitor: add filter support
    ` [PATCH 4/4] monitor: add example filter file

[PATCH BlueZ v1] gdbus: Fix incorrectly discarded signals
 2012-05-22 15:07 UTC  (2+ messages)

[PATCH] audio: Fix media transport creation
 2012-05-22 13:40 UTC  (2+ messages)

[PATCH BlueZ v0] gdbus: Fix incorrectly discarded signals
 2012-05-22 12:52 UTC  (4+ messages)

[PATCH] Bluetooth: Fix null pointer dereference in l2cap_chan_send
 2012-05-22 12:35 UTC  (4+ messages)

Grant Access to Advanced Audio Distribution Service
 2012-05-22 12:29 UTC  (3+ messages)

[PATCH RFC] avdtp: Fix incorrect gchar buffer allocation
 2012-05-22  9:59 UTC  (2+ messages)

[PATCH Bluez 2/2 v2] AVRCP: Add missing Player Setting feature in TG record
 2012-05-22  9:58 UTC  (2+ messages)

[PATCH obexd] build: Remove left over glib-helper.h support
 2012-05-22  8:24 UTC  (2+ messages)

GSoC: Bluetooth Replayer update
 2012-05-22  2:00 UTC  (2+ messages)

[PATCH v2] Bluetooth: Use hci_conn data to handle failed LE Connection Complete
 2012-05-21 22:30 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).