Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2015-03-03 16:59:47 to 2015-03-09 17:22:47 UTC [more...]

bt dongle goes awry after too many connections
 2015-03-09 17:22 UTC  (13+ messages)

[RFC 0/2] input: Improved support for DualShock 3 clones
 2015-03-09 16:53 UTC  (6+ messages)
` [RFC 1/2] core/device: Add support for setting SDP record
` [RFC 2/2] profiles/input: Add support for SDP fallback for DualShock 3 clones

[PATCH v3 01/10] profiles/network: Move bnep connection setup logic to bnep
 2015-03-09 16:24 UTC  (10+ messages)
` [PATCH v3 02/10] profiles/network: Handle ctrl rsp after conn setup by bnep
` [PATCH v3 03/10] profiles/network: Fix sending command responses
` [PATCH v3 04/10] profiles/network: Keep interface arguments naming consistent
` [PATCH v3 05/10] profiles/network: Remove unneded bnep_uuid function from bnep code
` [PATCH v3 06/10] profiles/network: Remove not needed get name by bnep id function
` [PATCH v3 07/10] profiles/network: Move disconn cb setting to bnep connect method
` [PATCH v3 08/10] tools/bneptest: Add initial support for bneptest tool
` [PATCH v3 09/10] tools/bneptest: Add generic connect/listen funcionality
` [PATCH v3 10/10] android/pts: Add BNEP PTS 6.0 results for android 5.0

[PATCH v2 01/15] android/pan: Fix removing PAN NAP bridge
 2015-03-09 16:19 UTC  (19+ messages)
` [PATCH v2 03/15] profiles/network: Integrate get and check bnep setup services roles
` [PATCH v2 04/15] profiles/network: Move bnep connection setup logic to bnep
` [PATCH v2 05/15] profiles/network: Handle ctrl rsp after conn setup by bnep
` [PATCH v2 06/15] profiles/network: Fix sending command responses
` [PATCH v2 07/15] profiles/network: Keep interface arguments naming consistent
` [PATCH v2 08/15] profiles/network: Shortening service name argument to srv
` [PATCH v2 09/15] profiles/network: Make get_service_id connections private method
` [PATCH v2 10/15] profiles/network: Remove unneded bnep_uuid function from bnep code
` [PATCH v2 11/15] profiles/network: Remove not needed get name by bnep id function
` [PATCH v2 12/15] profiles/network: Move disconn cb setting to bnep connect method
` [PATCH v2 13/15] tools/bneptest: Add initial support for bneptest tool
` [PATCH v2 14/15] tools/bneptest: Add generic connect/listen funcionality
` [PATCH v2 15/15] android/pts: Add BNEP PTS 6.0 results for android 5.0

Missing events after reconnect (BLE)
 2015-03-09 16:11 UTC 

[PATCH] android/pts: Update PIXIT, PICS for A2DP PTS6.0
 2015-03-09 15:28 UTC  (2+ messages)

[PATCH 1/2] profiles/input: Move HOG common code to profiles/input
 2015-03-09 14:23 UTC  (2+ messages)
` [PATCH 2/2] android/hog: Remove HOG common code from android/hog

Query: [BLE][PROFILES]Need Suggestion on Implementing/Using Immediate_Alert Service(Single Instance Service) used by multiple Profiles
 2015-03-09 14:08 UTC  (4+ messages)

[RFC BlueZ] doc: Add LE Advertisement Manager
 2015-03-09 12:26 UTC 

[PATCH ] hciattach: Fix memory leak
 2015-03-09 12:16 UTC  (2+ messages)

[PATCH ] tools/obexctl: Remove unused variable
 2015-03-09 12:14 UTC  (2+ messages)

[PATCH v4 0/7] shared/gatt-client: Add support for prepare/execute write
 2015-03-09 11:06 UTC  (9+ messages)
` [PATCH v4 1/7] tools/btgatt-client: Minor fix of menu alignment
` [PATCH v4 2/7] shared/gatt-client: Add helper to cancel long write request
` [PATCH v4 3/7] shared/gatt-client: Make usage of cancel_long_write_cb
` [PATCH v4 4/7] shared/gatt-client: Add write prepare and execute
` [PATCH v4 5/7] shared/gatt-client: Add coexistence of long write and prepare write
` [PATCH v4 6/7] shared/gatt-client: Support cancel of "
` [PATCH v4 7/7] tools/btgatt-client: Add prepare and execute write

[PATCH v3 0/7] Bluetooth: New callback type for HCI requests
 2015-03-09 11:03 UTC  (8+ messages)
