Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2015-02-19 16:02:16 to 2015-02-26 05:13:22 UTC [more...]

[PATCH BlueZ v1 00/17] Implement GATT server D-Bus API
 2015-02-26  5:13 UTC  (10+ messages)
` [PATCH BlueZ v1 01/17] shared/gatt: Call bt_att_cancel_all in unref
` [PATCH BlueZ v1 02/17] gdbus/client: Don't GetManagedObjects w/o handlers
` [PATCH BlueZ v1 03/17] gdbus/client: Allow specifying ObjectManager path
` [PATCH BlueZ v1 04/17] doc/gatt-api.txt: New ObjectManager requirements
` [PATCH BlueZ v1 05/17] core/gatt: Add GattManager1 stubs
` [PATCH BlueZ v1 06/17] core/gatt: Implement GattManager1.RegisterService
` [PATCH BlueZ v1 07/17] core/gatt: Register characteristics
` [PATCH BlueZ v1 08/17] core/gatt: Support ReadValue for characteristics
` [PATCH BlueZ v1 09/17] core/gatt: Support WriteValue "

[PATCH 1/3] Bluetooth: Introduce HCI_QUIRK_SIMULTAENOUS_DISCOVERY
 2015-02-26  2:14 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: Add simultaenous dual mode scan
` [PATCH 3/3] Bluetooth: Set HCI_QUIRK_SIMULTAENOUS_DISCOVERY for BTUSB_ATH3012

[PATCH BlueZ 1/5] tools/btgatt-server: Fix sign counter
 2015-02-25 13:42 UTC  (5+ messages)
` [PATCH BlueZ 2/5] core: Store signature counters
` [PATCH BlueZ 3/5] core: Load CSRK from storage
` [PATCH BlueZ 4/5] core/device: Set Local/Remote CSRK
` [PATCH BlueZ 5/5] core/device: Update storage if CSRK counter change

[PATCHv4 0/3] HOGP fixes and update of test results
 2015-02-25 12:22 UTC  (4+ messages)
