linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-27 16:04:49 to 2014-09-02 15:43:03 UTC [more...]

[PATCH v2] android/bluetooth: Fix handling paring related events
 2014-09-02 15:43 UTC  (2+ messages)

[PATCH 00/16] Move reconnect logic from HOG to GATT
 2014-09-02 15:27 UTC  (19+ messages)
` [PATCH 01/16] android/gatt: Fix for device type in gatt
` [PATCH 02/16] android/hidhost: Remove invalid connecting state notification
` [PATCH 03/16] android/hidhost: Allow to use cached dev when connecting
` [PATCH 04/16] android/bluetooth: Add tracking if device is in white list
` [PATCH 05/16] android/gatt: Add tracking for autoconnect apps
` [PATCH 06/16] android/gatt: Add API to autoconnect GATT based devices
` [PATCH 07/16] android/gatt: Add API to remove autoconnect GATT based device
` [PATCH 08/16] android/gatt: Unsubscribe from autoconnect on unregister
` [PATCH 09/16] android/gatt: Extract remove_autoconnect_device helper
` [PATCH 10/16] android/gatt: Move find_conn up in the file
` [PATCH 11/16] android/gatt: Notify apps interested in autoconnect about connection
` [PATCH 12/16] android/gatt: Extract trigger le connection to new function
` [PATCH 13/16] android/gatt: Move auto_connect_le() up in the file
` [PATCH 14/16] android/gatt: Make sure GATT will reconnect after disconnection
` [PATCH 15/16] android/gatt: Remove device from white list on device destroy
` [PATCH 16/16] android/hidhost: Remove reconnect logic

[PATCH 1/2] android/gatt: Stop listening while unregistering app
 2014-09-02 14:34 UTC  (3+ messages)

[PATCH 1/5] android/bluetooth: Extract function sending bond state
 2014-09-02 13:55 UTC  (5+ messages)
` [PATCH 2/5] android/bluetooth: Fix status in "fake" bonding notification
` [PATCH 3/5] android/bluetooth: Improve sending bond state notification
` [PATCH 4/5] android/bluetooth: Fix bond state for non-bonded devices
` [PATCH 5/5] android/tester: Add test verifying correct bond state notification

[PATCH 1/3] android/avdtptest: Add option to enable stream configuration
 2014-09-02 13:53 UTC  (3+ messages)
` [PATCH 2/3] android/avdtptest: Add support for sending commands
` [PATCH 3/3] android/avdtptest: Add option for setting protocol version

[PATCH] android/pts: correct PICS for GAP
 2014-09-02 13:49 UTC 

[PATCHv2 0/8] Android tester GATT test cases
 2014-09-02 12:04 UTC  (9+ messages)
` [PATCHv2 1/8] android/tester: Simplify ACTION_FAIL and ACTION_SUCCESS defines
` [PATCHv2 2/8] android/tester: Add function to set default ssp handler
` [PATCHv2 3/8] android/tester: Add support for search services callbacks
` [PATCHv2 4/8] android/tester: Add GATT Client Search Service test case
` [PATCHv2 5/8] android/tester: Add GATT Search Service 2 "
` [PATCHv2 6/8] android/tester: Add negative GATT Search Service test
` [PATCHv2 7/8] android/tester: Add support for get_characteristic_cb()
` [PATCHv2 8/8] android/tester: Add GATT get_characteristic test

[PATCH] android/pts: PTS test session for A2DP
 2014-09-02 11:43 UTC 

[PATCH] android/bluetooth: Fix handling paring related events
 2014-09-02 11:12 UTC 

Query Regarding MAP Event Report 1.0
 2014-09-02 10:34 UTC  (2+ messages)

[PATCH] shared/tester: Change handling of tester_setup_failed event
 2014-09-02  9:34 UTC 

Query regarding MAP 1.2 implementation
 2014-09-02  8:28 UTC  (6+ messages)

6lowpan status
 2014-09-02  7:26 UTC  (4+ messages)

connecting to a Motion 2in1 wiimote clone
 2014-09-01 21:57 UTC  (6+ messages)

[PATCH 1/2] Bluetooth: Remove LE fixed channel mask bits
 2014-09-01 14:20 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Add clarifying comment for LE CoC result value

[PATCH 1/6] android: Add initial code for AVDTP testing tool
 2014-09-01 14:15 UTC  (7+ messages)
