linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-26 01:57:16 to 2014-02-28 07:46:15 UTC [more...]

[PATCHv2 0/8] HFP_GW parser
 2014-02-28  7:46 UTC  (16+ messages)
` [PATCHv2 1/8] shared/hfp: Fix parsing line with few commands
` [PATCHv2 2/8] shared/hfp: Add prefix handlers functionality
` [PATCHv2 3/8] shared/hfp: Add initial implementiation of processing commands
` [PATCHv2 4/8] shared/hfp: Add implementation of precessing commands
` [PATCHv2 5/8] shared/hfp: Add get_number implementation
` [PATCHv2 6/8] shared/hfp: Add open/close container function
` [PATCHv2 7/8] shared/hfp: Add function to get string
` [PATCHv2 8/8] shared/hfp: Add function to get unquoted string

[RFC] Bluetooth: Use __le64 type for LE random numbers
 2014-02-28  7:45 UTC  (2+ messages)

[PATCH] Bluetooth: Add timer to force power off
 2014-02-28  7:41 UTC  (2+ messages)

[PATCH BlueZ] core: retry connect_dbus() several times
 2014-02-28  7:40 UTC  (4+ messages)

[PATCH v2 1/2] Bluetooth: Re-encrypt link after receiving an LTK
 2014-02-28  7:35 UTC  (3+ messages)
` [PATCH v2 2/2] Bluetooth: Fix disconnecting connections in non-connected states

[PATCH 1/4] Bluetooth: Add definitions for LE white list HCI commands
 2014-02-28  7:32 UTC  (2+ messages)

[PATCH] Bluetooth: Make hci_blacklist_clear function static
 2014-02-28  7:32 UTC  (2+ messages)

Background scanning and white list usage
 2014-02-28  6:51 UTC  (3+ messages)

[PATCH 4/4] Bluetooth: Track LE white list modification via HCI commands
 2014-02-28  4:37 UTC 

[PATCH 3/4] Bluetooth: Add support for storing LE white list entries
 2014-02-28  4:37 UTC 

[PATCH 2/4] Bluetooth: Clear all LE white list entries when powering controller
 2014-02-28  4:37 UTC 

[PATCH] bluetooth: ath3k: added Atheros AR3012 with ID 0x0b05:0x17d0
 2014-02-27 23:19 UTC  (4+ messages)

[bluez-5.14] connect fails with 'org.bluez.Error.NotAvailable'
 2014-02-27 22:25 UTC 

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

[PATCH 00/13] Android HAL GATT Server API Commands
 2014-02-27 21:16 UTC  (15+ messages)
` [PATCH 01/13] android/hal-gatt-api: Add Server Register
` [PATCH 02/13] android/hal-gatt-api: Add Server Unregister
` [PATCH 03/13] android/hal-gatt-api: Add Server Connect
` [PATCH 04/13] android/hal-gatt-api: Add Server Disconnect
` [PATCH 05/13] android/hal-gatt-api: Add Server Service
` [PATCH 06/13] android/hal-gatt-api: Add Server Included Service
` [PATCH 07/13] android/hal-gatt-api: Add Server Characteristic
` [PATCH 08/13] android/hal-gatt-api: Add Server Descriptor
` [PATCH 09/13] android/hal-gatt-api: Add Server Start Service
` [PATCH 10/13] android/hal-gatt-api: Add Server Stop Service
` [PATCH 11/13] android/hal-gatt-api: Add Server Delete Service
` [PATCH 12/13] android/hal-gatt-api: Add Server Send Indication
` [PATCH 13/13] android/hal-gatt-api: Add Server Send Response

[PATCHv2 00/23] Add GATT Client Messages
 2014-02-27 21:15 UTC  (29+ 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] "
` [PATCHv2 22/23] android/hal-gatt-api: Add Client Set Advertising Data
` [PATCHv2 23/23] android/hal-gatt-api: Add Client Test Command

[PATCH 00/17] Test and fix for cancel discovery
 2014-02-27 17:18 UTC  (16+ messages)