` [PATCHv4 1/3] android/bas: Read battery level characteristic
` [PATCHv4 2/3] android/hog: Fix find included battery services
` [PATCHv4 3/3] android/pts: Update test results for HOGP

[PATCH] android/pts: Update of RFCOMM test results
 2015-02-25 10:34 UTC  (2+ messages)

Why is interleaved scan interleaved ? Can I fix that to do LE and classic at same time ?
 2015-02-25  3:18 UTC  (2+ messages)

[PATCH v7] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-25  0:29 UTC 

[PATCH BlueZ v5] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-24 23:12 UTC  (15+ messages)

[PATCH v6] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-24 20:45 UTC 

[PATCH 1/3] android/bas: Read battery level characteristic
 2015-02-24 18:18 UTC 

[PATCH 2/2] android/pts: Update test results for HOGP
 2015-02-24 18:17 UTC 

[PATCH] android/hog: Fix find included battery services
 2015-02-24 18:15 UTC  (4+ messages)
  ` [PATCHv2] "
  ` [PATCHv3 1/2] "

[PATCH] tools/gatt: Fix incorrect error check
 2015-02-24 16:49 UTC  (2+ messages)

[PATCH] android/tester-gatt: Add Find by type test
 2015-02-24 16:40 UTC  (2+ messages)

[PATCH 1/3] android/socket: Add fake service for SDP testing
 2015-02-24 16:34 UTC  (4+ messages)
` [PATCH 2/3] android/pts: Add PICS, PIXIT and initial SDP PTS tests results
` [PATCH 3/3] android/pts: Update "

[PATCH BlueZ 1/5] shared/att.c: Add client signing key support
 2015-02-24 15:31 UTC  (6+ messages)
` [PATCH BlueZ 2/5] shared/att.c: Add server "
` [PATCH BlueZ 3/5] shared/gatt-client: Add support for signed write
` [PATCH BlueZ 4/5] tools/btgatt-client: Add signed write support
` [PATCH BlueZ 5/5] tools/btgatt-server: "

[PATCH 0/6] Add Write Characteristic Value client TC
 2015-02-24 15:30 UTC  (11+ messages)
` [PATCH 1/6] unit/test-gatt: Add TP/GAW/CL/BV-03-C test
` [PATCH 2/6] unit/test-gatt: Add TP/GAW/CL/BI-02-C test
` [PATCH 3/6] unit/test-gatt: Add TP/GAW/CL/BI-03-C test
` [PATCH 4/6] unit/test-gatt: Add TP/GAW/CL/BI-04-C test
` [PATCH 5/6] unit/test-gatt: Add TP/GAW/CL/BI-05-C test
` [PATCH 6/6] unit/test-gatt: Add TP/GAW/CL/BI-06-C test

[PATCH] gdbus: Fix not calling disconnect function
 2015-02-24 13:14 UTC  (2+ messages)

[RFCv0 0/6] Audio deduplication part 3
 2015-02-24 12:57 UTC  (8+ messages)
` [RFCv0 1/6] tools/gatt: Fix incorrect error check
` [RFCv0 2/6] audio/avdtp: Copy SEP list to avdtp session
` [RFCv0 3/6] audio/avdtp: Refactor avdtp_new
` [RFCv0 4/6] audio/avdtp: Add stream related debugs
` [RFCv0 5/6] audio/avdtp: Remove avdtp_server from avdtp code
` [RFCv0 6/6] audio/avdtp: Move connection logic from avdtp to a2dp

[PATCH BlueZ 00/18] Implement GATT server D-Bus API
 2015-02-24  9:01 UTC  (27+ messages)
` [PATCH BlueZ 01/18] core: gatt: Add GattManager1 stubs
` [PATCH BlueZ 02/18] gdbus: Don't refresh objects/props if disconnected
` [PATCH BlueZ 03/18] shared/gatt: Cancel timeouts when attrib removed
` [PATCH BlueZ 04/18] bluetooth.conf: Add DBus.Properties interface
` [PATCH BlueZ 05/18] core: gatt: Fix malformed error name in client API
` [PATCH BlueZ 06/18] core: gatt: Implement GattManager1.RegisterService
` [PATCH BlueZ 07/18] core: gatt: Register characteristics
` [PATCH BlueZ 08/18] core: gatt: Support ReadValue for characteristics
` [PATCH BlueZ 09/18] core: gatt: Support WriteValue "
` [PATCH BlueZ 10/18] core: gatt: Make CCC addition API public
` [PATCH BlueZ 11/18] core: gatt: Create CCC for external characteristic
` [PATCH BlueZ 12/18] core: gatt: Add btd_gatt_database_notify function
` [PATCH BlueZ 13/18] core: gatt: Send not/ind for D-Bus characteristics
` [PATCH BlueZ 14/18] core: gatt: Fix PropertiesChanged for "Flags"
` [PATCH BlueZ 15/18] core: gatt: Create CEP for external characteristic
` [PATCH BlueZ 16/18] core: gatt: Register descriptors
` [PATCH BlueZ 17/18] core: gatt: Support descriptor reads/writes
` [PATCH BlueZ 18/18] tools: Added a Python example for GATT server API

[PATCH v2(sorta)] Unexpected-continuation-frame-printk flood avoidance
 2015-02-24  6:25 UTC  (3+ messages)
` [PATCH v2(sorta) 1/2] bluetooth: Add BT_{INFO,ERR,DBG}_RATELIMITED
` [PATCH v2(sorta) 2/2] bluetooth: l2cap_core: ratelimit continuation frame printk

[PATCH] bluetooth/l2cap: silence framedrop kmsg noise
 2015-02-24  0:31 UTC  (9+ messages)

[PATCH v6] Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support
 2015-02-24  0:31 UTC 

[PATCH v5] Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support
 2015-02-24  0:19 UTC 

[PATCH v3] Bluetooth: btusb: Add helper for READ_LOCAL_VERSION command
 2015-02-24  0:16 UTC 

pull request: bluetooth 2015-02-23
 2015-02-23 20:06 UTC  (2+ messages)

[PATCH] audio/avdtp: Fix session list handling
 2015-02-23 14:19 UTC  (2+ messages)

[PATCH 1/2] audio/a2dp: Fix queue initialization
 2015-02-23 13:08 UTC  (3+ messages)
` [PATCH 2/2] audio/a2dp: Fix server name typo

[PATCH] Bluetooth: btusb: Fix issue with CSR based Intel Wireless controllers
 2015-02-23  7:39 UTC  (2+ messages)

[PATCH v2 1/2] Bluetooth: btusb: Add setup callback for chip init on USB
 2015-02-23  2:56 UTC  (4+ messages)