` [PATCH v3 1/7] Bluetooth: Add clarifying comment to command status handling
` [PATCH v3 2/7] Bluetooth: Add second hci_request callback option for full skb
` [PATCH v3 3/7] Bluetooth: Convert hci_req_sync family of function to new request API
` [PATCH v3 4/7] Bluetooth: Remove unneeded recv_event variable
` [PATCH v3 5/7] Bluetooth: Remove unused hci_req_pending() function
` [PATCH v3 6/7] Bluetooth: Move hci_get_cmd_complete() to hci_event.c
` [PATCH v3 7/7] Bluetooth: Convert local OOB data reading to use HCI request

[PATCH v3 0/7] shared/gatt-client: Add support for prepare/execute write
 2015-03-09 10:28 UTC  (10+ messages)
` [PATCH v3 1/7] tools/btgatt-client: Minor fix of menu alignment
` [PATCH v3 2/7] shared/gatt-client: Add helper to cancel long write request
` [PATCH v3 3/7] shared/gatt-client: Make usage of cancel_long_write_cb
` [PATCH v3 4/7] shared/gatt-client: Add write prepare and execute
` [PATCH v3 5/7] shared/gatt-client: Add coexistence of long write and prepare write
` [PATCH v3 6/7] shared/gatt-client: Support cancel of "
` [PATCH v3 7/7] tools/btgatt-client: Add prepare and execute write

[PATCH v2 0/7] Bluetooth: New callback type for HCI requests
 2015-03-08 20:11 UTC  (8+ messages)
` [PATCH v2 1/7] Bluetooth: Add clarifying comment to command status handling
` [PATCH v2 2/7] Bluetooth: Add second hci_request callback option for full skb
` [PATCH v2 3/7] Bluetooth: Convert hci_req_sync family of function to new request API
` [PATCH v2 4/7] Bluetooth: Remove unneeded recv_event variable
` [PATCH v2 5/7] Bluetooth: Remove unused hci_req_pending() function
` [PATCH v2 6/7] Bluetooth: Make hci_get_cmd_complete() function public
` [PATCH v2 7/7] Bluetooth: Convert local OOB data reading to use HCI request

[PATCH v1] audio/media: Fix crash at endpoint handling no reply err
 2015-03-08 11:10 UTC  (2+ messages)

[PATCH bluetooth-next] Bluetooth: fix sco_exit compile warning
 2015-03-07 20:14 UTC  (2+ messages)

[PATCH v4 1/7] Bluetooth: Add mgmt HCI channel registration API
 2015-03-06 19:17 UTC  (8+ messages)
` [PATCH v4 2/7] Bluetooth: Convert mgmt to use HCI chan "
` [PATCH v4 3/7] Bluetooth: Move all mgmt command quirks to handler table
` [PATCH v4 4/7] Bluetooth: Rename cmd_status() to mgmt_cmd_status()
` [PATCH v4 5/7] Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
` [PATCH v4 6/7] Bluetooth: Rename pending_cmd to mgmt_pending_cmd
` [PATCH v4 7/7] Bluetooth: Add mgmt_send_event() helper to send to any HCI channel

[PATCH] Bluetooth: Introduce controller setting information for static address
 2015-03-06 18:44 UTC  (2+ messages)

DBus API for LTK OOB keys
 2015-03-06 17:54 UTC  (7+ messages)

[PATCH] audio/media: Fix crash at endpoint handling no reply err
 2015-03-06 16:06 UTC  (2+ messages)

[PATCH] Bluetooth:btusb:fix incorrect type in initializer
 2015-03-06 15:49 UTC  (5+ messages)

[PATCH BlueZ 1/3] android: Remove unused field
 2015-03-06 13:23 UTC  (4+ messages)
` [PATCH BlueZ 2/3] audio: Remove avdtp_server struct
` [PATCH BlueZ 3/3] audio: Remove unused API

[PATCH v2 0/7] shared/gatt-client: Add support for prepare/execute write
 2015-03-06 13:10 UTC  (8+ messages)
` [PATCH v2 1/7] tools/btgatt-client: Minor fix of menu alignment
` [PATCH v2 2/7] shared/gatt-client: Add helper to cancel long write request
` [PATCH v2 3/7] shared/gatt-client: Make usage of cancel_long_write_cb
` [PATCH v2 4/7] shared/gatt-client: Add write prepare and execute
` [PATCH v2 5/7] shared/gatt-client: Add coexistence of long write and prepare write
` [PATCH v2 6/7] shared/gatt-client: Support cancel of "
` [PATCH v2 7/7] tools/btgatt-client: Add prepare and execute write

[PATCH v3 0/7] Bluetooth: Refactoring of generic mgmt API
 2015-03-06 12:10 UTC  (8+ messages)
