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

[BlueZ v5 00/13] Implement LE Advertisement D-Bus API
 2015-03-25 23:01 UTC  (14+ messages)
` [BlueZ v5 01/13] core: advertising: add LEAdvertisingManager stubs
` [BlueZ v5 02/13] core/advertising: Implement RegisterAdvertisement
` [BlueZ v5 03/13] tools: Python script to test Advertisement API
` [BlueZ v5 04/13] core/advertising: implement UnregisterAdvertisement
` [BlueZ v5 05/13] shared: add advertising-data
` [BlueZ v5 06/13] core/advertising: use advertising_data
` [BlueZ v5 07/13] core/advertising: Parse ServiceUUIDs
` [BlueZ v5 08/13] core/advertising: Parse SolicitUUIDs
` [BlueZ v5 09/13] core/advertising: Parse ManufacturerSpecificData
` [BlueZ v5 10/13] core/advertising: Parse ServiceData
` [BlueZ v5 11/13] Update TODO for LE Advertising
` [BlueZ v5 12/13] shared/advertising: implement advertising_data_generate
` [BlueZ v5 13/13] core/advertising: Add and Remove AD using MGMT

Broadcom 43340 BT support
 2015-03-25 22:31 UTC  (5+ messages)

[PATCH] Bluetooth: hci_ldisc: Add setup callback
 2015-03-25 16:35 UTC  (2+ messages)

[PATCH 1/7] Bluetooth: Add macros for advertising instance flags
 2015-03-25 16:21 UTC  (10+ messages)
` [PATCH 2/7] Bluetooth: Support the "connectable mode" adv flag
` [PATCH 3/7] Bluetooth: Support the "discoverable" "
` [PATCH 4/7] Bluetooth: Support the "limited-discoverable" "
` [PATCH 5/7] Bluetooth: Support the "managed-flags" "
` [PATCH 6/7] Bluetooth: Support the "tx-power" "
` [PATCH 7/7] Bluetooth: Update supported_flags for AD features

Fwd: bluez: using "service data" in BLE advertisement packets
 2015-03-25 14:21 UTC 

[RFC BlueZ] doc/device-api: Add ServiceData and ManufacturerData
 2015-03-25 13:46 UTC 

Heartrate monitor profile
 2015-03-25 13:27 UTC  (2+ messages)

[PATCH 1/2] audio/control: Remove unused control_is_active function
 2015-03-25 13:15 UTC  (3+ messages)
` [PATCH 2/2] android/avrcp: Move SDP features defines to common header

[BlueZ v4 00/15] Introduce LE Advertisement D-Bus API
 2015-03-25 10:43 UTC  (17+ 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 BlueZ 1/4] core/gatt: Add implementation of RegisterProfile
 2015-03-25 10:39 UTC  (5+ 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 BlueZ 1/2] gdbus: Make GDBusClient work without ObjectManager
 2015-03-25 10:39 UTC  (3+ messages)
` [PATCH BlueZ 2/2] unit/test-dbus-client: Add client_no_object_manager test

Bluez Sample apps
 2015-03-25  9:54 UTC 

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

[PATCH v2 1/8] core: device: add device_set_rssi_no_delta
 2015-03-25  8:18 UTC  (15+ 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

HID Over GATT
 2015-03-25  7:58 UTC  (2+ messages)

[PATCH 1/7] lib: Add macros for advertising instance flags
 2015-03-25  3:05 UTC  (7+ messages)
` [PATCH 2/7] tools/btmgmt: Add --connectable option to add-adv
` [PATCH 3/7] tools/btmgmt: Add --discoverable "
` [PATCH 4/7] tools/btmgmt: Add --limited-discov "
` [PATCH 5/7] tools/btmgmt: Add --managed-flags "
` [PATCH 6/7] tools/btmgmt: Add --tx-power "
` [PATCH 7/7] tools/btmgmt: Add the 'clr-adv' command

[PATCH] Bluetooth: Filter list of supported commands/events for untrusted users
 2015-03-25  1:39 UTC  (2+ messages)

[PATCH 1/4] tools/btmgmt: Observe Advertising Added/Removed
 2015-03-24 22:47 UTC  (5+ messages)
` [PATCH 2/4] tools/btmgmt: Add the 'add-adv' command
` [PATCH 3/4] tools/btmgmt: Add the 'rm-adv' command
` [PATCH 4/4] tools/btmgmt: Add "--uuid" option to add-adv

More testsuite breakage unveiled by gcc-5.0
 2015-03-24 20:49 UTC 

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

[PATCH v3 1/8] core: device: add device_set_rssi_no_delta
 2015-03-24 20:03 UTC  (12+ 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

4.101 PICS files
 2015-03-24 17:10 UTC  (3+ messages)

[PATCH] lib: Fix compilation error in C++ due to inline function
 2015-03-24 14:52 UTC 

Querry : HID Over GATT (HoG)
 2015-03-24 13:12 UTC 

Bluez5 Device interface
 2015-03-24 12:53 UTC  (5+ messages)

[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

[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  (7+ 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  (5+ 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


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