messages from 2014-03-14 15:17:56 to 2014-03-18 20:26:25 UTC [more...]
[PATCH BlueZ v4 00/20] Add basic GATT characteristics
2014-03-18 20:26 UTC (12+ messages)
` [PATCH BlueZ v5 00/16] "
` [PATCH BlueZ v5 01/16] shared: Add bswap_128()
` [PATCH BlueZ v5 02/16] gatt: Add function to create constant attributes
` [PATCH BlueZ v5 03/16] gatt: Add helper for creating GATT characteristics
` [PATCH BlueZ v5 04/16] gatt: Add characteristic to the database
` [PATCH BlueZ v5 05/16] gatt: Add hash table of GDBusProxy objects
` [PATCH BlueZ v5 06/16] gatt: Add read callback to btd_gatt_add_char helper
` [PATCH BlueZ v5 07/16] gatt: Assign read callback for external services
` [PATCH BlueZ v5 08/16] gatt: Add write callback to btd_gatt_add_char helper
` [PATCH BlueZ v5 09/16] gdbus: Add g_dbus_proxy_set_property_array
` [PATCH BlueZ v5 10/16] gatt: Assign write callback for external services
[PATCH v2 1/2] Bluetooth: Fix const declaration for swap function src parameter
2014-03-18 17:19 UTC (4+ messages)
` [PATCH v2 2/2] Bluetooth: Fix smp_e byte order to be consistent with SMP specification
[PATCH] Bluetooth: Fix MITM flag when initiating SMP pairing
2014-03-18 17:19 UTC (2+ messages)
[PATCH 1/3] android/bluetooth: Pass correct device type for bonding commands
2014-03-18 15:18 UTC (3+ messages)
` [PATCH 2/3] android/bluetooth: Add support for loading LTKs
` [PATCH 3/3] android/bluetooth: Add support for new long term key mgmt event
[PATCH] unit/avrcp: Fix possible buffer overflow
2014-03-18 15:10 UTC (2+ messages)
[PATCH_v2 1/8] android/client: Add AVRCP set_player_app_value_rsp support
2014-03-18 14:58 UTC (9+ messages)
` [PATCH_v2 2/8] android/client: Add AVRCP passthrough_cmd_cb support
` [PATCH_v2 3/8] android/client: Add AVRCP set_player_app_value_cb support
` [PATCH_v2 4/8] android/client: Add AVRCP get_player_app_values_text_cb support
` [PATCH_v2 5/8] android/client: Add AVRCP get_player_app_value_cb support
` [PATCH_v2 6/8] android/client: Add AVRCP get_player_app_attrs_text_cb support
` [PATCH_v2 7/8] android/client: Add AVRCP list_player_app_values_cb support
` [PATCH_v2 8/8] android/client: Add AVRCP list_player_app_attr_cb support
[PATCH] android/avrcp: Fix clang warning
2014-03-18 14:33 UTC
Passive scanning of iBeacons results in a "Data Buffer Overflow"
2014-03-18 14:07 UTC (12+ messages)
[PATCH_v6] android/hal-health: Add HDP .register_application method
2014-03-18 13:58 UTC
[PATCH_v5] android/hal-health: Add HDP .register_application method
2014-03-18 13:44 UTC (2+ messages)
[PATCH BlueZ 1/3] unit/test-avrcp: Fix using empty response to /TP/PAS/BV-08-C
2014-03-18 12:54 UTC (4+ messages)
` [PATCH BlueZ 2/3] unit/test-avrcp: Fix using empty response to /TP/PAS/BV-04-C
` [PATCH BlueZ 3/3] android/avrcp-lib: Fix avrcp_get_player_attribute_text_rsp
[PATCH] android/avrcp: Fix possible buffer overflow
2014-03-18 12:43 UTC (2+ messages)
[PATCH_v4] android/hal-health: Add HDP .register_application method
2014-03-18 12:00 UTC (3+ messages)
[PATCH] Revert "Bluetooth: Use devname:vhci module alias for virtual HCI driver"
2014-03-18 11:34 UTC (6+ messages)
[PATCHv3 00/16] AVRCP code and test cases
2014-03-18 9:20 UTC (17+ messages)
` [PATCHv3 01/16] android/avrcp: Add avrcp_connect_browsing()
` [PATCHv3 02/16] android/avrcp: Add avrcp_set_browsed_player() function
` [PATCHv3 03/16] unit/avrcp: Add browsing channel support in unit testing
` [PATCHv3 04/16] unit/avrcp: Add /TP/MPS/BV-03-C test
` [PATCHv3 05/16] android/avrcp: Use defined constant instead of magic number
` [PATCHv3 06/16] android/avrcp: Add avrcp_get_folder_items() function
` [PATCHv3 07/16] unit/avrcp: Add /TP/MPS/BV-08-C test
` [PATCHv3 08/16] unit/avrcp: Add /TP/MPS/BV-01-I test
` [PATCHv3 09/16] unit/avrcp: Add Connection establishment and release tests
` [PATCHv3 10/16] unit/avrcp: Add /TP/MCN/CB/BV-01-C test
` [PATCHv3 11/16] android/avrcp: Add avrcp_change_path() function
` [PATCHv3 12/16] unit/avrcp: Add /TP/MCN/CB/BV-04-C test
` [PATCHv3 13/16] android/avrcp: Add avrcp_get_item_attributes() function
` [PATCHv3 14/16] unit/avrcp: Add /TP/MCN/CB/BV-07-C test
` [PATCHv3 15/16] android/avrcp: Add avrcp_search() function
` [PATCHv3 16/16] unit/avrcp: Add /TP/MCN/SRC/BV-01-C test
[PATCH 1/2] Bluetooth: Fix const declaration for swap function src parameter
2014-03-18 9:12 UTC (2+ messages)
` [PATCH 2/2] Bluetooth: Fix smp_e byte order to be consistent with SMP specification
[PATCH BlueZ 01/17] unit/test-avrcp: Use avrcp_register_player
2014-03-18 8:57 UTC (20+ messages)
` [PATCH BlueZ 02/17] android/avrcp-lib: Add avrcp_set_addressed_player_rsp function
` [PATCH BlueZ 03/17] unit/test-avrcp: Fix test /TP/MPS/BV-02-C
` [PATCH BlueZ 04/17] android/avrcp-lib: Add avrcp_list_player_attributes_rsp function
` [PATCH BlueZ 05/17] unit/test-avrcp: Use avrcp_list_player_attributes_rsp
` [PATCH BlueZ 06/17] android/avrcp-lib: Add avrcp_get_player_attribute_text_rsp function
` [PATCH BlueZ 07/17] unit/test-avrcp: Use avrcp_get_player_attribute_text_rsp
` [PATCH BlueZ 08/17] android/avrcp-lib: Add avrcp_list_player_values_rsp function
` [PATCH BlueZ 09/17] unit/test-avrcp: Use avrcp_list_player_values_rsp
` [PATCH BlueZ 10/17] android/avrcp-lib: Add avrcp_get_player_values_text_rsp function
` [PATCH BlueZ 11/17] unit/test-avrcp: Use avrcp_get_player_values_text_rsp
` [PATCH BlueZ 12/17] unit/test-avrcp: Fix invalid PDU for test /TP/PAS/BV-04-C
` [PATCH BlueZ 13/17] android/avrcp-lib: Add avrcp_get_current_player_value_rsp function
` [PATCH BlueZ 14/17] unit/test-avrcp: Use avrcp_get_current_player_value_rsp
` [PATCH BlueZ 15/17] android/avrcp-lib: Add avrcp_get_capabilities_rsp function
` [PATCH BlueZ 16/17] android/avrcp: Switch to use avrcp_register_player
` [PATCH BlueZ 17/17] android/avrcp-lib: Make unused public function private
Bluetooth low energy with gatttool and jawbone
2014-03-17 19:13 UTC (2+ messages)
Bluetooth low energy with gatttool and jawbone
2014-03-17 17:50 UTC (8+ messages)
kernel 3.10.32 and rfcomm kernel oops bug status
2014-03-17 15:26 UTC
[PATCH_v2 0/7] Add PAN E2E client role test cases
2014-03-17 14:00 UTC (8+ messages)
` [PATCH_v2 1/7] android/tester: Add PAN init test case
` [PATCH_v2 2/7] android/tester: Add PAN Connect "
` [PATCH_v2 3/7] android/tester: Add PAN Disconnect "
` [PATCH_v2 4/7] android/tester: Add PAN get local role test cases
` [PATCH_v2 5/7] android/tester: Add PAN enable PANU test case
` [PATCH_v2 6/7] android/tester: Add PAN enable NAP "
` [PATCH_v2 7/7] android/tester: Add PAN enable NONE "
[PATCH_v3 0/4] Add HDP profile support at HAL side
2014-03-17 13:54 UTC (4+ messages)
` [PATCH_v3 1/4] android/hal-health: Add HDP .register_application method
[PATCH] android/pixit: Add PIXIT for HDP and MCAP
2014-03-17 13:22 UTC
[PATCH BlueZ 01/12] android/avrcp-lib: Change API to register callbacks instead of PDU handlers
2014-03-17 13:01 UTC (19+ messages)
` [PATCH BlueZ 02/12] android/avrcp-lib: Add support for parsing GetCapabilities PDU
` [PATCH BlueZ 03/12] android/avrcp-lib: Add support for parsing ListPlayerAttributes PDU
` [PATCH BlueZ 04/12] android/avrcp-lib: Add support for parsing GetPlayerAttributeText PDU
` [PATCH BlueZ 05/12] android/avrcp-lib: Add support for parsing ListPlayerValues PDU
` [PATCH BlueZ 06/12] android/avrcp-lib: Add support for parsing GetPlayerValueText PDU
` [PATCH BlueZ 07/12] android/avrcp-lib: Add support for parsing GetCurrentPlayerValue PDU
` [PATCH BlueZ 08/12] android/avrcp-lib: Add support for parsing SetPlayerValue PDU
` [PATCH BlueZ 09/12] android/avrcp-lib: Add support for parsing GetPlayStatus PDU
` [PATCH BlueZ 10/12] android/avrcp-lib: Add support for parsing GetElementAttributes PDU
` [PATCH BlueZ 11/12] android/avrcp-lib: Add support for parsing ResgisterNotification PDU
` [PATCH BlueZ 12/12] android/avrcp-lib: Add support for parsing SetAddressedPlayer PDU
[PATCH 1/2] android: Add WBS mode to handsfree HAL
2014-03-17 12:40 UTC (2+ messages)
` [PATCH 2/2] android/handsfree: Add support for WBS mode
[PATCH] uHIDP: HIDP in userspace
2014-03-17 11:39 UTC (3+ messages)
[PATCH v2] android/gatt: Find primary services
2014-03-17 10:50 UTC (2+ messages)
[PATCH 1/2] android/hal-gatt: Fix wrong pointer usage
2014-03-17 9:56 UTC (3+ messages)
` [PATCH 2/2] android/hal-ipc: Make opcode debug print more readable
[PATCH v3 0/5] android:Add initial support for GATT Client
2014-03-17 9:53 UTC (8+ messages)
` [PATCH v3 1/5] android/bluetooth: Add GATT notifications on LE discovery
` [PATCH v3 2/5] android/gatt: Use Core profile for LE scan
` [PATCH v3 3/5] android/gatt: Add GATT Connect
` [PATCH v3 4/5] android/gatt: Add disconnect GATT device
` [PATCH v0 5/5] android/gatt: Find primary services
[PATCH v3 00/10] Change inquiry handling in btdev
2014-03-17 9:37 UTC (11+ messages)
` [PATCH v3 01/10] emulator: Use timeout for sending inquiry results
` [PATCH v3 02/10] emulator: Add inquiry cancel
` [PATCH v3 03/10] emulator: Add handling inquiry number of responses
` [PATCH v3 04/10] emulator: Add handling inquiry_lenght from inquiry command
` [PATCH v3 05/10] android/tester: Fix handling inquiry by android tester
` [PATCH v3 06/10] tools/mgmt-tester: Fix for Stop discovery test
` [PATCH v3 07/10] tools/mgmt-tester: Update Stop Discovery-BR/EDR (Inquiry) Success 1
` [PATCH v3 08/10] tools/mgmt-tester: Remove not used condition
` [PATCH v3 09/10] tools/mgmt-tester: Refactor setup_start_discovery function
` [PATCH v3 10/10] shared: Fix missing destroy callback in timeout_add
[PATCH v2 0/4] android:Add initial support for GATT Client
2014-03-16 22:39 UTC (12+ messages)
` [PATCH v2 1/4] android/bluetooth: Add GATT notifications on LE discovery
` [PATCH v2 2/4] android/gatt: Use Core profile for LE scan
` [PATCH v2 3/4] android/gatt: Add GATT Connect
` [PATCH v2 4/4] android/gatt: Add disconnect GATT device
linux-firmware: Update Intel BT devices firmware patch files (7260/3160)
2014-03-16 21:05 UTC (2+ messages)
[PATCH v3 1/4] Bluetooth: Move local identity address setting to a central place
2014-03-16 7:14 UTC (8+ messages)
` [PATCH v3 2/4] Bluetooth: Fix LE responder/initiator address setting
` [PATCH v3 3/4] Bluetooth: Add error mapping for Directed Advertising Timeout
` [PATCH v3 4/4] Bluetooth: Add directed advertising support through connect()
` [PATCH v4 "
` [PATCH v5 "
[PATCH] android/handsfree: Connect audio when Android framemework expects it
2014-03-16 0:35 UTC (2+ messages)
[PATCH 00/24] rfcomm fixes
2014-03-16 0:16 UTC (14+ messages)
` [RC6 Bell Chime] "
` [RC6 Bell Chime] "
[PATCH] android/handsfree: Connect audio when Android framemework expects it
2014-03-15 22:52 UTC (2+ messages)
[PATCH] android/handsfree: Add support for three-way calling
2014-03-15 21:29 UTC (2+ messages)
Bluez+PulseAudio: creating audio sink
2014-03-15 19:53 UTC
[RFC BlueZ v1 0/2] Initial D-Bus GATT client API implementation
2014-03-14 23:30 UTC (3+ messages)
` [RFC BlueZ v1 1/2] gatt-dbus: Add remote GATT service objects
` [RFC BlueZ v1 2/2] gatt-dbus: Add remote GATT characteristic objects
linux-firmware: Add firmware patch file for Intel Bluetooth Device (7265)
2014-03-14 20:52 UTC
[RFC BlueZ 0/2] Initial D-Bus GATT client API implementation
2014-03-14 18:28 UTC (8+ messages)
` [RFC BlueZ 1/2] gatt-dbus: Add remote GATT service objects
` [RFC BlueZ 2/2] gatt-dbus: Add remote GATT characteristic objects
ipc-common.h missing in bluez 5.16
2014-03-14 17:39 UTC (2+ messages)
[PATCH] Bluetooth: Fix updating SMP remote key distribution information
2014-03-14 16:06 UTC (3+ messages)
[PATCH v2 00/10] Change inquiry handling in btdev
2014-03-14 15:57 UTC (13+ messages)
` [PATCH v2 02/10] emulator: Use timeout for sending inquiry results
` [PATCH v2 03/10] emulator: Add inquiry cancel
` [PATCH v2 04/10] emulator: Add handling inquiry number of responses
` [PATCH v2 05/10] emulator: Add handling inquiry_lenght from inquiry command
[PATCHv2 00/16] AVRCP code and test cases
2014-03-14 15:17 UTC (4+ messages)
` [PATCHv2 14/16] unit/avrcp: Add /TP/MCN/CB/BV-07-C test
` [PATCHv2 15/16] android/avrcp: Add avrcp_search() function
` [PATCHv2 16/16] unit/avrcp: Add /TP/MCN/SRC/BV-01-C test
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).