linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-02 05:22:52 to 2014-09-05 11:20:55 UTC [more...]

[PATCH 0/7] Bluetooth: SMP fixes/improvements
 2014-09-05 11:20 UTC  (10+ messages)
` [PATCH 1/7] Bluetooth: Remove unnecessary checks after canceling SMP security timer
` [PATCH 2/7] Bluetooth: Don't take any action in smp_resume_cb if not encrypted
` [PATCH 3/7] Bluetooth: Move identity address update behind a workqueue
` [PATCH 4/7] Bluetooth: Remove unnecessary deferred work for SMP key distribution
` [PATCH 5/7] Bluetooth: Fix locking of the SMP context
` [PATCH 6/7] Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
` [PATCH 7/7] Bluetooth: Add strict checks for allowed SMP PDUs

[PATCH 1/3] android/tester: Init profiles in separate thread
 2014-09-05 11:19 UTC  (5+ messages)
` [PATCH 2/3] android/tester: Set ssp_request_cb to default value in teardown
` [PATCH 3/3] android/tester: Use default ssp handler in A2dp - Suspend test case

[PATCHv2 1/2] android/tester: Simplify setup procedure
 2014-09-05 11:12 UTC  (2+ messages)
` [PATCHv2 2/2] android/tester: Init profiles in separate thread

[PATCH v4] android/hidhost: Remove reconnect logic
 2014-09-05 10:47 UTC  (2+ messages)

[PATCH] monitor: Remove superfluous call to l2cap_frame_pull
 2014-09-05 10:32 UTC  (2+ messages)

[PATCH v4] monitor: Add AVRCP GetCurrentPlayerApplicationSettingValue support
 2014-09-05 10:32 UTC  (2+ messages)

[PATCH v3 1/6] android/gatt: Add API to remove autoconnect GATT based device
 2014-09-05  9:11 UTC  (7+ messages)
` [PATCH v3 2/6] android/gatt: Unsubscribe from autoconnect on unregister
` [PATCH v3 3/6] android/gatt: Extract remove_autoconnect_device helper
` [PATCH v3 4/6] android/gatt: Make sure GATT will reconnect after disconnection
` [PATCH v3 5/6] android/gatt: Remove device from white list on device destroy
` [PATCH v3 6/6] android/hidhost: Remove reconnect logic

[PATCH] gatt api V2
 2014-09-05  8:58 UTC  (15+ messages)

[PATCH ] GATT: Add support for Gatt multiple char write request
 2014-09-05  8:44 UTC  (2+ messages)

[PATCH v2 BlueZ 1/2] doc: Add initial documentation for coding style
 2014-09-05  8:44 UTC  (3+ messages)
` [PATCH v2 BlueZ 2/2] build: Add initial HACKING

[PATCH v2] Bluetooth: btusb: Add Realtek 8723/8761 support
 2014-09-05  7:56 UTC  (14+ messages)
        ` 答复: "
                ` 答复: "
                    ` 答复: "

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

[PATCH] shared/gatt-client: Fix invalid access during descriptor discovery
 2014-09-05  3:40 UTC  (2+ messages)

[PATCH BlueZ 00/10] shared/gatt-client: Move GATT read/write functions
 2014-09-05  3:39 UTC  (12+ messages)
` [PATCH BlueZ 01/10] shared/gatt-client: Added bt_gatt_client_read_value
` [PATCH BlueZ 02/10] shared/gatt-client: Added bt_gatt_client_read_long_value
` [PATCH BlueZ 03/10] shared/gatt-client: Added simple write operations
` [PATCH BlueZ 04/10] shared/gatt-client: Added bt_gatt_client_write_long_value
` [PATCH BlueZ 05/10] TODO: GATT read/write functions moved to shared/gatt-client
` [PATCH BlueZ 06/10] tools/btgatt-client: Added the "read-value" command
` [PATCH BlueZ 07/10] tools/btgatt-client: Added the "read-long-value" command
` [PATCH BlueZ 08/10] tools/btgatt-client: Added the "write-value" command
` [PATCH BlueZ 09/10] tools/btgatt-client: Added the "write-long-value" command
` [PATCH BlueZ 10/10] TODO: tools/btgatt-client introduced

[MAP] obexd/client: Handle MAP event types
 2014-09-04 14:42 UTC  (6+ messages)

[PATCH v2 1/5] android/tester: Add AVRCP init - Success test case
 2014-09-04 14:24 UTC  (5+ messages)
` [PATCH v2 2/5] android/tester: Add AVRCP Connect "
` [PATCH v2 3/5] android/tester: Add AVRCP Disconnect "
` [PATCH v2 4/5] lib/sdp: Split error handing for length and transaction id
` [PATCH v2 5/5] emulator/bthost: Fix not matching cid data properly

[PATCH v2 1/2] android/hal-ipc-api: Add Handsfree client IPC API
 2014-09-04 13:49 UTC  (2+ messages)
` [PATCH v2 2/2] android/hf_client: Add Android hf_client header

[PATCH 1/2] android/hal-ipc-api: Add Handsfree client IPC API
 2014-09-04 13:38 UTC  (5+ messages)
