linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-24 07:30:17 to 2014-02-26 08:41:19 UTC [more...]

[PATCHv2 00/23] Add GATT Client Messages
 2014-02-26  8:41 UTC  (22+ messages)
` [PATCHv2 01/23] android/hal-gatt-api: Add missing opcodes in GATT Service
` [PATCHv2 02/23] android/hal-gatt-api: Add Client Register
` [PATCHv2 03/23] android/hal-gatt-api: Add Client Unregister
` [PATCHv2 04/23] android/hal-gatt-api: Add Client Scan
` [PATCHv2 05/23] android/hal-gatt-api: Add Client Connect Remote
` [PATCHv2 06/23] android/hal-gatt-api: Add Client Disconnect Remote
` [PATCHv2 07/23] android/hal-gatt-api: Add Client Listen
` [PATCHv2 08/23] android/hal-gatt-api: Add Client Refresh Remote Cache
` [PATCHv2 09/23] android/hal-gatt-api: Add Client Search Service
` [PATCHv2 10/23] android/hal-gatt-api: Add Client Get Included Service
` [PATCHv2 11/23] android/hal-gatt-api: Add Client Get Characteristic
` [PATCHv2 12/23] android/hal-gatt-api: Add Client Get Descriptor
` [PATCHv2 13/23] android/hal-gatt-api: Add Client Read Characteristic
` [PATCHv2 14/23] android/hal-gatt-api: Add Client Write Characteristic
` [PATCHv2 15/23] android/hal-gatt-api: Add Client Read Descriptor
` [PATCHv2 16/23] android/hal-gatt-api: Add Client Write Descriptor
` [PATCHv2 17/23] android/hal-gatt-api: Add Client Execute Write
` [PATCHv2 18/23] android/hal-gatt-api: Add Client Register for Notification
` [PATCHv2 19/23] android/hal-gatt-api: Add Client Deregister "
` [PATCHv2 20/23] android/hal-gatt-api: Add Client Read Remote RSSI
` [PATCHv2 21/23] android/hal-gatt-api: Add Client Get Device Type

[PATCH 1/4] unit/avrcp: Add /TP/PTT/BV-02-I test
 2014-02-26  8:26 UTC  (6+ messages)
` [PATCH 2/4] unit/avrcp: Add /TP/PTT/BV-03-I test
` [PATCH 3/4] unit/avrcp: Add /TP/PTT/BV-04-I test
` [PATCH 4/4] unit/avrcp: Add /TP/PTT/BV-05-I test

[PATCH 1/3] unit/avrcp: Add /TP/CFG/BV-01-C test
 2014-02-26  8:16 UTC  (6+ messages)
` [PATCH 2/3] android/avrcp: Add control handlers to avrcp-lib
` [PATCH 3/3] unit/avrcp: Add /TP/CFG/BV-02-C test

[PATCH 00/17] LE auto connection
 2014-02-26  6:47 UTC  (25+ messages)
` [PATCH 01/17] Bluetooth: Create hci_req_add_le_scan_disable helper
` [PATCH 02/17] Bluetooth: Declare le_conn_failed in hci_core.h
` [PATCH 03/17] Bluetooth: Stop scanning on LE connection
` [PATCH 04/17] Bluetooth: Remove unused function
` [PATCH 05/17] Bluetooth: Refactor HCI connection code
` [PATCH 06/17] Bluetooth: Move address type conversion to outside hci_connect_le
` [PATCH 07/17] Bluetooth: Introduce hdev->pend_le_conn list
` [PATCH 08/17] Bluetooth: Introduce LE auto connection infrastructure
` [PATCH 09/17] Bluetooth: Introduce LE auto connect options
` [PATCH 10/17] Bluetooth: Connection parameters and auto connection
` [PATCH 11/17] Bluetooth: Temporarily stop background scanning on discovery
` [PATCH 12/17] Bluetooth: Auto connection and power on
` [PATCH 13/17] Bluetooth: Connection parameters and resolvable address
` [PATCH 14/17] Bluetooth: Support resolvable private addresses
` [PATCH 15/17] Bluetooth: Add le_auto_conn file on debugfs
` [PATCH 16/17] Bluetooth: Create hci_req_add_le_passive_scan helper
` [PATCH 17/17] Bluetooth: Update background scan parameters

[PATCH 00/17] Test and fix for cancel discovery
 2014-02-26  1:57 UTC  (18+ messages)
` [PATCH 01/17] monitor: Allow to modify epoll even events are the same
` [PATCH 02/17] monitor: Use miliseconds instead of seconds in the timeout
` [PATCH 03/17] shared: Add header for timeout abstraction
` [PATCH 04/17] shared: Add timeout handling with Glib support
` [PATCH 05/17] shared: Add timeout handling with mainloop support
` [PATCH 06/17] emulator: Minor style fix
` [PATCH 07/17] emulator: Use timeout for sending inquiry results
` [PATCH 08/17] emulator: Add inquiry cancel
` [PATCH 09/17] emulator: Add handling inquiry number of responses
` [PATCH 10/17] emulator: Add handling inquiry_lenght from inquiry command
` [PATCH 11/17] emulator: Add support to create many remote devices in hciemu
` [PATCH 12/17] android/tester: Add discovery cancel test
` [PATCH 13/17] android/tester: Remove not needed hook for inquiry complete
` [PATCH 14/17] android/tester: Increase timeout for test failure
` [PATCH 15/17] android: Add tracking for pending confirm name command
` [PATCH 16/17] android: Cancel all pending confirm name before stop discovery
` [PATCH 17/17] android: Send confirm name request with mgmt_send

