Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2015-03-17 10:48:07 to 2015-03-21 02:48:03 UTC [more...]

[PATCH v1 0/7] Introduce APIs to set advertising data
 2015-03-21  2:48 UTC 

[PATCH] Bluetooth: Read Verbose Config Version Info for Broadcom devices
 2015-03-21  0:16 UTC 

[PATCH v3] Bluetooth: expose quirks through debugfs
 2015-03-20 18:50 UTC  (2+ messages)

[PATCH v2] Bluetooth: expose quirks through debugfs
 2015-03-20 17:57 UTC  (3+ messages)

[PATCH v3] Bluetooth: expose quirks through debugfs
 2015-03-20 17:54 UTC 

[PATCH v2] doc: Add initial 6LoWPAN API definition
 2015-03-20 15:53 UTC  (5+ messages)

[BlueZ v3 00/15] Introduce LE Advertisement D-Bus API
 2015-03-20 15:44 UTC  (20+ messages)
` [BlueZ v3 01/15] doc: Add LE Advertisement D-Bus API documentation
` [BlueZ v3 02/15] core: advertising: add LEAdvertisingManager stubs
` [BlueZ v3 03/15] gdbus/client: add g_dbus_proxy_set_read_watch
` [BlueZ v3 04/15] unit/test-dbus-client: test for g_dbus_set_read_watch
` [BlueZ v3 05/15] advertising-manager: Implement RegisterAdvertisement
` [BlueZ v3 06/15] tools: Python script to test Advertisement API
` [BlueZ v3 07/15] build: add advertising-api.txt to docs distributed
` [BlueZ v3 08/15] advertising-manager: implement UnregisterAdvertisement
` [BlueZ v3 09/15] shared: add advertising-data
` [BlueZ v3 10/15] advertising-manager: use advertising_data
` [BlueZ v3 11/15] advertising-manager: Parse ServiceUUIDs
` [BlueZ v3 12/15] advertising-manager: Parse SolicitUUIDs
` [BlueZ v3 13/15] advertising-manager: Parse ManufacturerSpecificData
` [BlueZ v3 14/15] advertising-manager: Parse ServiceData
` [BlueZ v3 15/15] Update TODO for LE Advertising

[PATCH] lib/bluetooth : Fix implicit pointer cast
 2015-03-20 14:46 UTC 

[PATCH ] obexd/pbap: Fix NULL check to avoid potential crash
 2015-03-20 13:38 UTC  (2+ messages)

[PATCH v2] monitor: Add AVDTP support to btmon
 2015-03-20 13:36 UTC 

[PATCH ] monitor: Add AVDTP support to btmon
 2015-03-20 13:32 UTC  (4+ messages)

Adding extension flag support for BNEP control messages
 2015-03-20 12:36 UTC 

[PATCH] Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded value
 2015-03-20 12:09 UTC  (2+ messages)

[PATCH] Bluetooth: Gracefully response to enabling LE on LE only devices
 2015-03-20 12:08 UTC  (2+ messages)

[PATCH v2 0/5] Improve robustness in Gatt Client
 2015-03-20 10:41 UTC  (7+ messages)
` [PATCH v2 1/5] shated/gatt-helpers: Improve robustness of search service
` [PATCH v2 2/5] shared/gatt-helpers: Improve robustness of get characteristics
` [PATCH v2 3/5] shared/gatt-helpers: Improve robustness of get include services
` [PATCH v2 4/5] shared/gatt-helpers: Improve robustness read by type request
` [PATCH v2 5/5] shared/gatt-helpers: Improve robustness of get descriptors

[PATCH 0/7] Add Reliable Writes Server test cases
 2015-03-20 10:27 UTC  (9+ messages)
` [PATCH 1/7] unit/test-gatt: Add TP/GAW/SR/BV-06-C test
` [PATCH 2/7] unit/test-gatt: Add TP/GAW/SR/BV-10-C test
` [PATCH 3/7] unit/test-gatt: Add TP/GAW/SR/BI-14-C test
` [PATCH 4/7] unit/test-gatt: Add TP/GAW/SR/BI-15-C test
` [PATCH 5/7] unit/test-gatt: Add TP/GAW/SR/BV-07-C test
` [PATCH 6/7] doc/test-coverage: Update test-gatt count
` [PATCH 7/7] shared/tester: Fix divide by zero error

bluez5 pairing devices
 2015-03-20 10:06 UTC  (16+ messages)

[PATCH BlueZ v3 1/7] shared/gatt-client: Fix handling of services
 2015-03-20  9:19 UTC  (8+ messages)
` [PATCH BlueZ v3 2/7] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-1 test
` [PATCH BlueZ v3 3/7] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-2 test
` [PATCH BlueZ v3 4/7] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-3 test
` [PATCH BlueZ v3 5/7] shared/gatt-client: Fix service discovery
` [PATCH BlueZ v3 6/7] core/gatt: Fix not replying if db operation fail
` [PATCH BlueZ v3 7/7] core/gatt: Check if attribute is valid

Bluetoothd crash/segfault when Chrombook creates connection with Samsung gear circle
 2015-03-20  9:06 UTC  (7+ messages)

[PATCH v1] Bluetooth: add macro for exposing quirks
 2015-03-20  1:59 UTC  (2+ messages)

[PATCH 0/6] Introduce APIs to set advertising data
 2015-03-20  0:48 UTC  (12+ messages)
` [PATCH 1/6] Bluetooth: Add definitions for Add/Remove Advertising mgmt commands
` [PATCH 2/6] Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flags
` [PATCH 3/6] Bluetooth: Add data structure for advertising instance
` [PATCH 4/6] Bluetooth: Implement the Add Advertising command
` [PATCH 5/6] Bluetooth: Implement the Remove "
` [PATCH 6/6] Bluetooth: Add Advertising Added/Removed events

pull request: bluetooth-next 2015-03-19
 2015-03-19 19:18 UTC  (2+ messages)

[PATCH v2(sorta) 1/2] bluetooth: Add BT_{INFO,ERR,DBG}_RATELIMITED
 2015-03-19 18:54 UTC  (2+ messages)
` [PATCH v3 1/1] bluetooth: l2cap_core: ratelimit continuation frame printk

[PATCH] Bluetooth: Fix use after free in l2cap_chan_timeout
 2015-03-19 14:59 UTC  (5+ messages)

[PATCH v2 1/7] shared/gatt-client: Fix handling of services
 2015-03-19 13:13 UTC  (7+ messages)
` [PATCH v2 2/7] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-1 test
` [PATCH v2 3/7] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-2 test
` [PATCH v2 4/7] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-3 test
` [PATCH v2 5/7] shared/gatt-client: Fix service discovery
` [PATCH v2 6/7] core/gatt: Fix not replying if db operation fail
` [PATCH v2 7/7] core/gatt: Check if attribute is valid

[PATCH BlueZ] build: Add missing docs to EXTRA_DIST
 2015-03-19 10:56 UTC  (9+ messages)
` [PATCH BlueZ 1/5] shared/gatt-client: Fix handling of services
` [PATCH BlueZ 2/5] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-1 test
` [PATCH BlueZ 3/5] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-2 test
` [PATCH BlueZ 4/5] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-3 test
` [PATCH BlueZ 5/5] shared/gatt-client: Fix service discovery

[PATCH] doc: Add initial 6LoWPAN API definition
 2015-03-19 10:29 UTC  (5+ messages)

Persistent mapping from BT hardware to hci name
 2015-03-19  2:02 UTC  (2+ messages)

[PATCH] Bluetooth: Fix use after free in l2cap_chan_timeout
 2015-03-18 14:22 UTC  (2+ messages)

Non-consecutive handle values in GATT
 2015-03-18 13:54 UTC  (15+ messages)

[PATCH 1/2] Bluetooth: Add skeleton for 6LoWPAN mgmt command handling
 2015-03-18 12:47 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: Add proper cleanup path for bt_6lowpan_init()

core/gatt-db: Long writes into external GATT characteristics issue
 2015-03-18 11:38 UTC  (8+ messages)

[BlueZ v2 00/14] Introduce LE Advertisement D-Bus API
 2015-03-18  8:59 UTC  (16+ messages)
` [BlueZ v2 01/14] doc: Add LE Advertisement D-Bus API documentation
` [BlueZ v2 02/14] core: advertising: add LEAdvertisingManager stubs
` [BlueZ v2 03/14] gdbus/client: add g_dbus_proxy_set_read_watch
` [BlueZ v2 04/14] unit/test-dbus-client: test for g_dbus_set_read_watch
` [BlueZ v2 05/14] advertising-manager: Implement RegisterAdvertisement
` [BlueZ v2 06/14] tools: Python script to test Advertisement API
` [BlueZ v2 07/14] advertising-manager: implement UnregisterAdvertisement
` [BlueZ v2 08/14] shared: add advertising-data
` [BlueZ v2 09/14] advertising-manager: use advertising_data
` [BlueZ v2 10/14] advertising-manager: Parse ServiceUUIDs
` [BlueZ v2 11/14] advertising-manager: Parse SolicitUUIDs
` [BlueZ v2 12/14] advertising-manager: Parse ManufacturerSpecificData
` [BlueZ v2 13/14] advertising-manager: Parse ServiceData
` [BlueZ v2 14/14] Update TODO for LE Advertising

[PATCH] Bluetooth: expose quirks through debugfs
 2015-03-18  7:36 UTC  (2+ messages)

[PATCH] Bluetooth: Fix potential NULL dereference in SMP channel setup
 2015-03-18  6:30 UTC  (2+ messages)

Bluetooth: Create SMP device structure for local crypto context
 2015-03-17 18:29 UTC 

[PATCH] Bluetooth: Add workaround for broken OS X legacy SMP pairing
 2015-03-17 18:00 UTC  (2+ messages)

[PATCH 0/5] Bluetooth: Further refactoring of mgmt API
 2015-03-17 17:05 UTC  (7+ messages)
` [PATCH 1/5] Bluetooth: Add helper to get HCI channel of a socket
` [PATCH 2/5] Bluetooth: Add channel parameter to mgmt_pending_find() API
` [PATCH 3/5] Bluetooth: Add generic mgmt helper API
` [PATCH 4/5] Bluetooth: Add hdev_init callback for HCI channels
` [PATCH 5/5] Bluetooth: Move generic mgmt command dispatcher to hci_sock.c

[PATCH v6 1/6] Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERY
 2015-03-17 16:43 UTC  (7+ messages)
` [PATCH v6 2/6] Bluetooth: Refactor BR/EDR inquiry and LE scan triggering
` [PATCH v6 3/6] Bluetooth: Add simultaneous dual mode scan
` [PATCH v6 4/6] Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012
` [PATCH v6 5/6] Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_INTEL
` [PATCH v6 6/6] Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSR

[PATCH v5 1/6] Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERY
 2015-03-17 15:48 UTC  (3+ messages)
` [PATCH v5 2/6] Bluetooth: Refactor BR/EDR inquiry and LE scan triggering

[PATCH] audio/avdtp: Fix crash at NULL cb of discover_callback
 2015-03-17 15:47 UTC  (2+ messages)

[PATCH BlueZ 1/4] core/device: Fix btd_device_set_temporary
 2015-03-17 15:46 UTC  (2+ messages)

[PATCH] android/hog: Remove read Protocol Mode characteristic
 2015-03-17 15:29 UTC  (2+ messages)

[PATCH BlueZ 1/2] shared/gatt-helper: Consolidate error checking
 2015-03-17 15:19 UTC  (2+ messages)
` [PATCH BlueZ 2/2] core/device: Enable bt_gatt_client debug

[PATCHv2 0/6] unit/test-hog: Introduce test-hog and add few TC
 2015-03-17 13:15 UTC  (2+ messages)

[PATCH 1/2] unit/test-hog: Add TC/HGDC/HH/BV-08-I test
 2015-03-17 11:18 UTC  (2+ messages)
` [PATCH 2/2] unit/test-hog: Add TC/HGRF/HH/BV-18-I test


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