messages from 2015-03-01 12:58:27 to 2015-03-06 17:54:11 UTC [more...]
DBus API for LTK OOB keys
2015-03-06 17:54 UTC (7+ messages)
[PATCH v3 0/7] shared/gatt-client: Add support for prepare/execute write
2015-03-06 16:48 UTC (8+ 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] audio/media: Fix crash at endpoint handling no reply err
2015-03-06 16:06 UTC (2+ messages)
[PATCH v5] Bluetooth: Add support for QCA ROME chipset family
2015-03-06 15:49 UTC (6+ messages)
` [PATCH] Bluetooth:btusb:fix incorrect type in initializer
[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 ] tools/obexctl: Remove unused variable
2015-03-05 12:59 UTC
[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
[PATCH ] hciattach: Fix memory leak
2015-03-05 11:41 UTC
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)
Query: [BLE][PROFILES]Need Suggestion on Implementing/Using Immediate_Alert Service(Single Instance Service) used by multiple Profiles
2015-03-04 9:36 UTC (2+ 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
[PATCH v2 01/15] android/pan: Fix removing PAN NAP bridge
2015-03-03 16:59 UTC (15+ messages)
` [PATCH v2 02/15] profiles/network: Add appropriate log prefix
` [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
bt dongle goes awry after too many connections
2015-03-03 16:41 UTC (6+ messages)
[PATCH v2 2/2] Bluetooth: btusb: Add support for QCA ROME chipset family
2015-03-03 13:57 UTC (4+ messages)
unable to get bluez to recognize apple magic trackpad by name
2015-03-03 9:44 UTC (3+ messages)
[PATCH v1 0/3] Add Write Characteristic Value server TC
2015-03-03 9:20 UTC (5+ messages)
` [PATCH v1 1/3] unit/test-gatt: Add TP/GAW/SR/BV-03-C test
` [PATCH v1 2/3] unit/test-gatt: Add TP/GAW/SR/BI-02-C test
` [PATCH v1 3/3] unit/test-gatt: Add TP/GAW/SR/BI-03-C test
[PATCH net-next 00/14] Use eth_<foo>_addr instead of memset
2015-03-03 7:04 UTC (3+ messages)
` [PATCH net-next 10/14] bluetooth: "
[PATCH 0/3] Add Write Characteristic Value server TC
2015-03-03 6:10 UTC (6+ messages)
` [PATCH 1/3] unit/test-gatt: Add TP/GAW/SR/BV-03-C test
` [PATCH 2/3] unit/test-gatt: Add TP/GAW/SR/BI-02-C test
` [PATCH 3/3] unit/test-gatt: Add TP/GAW/SR/BI-03-C test
[PATCH v3] Bluetooth: fix service discovery behaviour for empty uuids filter
2015-03-03 1:58 UTC (3+ messages)
Why is interleaved scan interleaved ? Can I fix that to do LE and classic at same time ?
2015-03-03 1:27 UTC (5+ messages)
[PATCH v2 1/2] Bluetooth: btusb: Add setup callback for chip init on USB
2015-03-03 1:10 UTC (2+ messages)
[PATCH v2(sorta)] Unexpected-continuation-frame-printk flood avoidance
2015-03-03 1:07 UTC (3+ messages)
` [PATCH v2(sorta) 1/2] bluetooth: Add BT_{INFO,ERR,DBG}_RATELIMITED
[PATCH] core/gatt: Fix creating database without exprimental interfaces
2015-03-02 22:00 UTC
[PATCH v1 1/5] Bluetooth: Introduce HCI_QUIRK_SIMULTAENOUS_DISCOVERY
2015-03-02 21:30 UTC (5+ messages)
` [PATCH v1 2/5] Bluetooth: Add simultaenous dual mode scan
` [PATCH v1 3/5] Bluetooth: Set HCI_QUIRK_SIMULTAENOUS_DISCOVERY for BTUSB_ATH3012
` [PATCH v1 4/5] Bluetooth: Set HCI_QUIRK_SIMULTAENOUS_DISCOVERY for BTUSB_INTEL
` [PATCH v1 5/5] Bluetooth: Set HCI_QUIRK_SIMULTAENOUS_DISCOVERY for BTUSB_CSR
[PATCH] core: Fix crash if adapter register failed
2015-03-02 21:02 UTC
bt dongle goes awry after too many connections
2015-03-02 20:41 UTC
[PATCH v2 0/7] Bluetooth: Refactoring of generic mgmt API
2015-03-02 20:13 UTC (8+ messages)
` [PATCH v2 1/7] Bluetooth: Add mgmt HCI channel registration API
` [PATCH v2 2/7] Bluetooth: Convert mgmt to use HCI chan "
` [PATCH v2 3/7] Bluetooth: Move all mgmt command quirks to handler table
` [PATCH v2 4/7] Bluetooth: Rename cmd_status() to mgmt_cmd_status()
` [PATCH v2 5/7] Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
` [PATCH v2 6/7] Bluetooth: Rename pending_cmd to mgmt_pending_cmd
` [PATCH v2 7/7] Bluetooth: Add mgmt_send_event() helper to send to any HCI channel
pull request: bluetooth-next 2015-03-02
2015-03-02 19:48 UTC (2+ messages)
[PATCH BlueZ v2 00/16] Implement GATT server D-Bus API
2015-03-02 14:30 UTC (3+ messages)
Blocking ops when !TASK_RUNNING in bnep
2015-03-02 14:20 UTC
[PATCH BlueZ] lib/uuid: Fix bt_uuid_to_le for 128 Bits
2015-03-02 12:33 UTC (2+ messages)
[RFC] Fix collision in AVCTP connection
2015-03-02 12:31 UTC (6+ messages)
` [RFC] audio/avctp: Accept incoming connection in case of colission
[PATCH 01/12] profiles/network: Minor style fix
2015-03-02 12:12 UTC (8+ messages)
` [PATCH 04/12] profiles/network: Move bnep connection setup logic to bnep
` [PATCH 05/12] profiles/network: Handle ctrl rsp after conn setup by bnep
` [PATCH 06/12] profiles/network: Fix sending command responses
[PATCH 0/4] Add Write Characteristic Value server TC
2015-03-02 9:05 UTC (7+ messages)
` [PATCH 1/4] unit/test-gatt: Revert GATT server write TC
` [PATCH 2/4] unit/test-gatt: Add TP/GAW/SR/BV-03-C test
` [PATCH 3/4] unit/test-gatt: Add TP/GAW/SR/BI-02-C test
` [PATCH 4/4] unit/test-gatt: Add TP/GAW/SR/BI-03-C test
[PATCH 0/3] Add Write Characteristic Value server TC
2015-03-02 5:34 UTC (3+ messages)
` Fwd: "
[PATCH net-next v3 0/7] net: move skb->dropcount to skb->cb[]
2015-03-02 5:20 UTC (7+ messages)
` [PATCH net-next v3 3/7] net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()
` [PATCH net-next v3 4/7] net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path
` [PATCH net-next v3 5/7] net: use common macro for assering skb->cb[] available size in protocol families
` [PATCH net-next v3 6/7] net: add common accessor for setting dropcount on packets
` [PATCH net-next v3 7/7] net: move skb->dropcount to skb->cb[]
[PATCH v2] shared/att: Fix signed write without transparent signing
2015-03-01 14:49 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox