linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-22 21:09:22 to 2014-02-26 01:57:12 UTC [more...]

[PATCH 00/17] Test and fix for cancel discovery
 2014-02-26  1:57 UTC  (2+ messages)
` [PATCH 01/17] monitor: Allow to modify epoll even events are the same

[PATCH 00/17] LE auto connection
 2014-02-25 21:01 UTC  (18+ 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] 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 1/3] unit/avrcp: Add /TP/CFG/BV-01-C test
 2014-02-25 14:19 UTC  (4+ 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] 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 1/4] unit/avrcp: Add /TP/PTT/BV-02-I test
 2014-02-25 11:21 UTC  (5+ 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 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  (15+ messages)
` [PATCHv2 2/6] android/avctp: Add UNIT INFO command request
` [PATCHv2 3/6] android/avrcp: Implement avrcp_get_avctp
` [PATCHv2 4/6] android/avrcp: Use NULL for zero pointers
` [PATCHv2 5/6] unit/avrcp: Add /TP/ICC/BV-01-I/CT test

[PATCH v2 1/7] shared: Add support for disconnect handler to GLib based IO handling
 2014-02-24  9:57 UTC  (6+ messages)
` [PATCH v2 4/7] shared: Add support for disconnect handler in HFP
` [PATCH v2 5/7] shared: Add support for shutdown to IO
` [PATCH v2 6/7] shared: Add support for local disconnect to HFP
` [PATCH v2 7/7] android/handsfree: Use HFP code for connection handling

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

[PATCH] Dump advertisement data for LE
 2014-02-24  7:23 UTC 

[PATCH 1/2] Bluetooth: Store current RPA and update it if needed
 2014-02-24  6:51 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Use unresolvable private address for active scanning
 2014-02-24  6:49 UTC  (2+ messages)

[PATCH] Bluetooth: Expose current identity information in debugfs
 2014-02-24  6:32 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Export current local RPA with identity information
 2014-02-24  4:39 UTC 

[PATCH 2/2] Bluetooth: Use privacy mode for non-connectable advertising
 2014-02-24  4:25 UTC 

[PATCH v3 01/13] Bluetooth: Ensure hci_conn always contains the local identity address
 2014-02-23 20:44 UTC  (15+ messages)
` [PATCH v3 02/13] Bluetooth: Set the correct values for Identity Address Information
` [PATCH v3 03/13] Bluetooth: Add SMP function for generating RPAs
` [PATCH v3 04/13] Bluetooth: Add timer for regenerating local RPA
` [PATCH v3 05/13] Bluetooth: Add hci_update_random_address() convenience function
` [PATCH v3 06/13] Bluetooth: Use hci_update_random_address() when connecting LE
` [PATCH v3 07/13] Bluetooth: Use hci_update_random_address() for enabling advertising
` [PATCH v3 08/13] Bluetooth: Use hci_update_random_address() for initiating LE scan
` [PATCH v3 09/13] Bluetooth: Don't write static address during power on
` [PATCH v3 10/13] Bluetooth: Add debugfs entry for RPA regeneration timeout
` [PATCH v3 11/13] Bluetooth: Add support for Set Privacy command
` [PATCH v3 12/13] Bluetooth: Fix setting correct src_type when connecting LE
` [PATCH v3 13/13] Bluetooth: Remove unneeded hdev->own_addr_type
` [PATCH v4] Bluetooth: Ensure hci_conn always contains the local identity address

[PATCH v2 00/10] LE Privacy support
 2014-02-23 14:46 UTC  (12+ messages)
` [PATCH v2 01/10] Bluetooth: Set the correct address type in Identity Address Information
` [PATCH v2 02/10] Bluetooth: Add SMP function for generating RPAs
` [PATCH v2 03/10] Bluetooth: Add timer for regenerating local RPA
` [PATCH v2 04/10] Bluetooth: Add hci_get_own_address_type() convenience function
` [PATCH v2 05/10] Bluetooth: Use hci_get_own_address_type() when connecting LE
` [PATCH v2 06/10] Bluetooth: Use hci_get_own_address_type() for enabling advertising
` [PATCH v2 07/10] Bluetooth: Use hci_get_own_address_type() for initiating LE scan
` [PATCH v2 08/10] Bluetooth: Don't write static address during power on
` [PATCH v2 09/10] Bluetooth: Add debugfs entry for RPA regeneration timeout
` [PATCH v2 10/10] Bluetooth: Add support for Set Privacy command


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