` [PATCH 2/6] android/avdtptest: Add support for streaming
` [PATCH 3/6] android/avdtptest: Add option to reject commands
` [PATCH 4/6] android/avdtptest: Add support for initiator role and discovery
` [PATCH 5/6] android/avdtptest: Add support for fragmentation
` [PATCH 6/6] android/avdtptest: Add support for receiving media as SINK

[PATCH] emulator/btdev: Fix not disabling le advertising on connection
 2014-09-01 12:18 UTC  (3+ messages)

[PATCH] Bluetooth: Fix race on incoming connection
 2014-09-01 12:08 UTC  (2+ messages)

[PATCH BlueZ 1/2] doc: Add initial documentation for coding style
 2014-09-01 11:32 UTC  (4+ messages)
` [PATCH BlueZ] monitor: Fix warnings when using l2cap_frame_get*
` [PATCH BlueZ 2/2] build: Add initial HACKING

[PATCH] android/pts: Interim PTS tests results for AVDTP
 2014-09-01  8:20 UTC 

[PATCH] gatt api V2
 2014-09-01  8:12 UTC  (5+ messages)

[RFC v2 0/1] doc/gatt-api: New API properties and methods for the GATT D-Bus API
 2014-08-30 16:50 UTC  (8+ messages)
` [RFC v2 1/1] "

[PATCH BlueZ v2 0/7] Introduce tools/btgatt-client
 2014-08-30 16:48 UTC  (9+ messages)
` [PATCH BlueZ v2 1/7] tools/btgatt-client: "
` [PATCH BlueZ v2 2/7] tools/btgatt-client: Added L2CAP LE ATT connection
` [PATCH BlueZ v2 3/7] tools/btgatt-client: Integrate bt_att and bt_gatt_client
` [PATCH BlueZ v2 4/7] tools/btgatt-client: Add command parsing
` [PATCH BlueZ v2 5/7] tools/btgatt-client: Add "ready" handler
` [PATCH BlueZ v2 6/7] tools/btgatt-client: Add "services" command
` [PATCH BlueZ v2 7/7] tools/btgatt: Add command argument support

[PATCH BlueZ v1 0/7] Introduce tools/btgatt-client
 2014-08-30 16:04 UTC  (10+ messages)
` [PATCH BlueZ v1 1/7] tools/btgatt-client: "
` [PATCH BlueZ v1 2/7] tools/btgatt-client: Added L2CAP LE ATT connection
` [PATCH BlueZ v1 3/7] tools/btgatt-client: Integrate bt_att and bt_gatt_client
` [PATCH BlueZ v1 4/7] tools/btgatt-client: Add command parsing
` [PATCH BlueZ v1 5/7] tools/btgatt-client: Add "ready" handler
` [PATCH BlueZ v1 6/7] tools/btgatt-client: Add "services" command
` [PATCH BlueZ v1 7/7] tools/btgatt: Add command argument support

[PATCH BlueZ 0/7] Introduce tools/btgatt-client
 2014-08-29 15:35 UTC  (10+ messages)
` [PATCH BlueZ 1/7] tools/btgatt-client: "
` [PATCH BlueZ 2/7] tools/btgatt-client: Added L2CAP LE ATT connection
` [PATCH BlueZ 3/7] tools/btgatt-client: Integrate bt_att and bt_gatt_client
` [PATCH BlueZ 4/7] tools/btgatt-client: Add command parsing
` [PATCH BlueZ 5/7] tools/btgatt-client: Add "ready" handler
` [PATCH BlueZ 6/7] tools/btgatt-client: Add "services" command
` [PATCH BlueZ 7/7] tools/btgatt: Add command argument support

[PATCH] android/health: Fix incorrect check
 2014-08-29 14:18 UTC  (2+ messages)

[PATCH v3 0/3] Fix for handling unpaired devices
 2014-08-29 14:10 UTC  (5+ messages)
` [PATCH v3 1/3] android/bluetooth: Add unpaired device callback
` [PATCH v3 2/3] android/hidhost: Add remove bond handling
` [PATCH v3 3/3] android/gatt: "

[PATCHv2 0/8] Android tester GATT test cases
 2014-08-29 14:05 UTC  (11+ messages)
` [PATCHv2 1/8] android/tester: Simplify ACTION_FAIl and ACTION_SUCCESS defines
` [PATCHv2 2/8] android/tester: Add function to set default ssp handler
` [PATCHv2 3/8] android/tester: Add support for search services callbacks
` [PATCHv2 4/8] android/tester: Add GATT Client Search Service test case
` [PATCHv2 5/8] android/tester: Add GATT Search Service 2 "
` [PATCHv2 6/8] android/tester: Add negative GATT Search Service test
` [PATCHv2 7/8] android/tester: Add support for get_characteristic_cb()
` [PATCHv2 8/8] android/tester: Add GATT get_characteristic test

[PATCH] android/handsfree: Refactor handle_dial()
 2014-08-29 13:58 UTC  (2+ messages)

[PATCH] android/client: Fix incorrect memory access
 2014-08-29 13:58 UTC  (2+ messages)