` [PATCH 2/2] android/hf_client: Add Android hf_client header

[PATCH BlueZ 1/5] android/tester: Add AVRCP init - Success test case
 2014-09-04 12:58 UTC  (5+ messages)
` [PATCH BlueZ] obexd/mas: Fix parsing of application parameters
` [PATCH BlueZ 2/5] android/tester: Add AVRCP Connect - Success test case

[PATCHv2 0/6] android/tester: Cases for HIDHost security checks
 2014-09-04 12:55 UTC  (7+ messages)
` [PATCHv2 1/6] android/tester: Allow HIDHost to use custom sdp response
` [PATCHv2 2/6] android/tester: Add action to verify encryption change
` [PATCHv2 3/6] android/tester: Add case verifying encryption on HIDHost
` [PATCHv2 4/6] android/tester: Fix HIDHost cases sending fixed tid sdp responses
` [PATCHv2 5/6] android/tester: Add support for rejected connections
` [PATCHv2 6/6] android/tester: Add Hidhost rejecting connection case

[PATCH 1/8] android/tester: Add action to verify encryption change
 2014-09-04 11:57 UTC  (13+ messages)
` [PATCH 2/8] android/tester: Allow HIDHost to use custom sdp response
` [PATCH 3/8] android/tester: Add case verifying encryption on HIDHost
` [PATCH 4/8] android/tester: Fix HIDHost cases sending fixed tid sdp responses
` [PATCH 5/8] emulator/btdev: Overwrite default feature mask when SPP is toggled
` [PATCH 6/8] android/tester: Enable SSP in emulator by default
` [PATCH 7/8] android/tester: Add support for rejected connections
` [PATCH 8/8] android/tester: Add Hidhost rejecting connection case

[PATCH 1/5] lib/sdp: Fix typo
 2014-09-04 10:12 UTC  (6+ messages)
` [PATCH 2/5] android/hidhost: Fix indentation
` [PATCH 3/5] android/tester: Fix hdp cases not handling ssp correctly
` [PATCH 4/5] android/tester: Indentation fix
` [PATCH 5/5] android/tester: Fix not cleaning up step lists

[PATCH] android/pts: test IOPT TC_SDAS_BV_03_I against PTS 5.2
 2014-09-04  8:49 UTC  (2+ messages)

[PATCH v3 1/4] monitor: Add AVRCP GetCurrentPlayerApplicationSettingValue support
 2014-09-03 15:40 UTC  (2+ messages)

[PATCH 1/5] android/avdtptest: Enable delay reporting
 2014-09-03 14:57 UTC  (6+ messages)
` [PATCH 2/5] android/avdtptest: Verify data before processing rtp header
` [PATCH 3/5] android/avdtptest: Print info when matching SEP was found
` [PATCH 4/5] android/pts: PICS and PIXIT setting for AVDTP
` [PATCH 5/5] android/pts: Update AVDTP tests results

[PATCH 1/2] android/bluetooth: Set unpaired cb list to NULL while unregistering bt
 2014-09-03 14:42 UTC  (3+ messages)
` [PATCH 2/2] android/bluetoot: Minor style fix

[PATCH v2 1/2] android/gatt: Stop listening while unregistering app
 2014-09-03 14:40 UTC  (3+ messages)
` [PATCH v2 2/2] android/gatt: Add helper to create listen data

[PATCH] monitor: Add AVRCP InformBatteryStatusOfCT support
 2014-09-03 14:25 UTC 

[PATCH] android/tester: Fix build error
 2014-09-03 14:07 UTC  (2+ messages)

Query regarding MAP 1.2 implementation
 2014-09-03 13:52 UTC  (12+ messages)

[PATCH v2 1/6] android/gatt: Add API to remove autoconnect GATT based device
 2014-09-03 13:46 UTC  (8+ messages)
` [PATCH v2 2/6] android/gatt: Unsubscribe from autoconnect on unregister
` [PATCH v2 3/6] android/gatt: Extract remove_autoconnect_device helper
` [PATCH v2 4/6] android/gatt: Make sure GATT will reconnect after disconnection
` [PATCH v2 5/6] android/gatt: Remove device from white list on device destroy
` [PATCH v2 6/6] android/hidhost: Remove reconnect logic

[PATCH BlueZ 3/5] android/tester: Add AVRCP Disconnect - Success test case
 2014-09-03  9:49 UTC  (3+ messages)
` [PATCH BlueZ 4/5] lib/sdp: Split error handing for length and transaction id
` [PATCH BlueZ 5/5] emulator/bthost: Fix not matching cid data properly

[PATCH 00/16] Move reconnect logic from HOG to GATT
 2014-09-03  6:55 UTC  (20+ 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/5] android/bluetooth: Extract function sending bond state
 2014-09-02 16:04 UTC  (6+ 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 15:56 UTC  (4+ 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 15:55 UTC  (2+ messages)

[PATCHv2 0/8] Android tester GATT test cases
 2014-09-02 15:54 UTC  (10+ 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 15:44 UTC  (2+ messages)

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

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

[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 

6lowpan status
 2014-09-02  7:26 UTC  (4+ 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).