messages from 2014-02-13 15:18:39 to 2014-02-18 19:41:32 UTC [more...]
[PATCH 0/7] Bluetooth: More privacy related patches
2014-02-18 19:41 UTC (3+ messages)
` [PATCH 1/7] Bluetooth: Remove SMP data specific crypto context
` [PATCH 2/7] Bluetooth: Track the LE Identity Address in struct hci_conn
[PATCHv2] adapter: Handle MGMT_SETTING_LE change
2014-02-18 18:55 UTC
[PATCH 00/10] Bluetooth: More patches for privacy
2014-02-18 18:28 UTC (20+ messages)
` [PATCH 01/10] Bluetooth: Remove SMP data specific crypto context
` [PATCH 02/10] Bluetooth: Fix missing address type check for removing LTKs
` [PATCH 03/10] Bluetooth: Remove return values from functions that don't need them
` [PATCH 04/10] Bluetooth: Fix hci_remove_ltk failure when no match is found
` [PATCH 05/10] Bluetooth: Fix completing SMP as peripheral when no keys are expected
` [PATCH 06/10] Bluetooth: Fix removing any IRKs when unpairing devices
` [PATCH 07/10] Bluetooth: Add convenience function for fetching IRKs
` [PATCH 08/10] Bluetooth: Track the LE Identity Address in struct hci_conn
` [PATCH 09/10] Bluetooth: Fix updating Identity Address in L2CAP channels
` [PATCH 10/10] Bluetooth: Wait for SMP key distribution completion when pairing
` [PATCH v2 "
[PATCH BlueZ v5 00/18] GATT API: External Services
2014-02-18 18:17 UTC (6+ messages)
` [PATCH BlueZ v6 "
[RFC v9 01/10] Bluetooth: Create hci_req_add_le_scan_disable helper
2014-02-18 17:55 UTC (10+ messages)
` [RFC v9 02/10] Bluetooth: Declare le_conn_failed in hci_core.h
` [RFC v9 03/10] Bluetooth: Stop scanning on LE connection
` [RFC v9 04/10] Bluetooth: Remove unused function
` [RFC v9 05/10] Bluetooth: Introduce hdev->pend_le_conn list
` [RFC v9 06/10] Bluetooth: Introduce LE auto connection infrastructure
` [RFC v9 07/10] Bluetooth: Temporarily stop background scanning on discovery
` [RFC v9 08/10] Bluetooth: Introduce LE auto connect options
` [RFC v9 09/10] Bluetooth: Auto connection and power on
` [RFC v9 10/10] Bluetooth: Add le_auto_conn file on debugfs
[PATCH 1/2] Bluetooth: sort the list of IDs in the source code
2014-02-18 17:54 UTC (4+ messages)
` [PATCH 2/2] Bluetooth: append new supported device to the list [0b05:17d0]
[PATCH v2] Bluetooth: allocate static minor for vhci
2014-02-18 17:49 UTC (4+ messages)
[PATCH BlueZ 1/8] obexd/transfer: Add Transfer.Suspend method
2014-02-18 16:54 UTC (12+ messages)
` [PATCH BlueZ 2/8] obexd/transfer: Add Transfer.Resume method
` [PATCH BlueZ 3/8] tools/obexctl: Add suspend command
` [PATCH BlueZ 4/8] tools/obexctl: Add resume command
` [PATCH BlueZ 5/8] unit/test-gobex-transfer: Add /gobex/test_packet_get_req_suspend_resume
` [PATCH BlueZ 6/8] gobex: Fix not handling SRM properly
` [PATCH BlueZ 7/8] gobex: Handle suspending/resuming for GET when SRM is active
` [PATCH BlueZ 8/8] doc/obex-api: Update documentation
[PATCH BlueZ 2/3] gdbus: Fix incorrect DBusConnection reference counting
2014-02-18 16:45 UTC (2+ messages)
` [PATCH BlueZ v2] "
Help with AVDTP Connection accept
2014-02-18 16:27 UTC (3+ messages)
[PATCH BlueZ v2 1/4] shared: Add initial AVRCP code
2014-02-18 14:40 UTC (4+ messages)
` [PATCH BlueZ v2 2/4] shared: Move AVCTP implementation
` [PATCH BlueZ v2 3/4] shared: Move AVDTP implementation
` [PATCH BlueZ v2 4/4] build: Move unit tests build rules to Makefile.unit
[PATCH BlueZ 01/13] android/hal-ipc-api: Add Set Volume command
2014-02-18 14:24 UTC (13+ messages)
` [PATCH BlueZ 02/13] android/avrcp: Add command handlers stubs
` [PATCH BlueZ 03/13] android/hal-avrcp: Add .get_play_status implementation
` [PATCH BlueZ 04/13] android/hal-avrcp: Add .list_player_app_attr_rsp implementation
` [PATCH BlueZ 05/13] android/hal-avrcp: Add .list_player_app_value_rsp implementation
` [PATCH BlueZ 06/13] android/hal-avrcp: Add .get_player_app_value_rsp implementation
` [PATCH BlueZ 07/13] android/hal-avrcp: Add .get_player_app_attr_text_rsp implementation
` [PATCH BlueZ 08/13] android/hal-avrcp: Add .get_player_app_value_text_rsp implementation
` [PATCH BlueZ 09/13] android/hal-avrcp: Add .get_element_attr_rsp implementation
` [PATCH BlueZ 10/13] android/hal-avrcp: Add .set_player_app_value_rsp implementation
` [PATCH BlueZ 11/13] android/hal-avrcp: Add .register_notification_rsp implementation
` [PATCH BlueZ 12/13] android/hal-avrcp: Add .set_volume implementation
` [PATCH BlueZ 13/13] android/hal-avrcp: Add notification handlers
[PATCH BlueZ 01/12] android/hal-ipc-api: Add Set Volume command
2014-02-18 14:23 UTC (2+ messages)
` [PATCH BlueZ 02/12] android/avrcp: Add command handlers stubs
Marvell-Bluetooth High Speed with a data transfer rate of 24Mbit/s
2014-02-18 13:10 UTC
[PATCH 1/5] android/hidhost: Add idle time callback implementation
2014-02-18 10:05 UTC (5+ messages)
` [PATCH 2/5] android/socket: Move statics declarations after types definitions
` [PATCH 3/5] android/hal-sock: Rename to hal-socket
` [PATCH 4/5] android/hal-socket: Match functions names with HAL name
` [PATCH 5/5] android: Match socket IPC messages types "
[PATCH 1/9] Bluetooth: Fix missing PDU length checks for SMP
2014-02-18 8:54 UTC (11+ messages)
` [PATCH 2/9] Bluetooth: Fix minor whitespace issues in SMP code
` [PATCH 3/9] Bluetooth: Add smp_irk_matches helper function
` [PATCH 4/9] Bluetooth: Add AES crypto context for each HCI device
` [PATCH v2] "
` [PATCH 5/9] Bluetooth: Add basic IRK management support
` [PATCH 6/9] Bluetooth: Add hci_bdaddr_is_rpa convenience function
` [PATCH 7/9] Bluetooth: Implement mgmt_load_irks command
` [PATCH 8/9] Bluetooth: Enable support for remote IRK distribution
` [PATCH 9/9] Bluetooth: Fix properly ignoring unexpected SMP PDUs
[PATCH] Bluetooth: Stop BCSP/H5 timer before cleaning up
2014-02-18 8:48 UTC
[RFC v8] doc: Add management commands and events for privacy support
2014-02-18 8:24 UTC (2+ messages)
[PATCHv2 0/6] RFCOMM data transfer support in bthost
2014-02-18 7:50 UTC (7+ messages)
` [PATCHv2 1/6] emulator/bthost: Add api to handle RFCOMM data on bthost
` [PATCHv2 2/6] tools/rfcomm-tester: Add RFCOMM client write test case
` [PATCHv2 3/6] tools/rfcomm-tester: Add RFCOMM server "
` [PATCHv2 4/6] emulator/bthost: Add function to send RFCOMM UIH frames from bthost
` [PATCHv2 5/6] tools/rfcomm-tester: Add RFCOMM client read test case
` [PATCHv2 6/6] tools/rfcomm-tester: Add RFCOMM server "
Bluetooth: Help need on RegisterPlayer in simpleagent python script on bluez 5.7
2014-02-18 6:10 UTC
[PATCH] Bluetooth: allocate static minor for vhci
2014-02-18 0:43 UTC (8+ messages)
[RFC v8 01/10] Bluetooth: Create hci_stop_le_scan_req() helper
2014-02-17 20:24 UTC (9+ messages)
` [RFC v8 02/10] Bluetooth: Declare le_conn_failed in hci_core.h
` [RFC v8 04/10] Bluetooth: Remove unused function
[PATCH] Bluetooth: hidp: make sure input buffers are big enough
2014-02-17 20:21 UTC (16+ messages)
[RFC v6] doc: Add management commands and events for privacy support
2014-02-17 17:59 UTC
Reg: Help need on RegisterPlayer in simpleagent python script on bluez 5.7
2014-02-17 17:59 UTC
[PATCH 1/2] Bluetooth: Add missing index added event on user channel failure
2014-02-17 17:49 UTC (2+ messages)
[PATCH 2/2] Bluetooth: Allow HCI User Channel usage for controllers without address
2014-02-17 17:21 UTC
[PATCH 1/2] android: Add resolve_name parameter to confirm_device_name
2014-02-17 16:26 UTC (2+ messages)
` [PATCH 2/2] android: Do not resolve name if we have it in the cache
[PATCH 1/2] Bluetooth: Restrict long term keys to public and static addresses
2014-02-17 13:59 UTC (2+ messages)
[PATCHv2] emulator/bthost: Check length of received RFCOMM UIH frames
2014-02-17 13:51 UTC (2+ messages)
[PATCH] android: Fix for BT Turn off while pairing
2014-02-17 13:46 UTC (2+ messages)
[PATCH] health: Fix HealthDevice dbus registration
2014-02-17 12:02 UTC (4+ messages)
` [PATCH] btsnoop: Remove unused local function and macro
[PATCH 0/5] Fixes for memory leaks
2014-02-17 12:02 UTC (2+ messages)
[PATCH BlueZ 1/3] gdbus: Fix memory leak
2014-02-17 11:56 UTC (2+ messages)
[PATCH BlueZ 1/3] lib/sdp: Add missing Service Class ID for GAP
2014-02-17 11:55 UTC (2+ messages)
[PATCH 0/6] RFCOMM data transfer support in bthost
2014-02-17 11:32 UTC (11+ messages)
` [PATCH 1/6] emulator/bthost: Add api to handle RFCOMM data on bthost
` [PATCH 2/6] tools/rfcomm-tester: Add RFCOMM client write test case
` [PATCH 3/6] tools/rfcomm-tester: Add RFCOMM server "
` [PATCH 4/6] emulator/bthost: Add function to send RFCOMM UIH frames from bthost
` [PATCH 5/6] tools/rfcomm-tester: Add RFCOMM client read test case
[PATCH BlueZ 1/4] shared: Add initial AVRCP code
2014-02-17 9:47 UTC (4+ messages)
` [PATCH BlueZ 2/4] shared: Move AVCTP implementation
` [PATCH BlueZ 3/4] shared: Move AVDTP implementation
` [PATCH BlueZ 4/4] build: Move unit tests build rules to Makefile.unit
[RFC v5] doc: Add management commands and events for privacy support
2014-02-16 21:06 UTC
[PATCH 00/11] Add bonding test cases
2014-02-16 21:04 UTC (4+ messages)
` [PATCH 11/11] android/tester: Make bt_callbacks thread-safe
[PATCH 2/2] Bluetooth: Fix sending wrong store hint for new long term keys
2014-02-16 20:59 UTC
[RFC v4] doc: Add management commands and events for privacy support
2014-02-16 20:13 UTC
[RFC v2] doc: Add management commands and events for privacy support
2014-02-16 19:48 UTC
Some patches applied on Fedora that maybe should be considered for being applied upstream
2014-02-16 19:06 UTC (6+ messages)
[PATCH v3] btusb.c - Add IMC Networks (Broadcom based)
2014-02-16 8:19 UTC (3+ messages)
[PATCH] Bluetooth: Add hci_h4p driver
2014-02-15 22:30 UTC (7+ messages)
` [PATCH v2] "
partial success with PS3 sixaxis
2014-02-15 20:49 UTC (5+ messages)
[RFC v2] doc: Add management commands and events for privacy support
2014-02-15 18:06 UTC
[RFC] doc: Add management commands and events for privacy support
2014-02-15 10:53 UTC
[PATCH 00/24] rfcomm fixes
2014-02-14 21:45 UTC (10+ messages)
` [PATCH 04/24] tty: Fix ref counting for port krefs
[PATCH] Bluetooth: Officially enable LE CoC support
2014-02-14 21:15 UTC (2+ messages)
[PATCH] btusb.c add IMC Networks id 13d3:3404 (bcm20702A0) - retry
2014-02-14 21:02 UTC (2+ messages)
[PATCHv3] hog: Use HoG device name as uHID input device name
2014-02-14 20:49 UTC (3+ messages)
Help in getting BlueZ version - 5.14 running please
2014-02-14 13:27 UTC (2+ messages)
[PATCH] bluetooth: Do not free priv until timer handler hasn't actually stopped using it
2014-02-14 12:10 UTC (3+ messages)
[PATCH] android: Fix memory leak: uuid free
2014-02-14 10:36 UTC (3+ messages)
[PATCH BlueZ 01/12] android/hal-ipc-api: Add Remote Features notification
2014-02-14 10:34 UTC (12+ messages)
` [PATCH BlueZ 03/12] android/hal-ipc-api: Add List Player Attributes notification
` [PATCH BlueZ 04/12] android/hal-ipc-api: Add List Player Values notification
` [PATCH BlueZ 05/12] android/hal-ipc-api: Add Get "
` [PATCH BlueZ 06/12] android/hal-ipc-api: Add Get Player Attributes Text notification
` [PATCH BlueZ 07/12] android/hal-ipc-api: Add Get Player Values "
` [PATCH BlueZ 08/12] android/hal-ipc-api: Add Set Player Values notification
` [PATCH BlueZ 09/12] android/hal-ipc-api: Add Get Element Attributes notification
` [PATCH BlueZ 10/12] android/hal-ipc-api: Add Register Notification notification
` [PATCH BlueZ 11/12] android/hal-ipc-api: Add Volume Changed notification
` [PATCH BlueZ 12/12] android/hal-ipc-api: Add Passthrough Command notification
[RFCv3] android/avrcp: Decouple AVRCP logic from btio
2014-02-14 9:00 UTC (2+ messages)
[PATCH] adapter: Handle MGMT_SETTING_LE change
2014-02-13 20:45 UTC (3+ messages)
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).