[PATCH] android/avdtp: Cleanup watch id when removing session watch
 2014-08-29 10:34 UTC  (2+ messages)

[PATCH BlueZ] monitor: Fix warnings when using l2cap_frame_get*
 2014-08-29 10:03 UTC 

[PATCH BlueZ 1/7] obexd/client: Allow suspending transfer while they are queued
 2014-08-29  8:18 UTC  (4+ messages)
` [PATCH BlueZ 6/7] gobex: Add g_obex_abort
` [PATCH BlueZ 7/7] gobex: Abort if there is no request to cancel

[PATCH] gatt api V2
 2014-08-29  6:44 UTC 

[PATCH 1/6] android/tester: Add support for search services callbacks
 2014-08-29  6:26 UTC  (3+ messages)
` [PATCH 2/6] android/tester: Add GATT Client Search Service test case
` [PATCH 3/6] android/tester: Add GATT Search Service 2 "

[PATCH BlueZ v2 00/13] Introduce shared/gatt-client
 2014-08-28 21:39 UTC  (15+ messages)
` [PATCH BlueZ v2 01/13] TODO: Add items for tasks involving the new shared ATT/GATT stack
` [PATCH BlueZ v2 02/13] shared/gatt-helpers: Remove service, characteristic, descriptor structures
` [PATCH BlueZ v2 03/13] shared/gatt-helpers: Added result count functions
` [PATCH BlueZ v2 04/13] shared/gatt-client: Added initial skeleton and simple functions
` [PATCH BlueZ v2 05/13] shared/att: Support multiple disconnect handlers
` [PATCH BlueZ v2 06/13] shared/att: Add BT_ATT_DEFAULT_LE_MTU macro
` [PATCH BlueZ v2 07/13] shared/gatt-helpers: Fixed typo in callback args
` [PATCH BlueZ v2 08/13] shared/gatt-client: Add bt_gatt_client_set_debug
` [PATCH BlueZ v2 09/13] shared/gatt-client: Implement initial service discovery
` [PATCH BlueZ v2 10/13] shared/gatt-client: Add service iterator functions
` [PATCH BlueZ v2 11/13] shared/gatt-client: Implement characteristic discovery
` [PATCH BlueZ v2 12/13] shared/gatt-client: Implement descriptor discovery
` [PATCH BlueZ v2 13/13] TODO: shared/gatt-client has been defined and discovery implemented

[PATCH BlueZ v1 00/13] Introducing shared/gatt-client
 2014-08-28 21:27 UTC  (4+ messages)

[PATCH v2 0/3] Fix for handling unpaired devices
 2014-08-28 20:54 UTC  (6+ messages)
` [PATCH v2 1/3] android/bluetooth: Add unpaired device callback
` [PATCH v2 2/3] android/hidhost: Add remove bond handling
` [PATCH v2 3/3] android/gatt: "

[A2DP] Incoming connections do not succeed
 2014-08-28 20:37 UTC  (22+ messages)

[PATCH 1/5] android/bluetooth: Fix incoming just works bonding
 2014-08-28 19:01 UTC  (2+ messages)

[PATCH 0/5] Add HDP channel connect and destroy test cases
 2014-08-28 19:01 UTC  (2+ messages)

[PATCH] android/avdtp: Move PSM definition to AVDTP header
 2014-08-28 18:27 UTC  (2+ messages)

[PATCH] android/avdtp: Constify data in avdtp_service_cap_new
 2014-08-28 18:25 UTC  (2+ messages)

[MAP] obexd/client: Handle MAP event types
 2014-08-28 13:32 UTC  (5+ messages)

[PATCH 1/6] android/tester: Add support for search services callbacks
 2014-08-28 13:26 UTC  (6+ messages)
` [PATCH 2/6] android/tester: Add GATT Client Search Service test case
` [PATCH 3/6] android/tester: Add GATT Search Service 2 "
` [PATCH 4/6] android/tester: Add negative GATT Search Service test
` [PATCH 5/6] android/tester: Add support for get_characteristic_cb()
` [PATCH 6/6] android/tester: Add GATT get_characteristic test

[PATCH 0/3] Fix for handling unpaired devices
 2014-08-28  9:51 UTC  (7+ messages)
` [PATCH 1/3] android/bluetooth: Add unpaired device callback
` [PATCH 2/3] android/hidhost: Add remove bond handling
` [PATCH 3/3] android/gatt: "

[PATCH v2 bluetooth-next] Simplify lowpan receive path so skb is freed in lowpan_rcv when dropped
 2014-08-28  5:19 UTC  (6+ messages)

[PATCHv3 0/2] Fix accepting not encrypted connections from keyboards
 2014-08-27 16:08 UTC  (3+ messages)
` [PATCHv3 1/2] android/hid: Reject connections from unknown devices


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).