[RFCv3 0/9] Refactoring profiles/audio code
 2015-02-22 20:51 UTC  (11+ messages)
` [RFCv3 1/9] android/avdtp: Refactor local SEP list handling
` [RFCv3 2/9] unit/avdtp: Refactor context destroy
` [RFCv3 3/9] android/avdtp: Remove extra check
` [RFCv3 4/9] audio/avdtp: Use bitfield id generation
` [RFCv3 5/9] audio/avdtp: Refactor avdtp and a2dp code
` [RFCv3 6/9] audio/avdtp: Replace GSList with queue for SEP list
` [RFCv3 7/9] audi: Refactor avdtp_get function
` [RFCv3 8/9] audio/avdtp: Move avdtp_server from avdtp SEP structures
` [RFCv3 9/9] audio/avdtp: Use SEP queue instead of avdtp_server in avdtp code

[RFC BlueZ v3 0/1] Introduce LE Advertising Data API
 2015-02-22 19:06 UTC  (3+ messages)
` [RFC BlueZ v3 1/1] doc: Add LE Advertisement Manager

[PATCH v2 1/2] Bluetooth: Rename hci_send_to_control to hci_send_to_channel
 2015-02-20 17:21 UTC  (4+ messages)
` [PATCH v2 2/2] Bluetooth: Remove unnecessary queue_monitor_skb() function

[PATCH] Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation
 2015-02-20 17:16 UTC  (2+ messages)

android-bluez with usb adapter
 2015-02-20 16:30 UTC  (13+ messages)

[PATCH 1/2] android/pts: Update HFP PIXIT, PICS for PTS 6.0
 2015-02-20 16:03 UTC  (2+ messages)

[PATCHv2 1/2] android/handsfree: Fix not sending proper call hold status
 2015-02-20 15:30 UTC  (2+ messages)

[PATCH 1/2] android/handsfree: Fix not sending proper call hold status
 2015-02-20 15:29 UTC  (4+ messages)
` [PATCH 2/2] android/handsfree: Fix SCO disconnection while dialing

[RFC] android/handsfree: Fix no indicators after rejected incoming call
 2015-02-20 15:29 UTC  (2+ messages)

[RFC BlueZ 1/5] shared/att.c: Add client signing key support
 2015-02-20 15:03 UTC  (5+ messages)
` [RFC BlueZ 2/5] shared/att.c: Add server "
` [RFC BlueZ 3/5] shared/gatt-client: Add support for signed write
` [RFC BlueZ 4/5] tools/btgatt-client: Add signed write support
` [RFC BlueZ 5/5] tools/btgatt-server: "

[RFC BlueZ 1/3] shared/att.c: Add signing key support
 2015-02-20 13:44 UTC  (9+ messages)
` [RFC BlueZ 2/3] shared/gatt-client: Add support for signed write
` [RFC BlueZ 3/3] tools/btgatt-client: Add signed write support

[RFCv2 1/5] android/avdtp: Refactor local SEP list handling
 2015-02-20 11:48 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Rename hci_send_to_control to hci_send_to_channel
 2015-02-20 10:37 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Remove unnecessary queue_monitor_skb() function

[PATCH] audio/avdtp: Fix incorrect delay_reporting assignment
 2015-02-20  9:27 UTC  (2+ messages)

[PATCH v5 0/3] support signed write command
 2015-02-20  3:37 UTC  (5+ messages)

[PATCH BlueZ 1/2] shared/gatt-db: Don't fail if realloc returns NULL
 2015-02-19 20:02 UTC  (4+ messages)

[PATCH v3] Bluetooth: fix service discovery behaviour for empty uuids filter
 2015-02-19 16:58 UTC 

[PATCH v2] Bluetooth: fix service discovery behaviour for empty uuids filter
 2015-02-19 16:58 UTC  (3+ messages)

[PATCH v2] monitor: Add PSM tracking support for LE CoC
 2015-02-19 16:27 UTC  (2+ messages)

[PATCH 1/1] Bluetooth: make hci_test_bit's addr const
 2015-02-19 16:10 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 1/2] Bluetooth: Remove bogus check for pending mgmt Set HS command
 2015-02-19 16:08 UTC  (4+ messages)
` [PATCH v2 2/2] Bluetooth: Fix checking for pending Set SSP in Set HS handler


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