[PATCH] Bluetooth: Ignore IRKs with no Identity Address
 2014-02-25 20:32 UTC  (2+ messages)

[PATCH 0/9] HFP AT parser skeleton
 2014-02-25 18:56 UTC  (12+ messages)
` [PATCH 1/9] shared: Add skeleton of hfp_at parser
` [PATCH 2/9] unit: Add hfp_at tester
` [PATCH 3/9] shared/hfp_at: Add skeleton of hfp_at_process_data
` [PATCH 4/9] unit/test_hfp_at: Add test cases for processing basic commands
` [PATCH 5/9] shared/hfp_at: Add function for getting number
` [PATCH 6/9] shared/hfp_at: Add function to open container
` [PATCH 7/9] shared/hfp_at: Add function to close container
` [PATCH 8/9] shared/hfp_at: Add function to get string
` [PATCH 9/9] shared/hfp_at: Add function to get unquoted string

[PATCH v3] Bluetooth: Fix advertising address type when toggling connectable
 2014-02-25 18:04 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix NULL pointer dereference when sending data
 2014-02-25 18:04 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix advertising address type when toggling connectable
 2014-02-25 17:56 UTC  (3+ messages)

[RFC v11 00/15] LE auto connection
 2014-02-25 17:43 UTC  (21+ messages)
` [RFC v11 01/15] Bluetooth: Create hci_req_add_le_scan_disable helper
` [RFC v11 02/15] Bluetooth: Declare le_conn_failed in hci_core.h
` [RFC v11 03/15] Bluetooth: Stop scanning on LE connection
` [RFC v11 04/15] Bluetooth: Remove unused function
` [RFC v11 05/15] Bluetooth: Introduce hdev->pend_le_conn list
` [RFC v11 06/15] Bluetooth: Introduce LE auto connection infrastructure
` [RFC v11 07/15] Bluetooth: Introduce LE auto connect options
` [RFC v11 08/15] Bluetooth: Connection parameters and auto connection
` [RFC v11 09/15] Bluetooth: Temporarily stop background scanning on discovery
` [RFC v11 10/15] Bluetooth: Auto connection and power on
` [RFC v11 11/15] Bluetooth: Connection parameters and resolvable address
` [RFC v11 12/15] Bluetooth: Support resolvable private addresses
` [RFC v11 13/15] Bluetooth: Add le_auto_conn file on debugfs
` [RFC v11 14/15] Bluetooth: Create hci_req_add_le_passive_scan helper
` [RFC v11 15/15] Bluetooth: Update background scan parameters

[PATCH] Bluetooth: Fix NULL pointer dereference when sending data
 2014-02-25 17:41 UTC  (3+ messages)

[PATCH] Bluetooth: Fix advertising address type when toggling connectable
 2014-02-25 17:32 UTC  (4+ messages)

[PATCH] android/hal-ipc-api: Fix Add Set Volume command struct packing
 2014-02-25 15:50 UTC 

[v2] android/pics: Add PICS and PIXIT for HFP
 2014-02-25 14:27 UTC 

[PATCH] android/avrcp: Fix passing wrong len
 2014-02-25 14:09 UTC  (2+ messages)

[PATCH] android/avrcp: trivial header include cleanup
 2014-02-25 13:51 UTC 

BUG REPORT: Bluetooth LE HID keyboard key stays pressed when device disappears
 2014-02-25 13:23 UTC 

[PATCH] android/pics: Add PICS and PIXIT for HSP
 2014-02-25 12:07 UTC  (6+ messages)
