messages from 2015-03-19 17:34:35 to 2015-03-25 03:03:00 UTC [more...]
[PATCH 1/7] Bluetooth: Add macros for advertising instance flags
2015-03-25 3:03 UTC (5+ 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" "
HID Over GATT
2015-03-25 2:25 UTC
Broadcom 43340 BT support
2015-03-25 2:10 UTC (3+ messages)
[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
[PATCH v2 1/8] core: device: add device_set_rssi_no_delta
2015-03-24 19:53 UTC (14+ 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
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 BlueZ 1/2] gdbus: Make GDBusClient work without ObjectManager
2015-03-24 12:10 UTC (2+ messages)
` [PATCH BlueZ 2/2] unit/test-dbus-client: Add client_no_object_manager test
[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] 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 (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
[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 (9+ messages)
` [BlueZ v3 03/15] gdbus/client: add g_dbus_proxy_set_read_watch
` [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 (2+ messages)
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
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;
as well as URLs for NNTP newsgroup(s).