` [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 0/4] Bluetooth: Fix initiator/responder addresses for SMP
 2014-02-27 16:51 UTC  (6+ messages)
` [PATCH 1/4] Bluetooth: Add tracking of advertising address type
` [PATCH 2/4] Bluetooth: Add hci_copy_identity_address convenience function
` [PATCH 3/4] Bluetooth: Track LE initiator and responder address information
` [PATCH 4/4] Bluetooth: Use hdev->init/resp_addr values for smp_c1 function

[PATCH v3] Bluetooth: Fix response on confirm_name
 2014-02-27 16:42 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix response on confirm_name
 2014-02-27 15:52 UTC  (3+ messages)

[PATCH 1/9] android/tester: Coding style and syntax fix
 2014-02-27 15:04 UTC  (9+ messages)
` [PATCH 2/9] android/tester: Add create bond with PIN success test case
` [PATCH 3/9] android/tester: Add create bond with PIN fail "
` [PATCH 4/9] android/tester: Add create bond with SSP sucess "
` [PATCH 5/9] android/tester: Add create bond with SSP fail "
` [PATCH 6/9] android/tester: Add create bond with no discovery "
` [PATCH 7/9] android/tester: Add create bond with bad addr fail "
` [PATCH 8/9] android/tester: Add cancel bond success "
` [PATCH 9/9] android/tester: Add remove "

[PATCH] Bluetooth: Fix response on confirm_name
 2014-02-27 14:59 UTC  (2+ messages)

[PATCH 00/13] Make android-tester callbacks thread safe
 2014-02-27 14:10 UTC  (2+ messages)

[PATCH 1/4] unit/avrcp: Add /TP/PAS/BV-02-C test
 2014-02-27 13:35 UTC  (4+ messages)
` [PATCH 2/4] android/avrcp: Implement get player attributes text
` [PATCH 3/4] unit/avrcp: Add /TP/PAS/BV-03-C test
` [PATCH 4/4] unit/avrcp: Add /TP/PAS/BV-04-C test

[PATCH] tty: Fix low_latency BUG
 2014-02-27  9:22 UTC  (3+ messages)

[PATCH 1/5] android/avrcp: Refactor get_caps() to allow parameter
 2014-02-27  9:11 UTC  (6+ messages)
` [PATCH] doc: Update test coverage document
` [PATCH 2/5] unit/avrcp: Fix lengths byte order
` [PATCH 3/5] unit/avrcp: Add /TP/CFG/BI-01-C test
` [PATCH 4/5] android/avrcp: Add list player attributes command
` [PATCH 5/5] unit/avrcp: Add /TP/PAS/BV-01-C test

[PATCH] doc: Update test coverage document
 2014-02-27  7:57 UTC 

[PATCH 2/2] Bluetooth: Use RPAs for SMP when used in LE connection establishment
 2014-02-27  5:54 UTC 

[PATCH 1/2] Bluetooth: Store source and destination RPAs of a connection
 2014-02-27  5:54 UTC 

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

[PATCH 1/5] Bluetooth: Track not yet received keys in SMP
 2014-02-26 21:47 UTC  (6+ messages)
` [PATCH 2/5] Bluetooth: Simplify logic for checking for SMP completion
` [PATCH 3/5] Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()
` [PATCH 4/5] Bluetooth: Re-encrypt link after receiving an LTK
` [PATCH 5/5] Bluetooth: Fix disconnecting connections in non-connected states

[PATCH 00/17] LE auto connection
 2014-02-26 20:26 UTC  (25+ messages)
` [PATCH 03/17] Bluetooth: Stop scanning on LE connection
` [PATCH 08/17] Bluetooth: Introduce LE auto connection infrastructure
` [PATCH 10/17] Bluetooth: Connection parameters and auto connection
` [PATCH 13/17] Bluetooth: Connection parameters and resolvable address
` [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

[PATCHv2] android/avrcp: Add avrcp_get_capabilities request
 2014-02-26 17:31 UTC  (2+ messages)

[PATCH 1/3] unit/avrcp: Add /TP/CFG/BV-01-C test
 2014-02-26 17:30 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-26 17:27 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] android/avrcp: Add avrcp_get_capabilities request
 2014-02-26 14:26 UTC 

[PATCH] android/hal-ipc-api: Fix Add Set Volume command struct packing
 2014-02-26 14:01 UTC  (2+ messages)

[RFC 1/7] android: Refactor IPC init
 2014-02-26 12:58 UTC  (5+ messages)
` [RFC 2/7] android: Add support for registering failure callback in IPC
` [RFC 4/7] android: Add support for disabling notifications "

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

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


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