` [v2] "

[PATCH 01/13] android/hal-gatt-api: Add missing opcodes in GATT Service
 2014-02-25 11:08 UTC  (13+ messages)
` [PATCH 02/13] android/hal-gatt-api: Add Register Client
` [PATCH 03/13] android/hal-gatt-api: Add Unregister Client
` [PATCH 04/13] android/hal-gatt-api: Add Client Scan
` [PATCH 05/13] android/hal-gatt-api: Add Client Connect Remote
` [PATCH 06/13] android/hal-gatt-api: Add Client Disconnect Remote
` [PATCH 07/13] android/hal-gatt-api: Add Client Listen
` [PATCH 08/13] android/hal-gatt-api: Add Client Refresh Remote Cache
` [PATCH 09/13] android/hal-gatt-api: Add Client Search Service
` [PATCH 10/13] android/hal-gatt-api: Add Client Get Included Service
` [PATCH 11/13] android/hal-gatt-api: Add Client Get Characteristic
` [PATCH 12/13] android/hal-gatt-api: Add Client Get Descriptor
` [PATCH 13/13] android/hal-gatt-api: Add Read Characteristic

[RFC 1/7] android: Refactor IPC init
 2014-02-25 10:50 UTC  (7+ messages)
` [RFC 2/7] android: Add support for registering failure callback in IPC
` [RFC 3/7] android/unit: Update test-ipc with failure handler support
` [RFC 4/7] android: Add support for disabling notifications in IPC
` [RFC 5/7] android/a2dp: Use common IPC for audio socket
` [RFC 6/7] android: Remove not used functions from IPC API
` [RFC 7/7] android: Create comon header for IPC

[PATCH] tools: Fix using uninitialized value
 2014-02-25 10:19 UTC 

[PATCH BlueZ v7 00/11] GATT API: External Services
 2014-02-25  6:26 UTC  (6+ messages)
` [PATCH BlueZ v7 07/11] gatt: Add external services tracking

[PATCH] tools/btmgmt: Add command to set scan parameters
 2014-02-24 22:32 UTC 

[PATCH] Bluetooth: Fix bluetooth.h for inclusion in clang projects
 2014-02-24 20:51 UTC  (2+ messages)

pull request: bluetooth-next 2014-02-21
 2014-02-24 20:05 UTC  (2+ messages)

[PATCH 1/2] android/bluetooth: Don't set remote name to empty string
 2014-02-24 19:36 UTC  (2+ messages)

[PATCH 0/7] Bluetooth: Graceful power off procedure
 2014-02-24 19:12 UTC  (9+ messages)
` [PATCH 1/7] Bluetooth: Add convenience function for getting total connection count
` [PATCH 2/7] Bluetooth: Move HCI_ADVERTISING handling into mgmt.c
` [PATCH 3/7] Bluetooth: Move check for MGMT_CONNECTED flag "
` [PATCH 4/7] Bluetooth: Don't clear HCI_DISCOVERABLE when powering off
` [PATCH 5/7] Bluetooth: Don't clear HCI_CONNECTABLE "
` [PATCH 6/7] Bluetooth: Don't clear HCI_ADVERTISING "
` [PATCH 7/7] Bluetooth: Clean up HCI state when doing power off

[PATCH] Bluetooth: Fix canceling RPA expiry timer
 2014-02-24 19:06 UTC  (2+ messages)

[PATCH 1/3] unit/avrcp: Refactor tests to use destroy_context()
 2014-02-24 16:17 UTC  (4+ messages)
` [PATCH 2/3] unit/avrcp: Add /TP/PTT/BV-01-I test
` [PATCH 3/3] android/avctp: Set uinput to invalid fd when creating session

[PATCH] android/pixit: Correct symbols in PIXIT
 2014-02-24 15:33 UTC 

[PATCH] android/pixit: Add PIXIT for HFP
 2014-02-24 15:11 UTC 

[PATCH] android/avctp: Set uinput to invalid fd when creating session
 2014-02-24 13:12 UTC 

[PATCH 1/2] android: Change define name for valgrind prop
 2014-02-24 12:39 UTC  (2+ messages)
` [PATCH 2/2] android: Add possible to enable mgmt debug logs

[PATCH BlueZ 1/3] android/avrcp-lib: Rename AVCTP session to conn
 2014-02-24 12:38 UTC  (2+ messages)

[PATCH 1/2] unit/avrcp: Add /TP/ICC/BV-01-I test
 2014-02-24 12:31 UTC  (3+ messages)
` [PATCH 2/2] unit/avrcp: Add /TP/ICC/BV-02-I test

[PATCHv2 1/6] unit/avrcp: First unit test for AVRCP profile
 2014-02-24 12:31 UTC  (10+ messages)
` [PATCHv2 2/6] android/avctp: Add UNIT INFO command request
` [PATCHv2 4/6] android/avrcp: Use NULL for zero pointers

[PATCH v2 1/7] shared: Add support for disconnect handler to GLib based IO handling
 2014-02-24  9:57 UTC  (2+ messages)

[PATCH] android/tester: Fix slang "never used" warning
 2014-02-24  9:30 UTC  (3+ messages)

[PATCH] Bluetooth: Enable RPA resolving if mgmt_set_privacy is called
 2014-02-24  9:21 UTC  (2+ messages)

Wireshark and new BlueZ BTSNOOP format
 2014-02-24  7: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).