` [PATCH v3 1/7] Bluetooth: Add mgmt HCI channel registration API
` [PATCH v3 2/7] Bluetooth: Convert mgmt to use HCI chan "
` [PATCH v3 3/7] Bluetooth: Move all mgmt command quirks to handler table
` [PATCH v3 4/7] Bluetooth: Rename cmd_status() to mgmt_cmd_status()
` [PATCH v3 5/7] Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
` [PATCH v3 6/7] Bluetooth: Rename pending_cmd to mgmt_pending_cmd
` [PATCH v3 7/7] Bluetooth: Add mgmt_send_event() helper to send to any HCI channel

Re: [PATCH ] [BT][LE Data Length Extension]
 2015-03-06 10:35 UTC 

[PATCH v10] doc/adapter-api.txt: SetDiscoveryFilter method
 2015-03-05 22:42 UTC 

[PATCH v9] doc/adapter-api.txt: SetDiscoveryFilter method
 2015-03-05 20:15 UTC  (2+ messages)

[PATCH v8] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-03-05 19:32 UTC 

[PATCH] android/pts: Update GATT test results and notes
 2015-03-05 16:05 UTC  (2+ messages)

[PATCH 1/3] android/gatt: Add support for direct connect
 2015-03-05 15:59 UTC  (4+ messages)
` [PATCH 2/3] android/bluetooth: Remove address type from BT callbacks
` [PATCH 3/3] android/gatt: Handle device state in connect functions

[PATCH 0/7] Add Write Characteristic Descriptor TCs
 2015-03-05 12:01 UTC  (9+ messages)
` [PATCH 1/7] unit/test-gatt: Add TP/GAW/CL/BV-08-C test
` [PATCH 2/7] unit/test-gatt: Add TP/GAW/CL/BI-20-C test
` [PATCH 3/7] unit/test-gatt: Add TP/GAW/CL/BI-21-C test
` [PATCH 4/7] unit/test-gatt: Add TP/GAW/CL/BI-22-C test
` [PATCH 5/7] unit/test-gatt: Add TP/GAW/CL/BI-23-C test
` [PATCH 6/7] unit/test-gatt: Add TP/GAW/CL/BI-24-C test
` [PATCH 7/7] doc/test-coverage: Update test-gatt count

Non-consecutive handle values in GATT
 2015-03-05  8:39 UTC  (5+ messages)

[PATCH v5 1/3] Bluetooth: Move Service Discovery logic before refactoring
 2015-03-05  7:51 UTC  (4+ messages)
` [PATCH v5 2/3] Bluetooth: Refactor service discovery filter logic
` [PATCH v5 3/3] Bluetooth: fix service discovery behaviour for empty uuids filter

[PATCH BlueZ 0/4] GATT server API fixes
 2015-03-05  7:38 UTC  (6+ messages)
` [PATCH BlueZ 1/4] core/adapter: Deduplicate local service UUIDs
` [PATCH BlueZ 2/4] core/gatt: Fix crash in gatt-database destructor
` [PATCH BlueZ 3/4] core/gatt: Remove spammy log messages
` [PATCH BlueZ 4/4] core/gatt: Add UnregisterService and track sender

[PATCH v4 1/3] Bluetooth: Move Service Discovery logic before refactoring
 2015-03-05  0:24 UTC  (6+ messages)
` [PATCH v4 2/3] Bluetooth: Refactor service discovery filter logic
` [PATCH v4 3/3] Bluetooth: fix service discovery behaviour for empty uuids filter

[PATCH BlueZ v3 0/7] Implement GATT server D-Bus API
 2015-03-04 17:56 UTC  (9+ messages)
` [PATCH BlueZ v3 1/7] core/gatt: Make CCC addition API public
` [PATCH BlueZ v3 2/7] core/gatt: Create CCC for external characteristic
` [PATCH BlueZ v3 3/7] core/gatt: Send not/ind for D-Bus characteristics
` [PATCH BlueZ v3 4/7] core/gatt: Create CEP for external characteristic
` [PATCH BlueZ v3 5/7] core/gatt: Register descriptors
` [PATCH BlueZ v3 6/7] core/gatt: Support descriptor reads/writes
` [PATCH BlueZ v3 7/7] tools: Added a Python example for GATT server API

Patch to bluez/src/shared/att.c
 2015-03-04 17:23 UTC  (5+ messages)

BlueZ for Android 4.4.3
 2015-03-04 11:43 UTC  (8+ messages)

[PATCH ] [BT][LE Data Length Extension]
 2015-03-04  9:05 UTC  (2+ messages)

[PATCH v2 08/15] profiles/network: Shortening service name argument to svc
 2015-03-04  8:49 UTC  (2+ messages)
` [PATCH v2 09/15] profiles/network: Make get_service_id connections private method

[PATCH 08/15] profiles/network: Shortening service name argument to svc
 2015-03-04  8:48 UTC  (2+ messages)
` [PATCH 09/15] profiles/network: Make get_service_id connections private method


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox