Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2015-03-19 11:03:57 to 2015-03-24 12:10:31 UTC [more...]

[PATCH BlueZ 1/2] gdbus: Make GDBusClient work without ObjectManager
 2015-03-24 12:10 UTC 

Bluez5 Device interface
 2015-03-24 12:04 UTC  (4+ messages)

[PATCH BlueZ 1/4] core/gatt: Add implementation of RegisterProfile
 2015-03-24  9:37 UTC  (4+ messages)
` [PATCH BlueZ 2/4] client: Add register-profile command
` [PATCH BlueZ 3/4] core/gatt: Add implementation of UnregisterProfile
` [PATCH BlueZ 4/4] client: Add unregister-profile command

[PATCH v3 1/8] core: device: add device_set_rssi_no_delta
 2015-03-24  9:35 UTC  (10+ messages)
` [PATCH v3 2/8] core/adapter: Refactor of scan type
` [PATCH v3 3/8] core: adapter: Add SetDiscoveryFilter method
` [PATCH v3 4/8] core: adapter: Add parameter parsing to SetDiscoveryFilter
` [PATCH v3 5/8] core: adapter: set the filter for each discovery client
` [PATCH v3 6/8] core: adapter: start proper discovery depending on filter type
` [PATCH v3 7/8] core: adapter: filter discovery results when filered discovery is used
` [PATCH v3 8/8] client: main: add support for SetDiscoveryFilter

[PATCH v2 1/8] core: device: add device_set_rssi_no_delta
 2015-03-24  9:16 UTC  (13+ messages)
` [PATCH v2 2/8] core/adapter: Refactor of scan type
` [PATCH v2 3/8] core: adapter: Add SetDiscoveryFilter method
` [PATCH v2 4/8] core: adapter: Add parameter parsing to SetDiscoveryFilter
` [PATCH v2 5/8] core: adapter: properly set the filter for each discovery client
` [PATCH v2 6/8] core: adapter: start proper discovery depending on filter type
` [PATCH v2 7/8] core: adapter: filter discovery results when filered discovery is used
` [PATCH v2 8/8] client: main: add support for SetDiscoveryFilter

[PATCH] Fix crash during register_notify after service_changed_event
 2015-03-24  9:06 UTC  (4+ messages)

[PATCH v1 1/8] core: device: add device_set_rssi_no_delta
 2015-03-24  3:40 UTC  (11+ messages)
` [PATCH v1 2/8] core/adapter: Refactor of scan type
` [PATCH v1 3/8] core: adapter: Add SetDiscoveryFilter method
` [PATCH v1 4/8] core: adapter: Add parameter parsing to SetDiscoveryFilter
` [PATCH v1 5/8] core: adapter: properly set the filter for discovery
` [PATCH v1 6/8] core: adapter: start proper discovery depending on filter type
` [PATCH v1 7/8] core: adapter: add device filtering when filered discovery is used
` [PATCH v1 8/8] client: main: add support for SetDiscoveryFilter

[PATCH v3 0/7] Introduce APIs to set advertising data
 2015-03-24  0:55 UTC  (9+ messages)
` [PATCH v3 1/7] Bluetooth: Add definitions for Add/Remove Advertising API
` [PATCH v3 2/7] Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flags
` [PATCH v3 3/7] Bluetooth: Add data structure for advertising instance
` [PATCH v3 4/7] Bluetooth: Implement the Add Advertising command
` [PATCH v3 5/7] Bluetooth: Implement the Remove "
` [PATCH v3 6/7] Bluetooth: Add support for instance scan response
` [PATCH v3 7/7] Bluetooth: Add support for adv instance timeout

[PATCH 0/6] Add unit tests for the advertising mgmt API
 2015-03-24  0:54 UTC  (8+ messages)
` [PATCH 1/6] lib: Provide data structures for Add/Remove Advertising
` [PATCH 2/6] tools/mgmt-tester: Add Advertising test cases
` [PATCH 3/6] tools/mgmt-tester: Remove "
` [PATCH 4/6] tools/mgmt-tester: Add Advertising scan response "
` [PATCH 5/6] tools/mgmt-tester: Add Advertising timeout "
` [PATCH 6/6] doc/test-coverage.txt: Update mgmt-tester test count

[PATCH v2 0/7] Introduce APIs to set advertising data
 2015-03-23 22:37 UTC  (11+ messages)
` [PATCH v2 1/7] Bluetooth: Add definitions for Add/Remove Advertising API
` [PATCH v2 2/7] Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flags
` [PATCH v2 3/7] Bluetooth: Add data structure for advertising instance
` [PATCH v2 4/7] Bluetooth: Implement the Add Advertising command
` [PATCH v2 5/7] Bluetooth: Implement the Remove "
` [PATCH v2 6/7] Bluetooth: Add support for instance scan response
` [PATCH v2 7/7] Bluetooth: Add support for adv instance timeout

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

[PATCH v2] monitor: Add AVDTP support to btmon
 2015-03-23 14:56 UTC  (4+ messages)

[PATCH] Bluetooth: Read Broadcom chip info for Apple Bluetooth devices
 2015-03-23  0:17 UTC  (2+ messages)

bluez5 pairing devices
 2015-03-22  9:37 UTC  (12+ messages)

[PATCH] Bluetooth: Fix memory leak in le_scan_disable_work_complete()
 2015-03-22  7:09 UTC  (2+ messages)

[PATCH v1 4/8] core: adapter: Add parameter parsing to SetDiscoveryFilter
 2015-03-21 22:44 UTC 

[PATCH v2] doc: Add initial 6LoWPAN API definition
 2015-03-21 11:17 UTC  (6+ messages)

[PATCH] Bluetooth: Read Verbose Config Version Info for Broadcom devices
 2015-03-21  6:04 UTC  (2+ messages)

[PATCH 3/6] btwilink: add minimal device tree support
 2015-03-21  5:21 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v1 0/7] Introduce APIs to set advertising data
 2015-03-21  3:29 UTC  (10+ messages)
` [PATCH v1 1/7] Bluetooth: Add definitions for Add/Remove Advertising API
` [PATCH v1 2/7] Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flags
` [PATCH v1 3/7] Bluetooth: Add data structure for advertising instance
` [PATCH v1 4/7] Bluetooth: Implement the Add Advertising command
` [PATCH v1 5/7] Bluetooth: Implement the Remove "
` [PATCH v1 6/7] Bluetooth: Add support for instance scan response
` [PATCH v1 7/7] Bluetooth: Add support for adv instance timeout

[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 

[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 ] 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  (2+ messages)

[PATCH 0/7] Add Reliable Writes Server test cases
 2015-03-20 10:27 UTC  (2+ 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  (2+ 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


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