linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-27 13:35:44 to 2014-03-31 13:13:35 UTC [more...]

[PATCH_v2 0/3] Add HDP .register_application method
 2014-03-31 13:13 UTC  (4+ messages)
` [PATCH_v2 1/3] android/hal-ipc-api: Add extra command to Health HAL api document
` [PATCH_v2 2/3] android/hal-msg: Add extra struct for mdep data
` [PATCH_v2 3/3] android/hal-health: Add HDP .register_application method

[PATCH] android: Fix NULL pointer dereference
 2014-03-31 12:45 UTC 

[PATCH] android/gatt: Simplify find_device helper
 2014-03-31 12:44 UTC  (2+ messages)

[PATCHv2] android/gatt: Use proper GATT status
 2014-03-31 12:43 UTC  (2+ messages)

[PATCHv4 01/20] android/avrcp: Add avrcp_connect_browsing()
 2014-03-31 12:25 UTC  (20+ messages)
` [PATCHv4 02/20] android/avrcp: Add avrcp_set_browsed_player() function
` [PATCHv4 03/20] unit/avrcp: Add browsing channel support in unit testing
` [PATCHv4 04/20] unit/avrcp: Add /TP/MPS/BV-03-C test
` [PATCHv4 05/20] android/avrcp: Use defined constant instead of magic number
` [PATCHv4 06/20] android/avrcp: Add avrcp_get_folder_items() function
` [PATCHv4 07/20] unit/avrcp: Add /TP/MPS/BV-08-C test
` [PATCHv4 08/20] unit/avrcp: Add /TP/MPS/BV-01-I test
` [PATCHv4 09/20] unit/avrcp: Add Connection establishment and release tests
` [PATCHv4 10/20] unit/avrcp: Add /TP/MCN/CB/BV-01-C test
` [PATCHv4 11/20] android/avrcp: Add avrcp_change_path() function
` [PATCHv4 12/20] unit/avrcp: Add /TP/MCN/CB/BV-04-C test
` [PATCHv4 13/20] android/avrcp: Add avrcp_get_item_attributes() function
` [PATCHv4 14/20] unit/avrcp: Add /TP/MCN/CB/BV-07-C test
` [PATCHv4 15/20] android/avrcp: Add avrcp_search() function
` [PATCHv4 16/20] unit/avrcp: Add /TP/MCN/SRC/BV-01-C test
` [PATCHv4 17/20] android/avrcp: Fix clang warning
` [PATCHv4 18/20] unit/avrcp: Fix possible buffer overflow
` [PATCHv4 19/20] unit/avrcp: Add /TP/MCN/SRC/BV-03-C test
` [PATCHv4 20/20] unit/avrcp: Add /TP/MCN/SRC/BV-05-C test

PATCH hid2hci for CSR 8510 A10
 2014-03-31 12:17 UTC  (7+ messages)
      ` [PATCH] hid2hci add CSR 8510 A10 support

[PATCH BlueZ v0 0/5] Add basic GATT descriptors
 2014-03-31 12:13 UTC  (12+ messages)
` [PATCH BlueZ v0 1/5] gatt: Introduce helper for adding descriptors
` [PATCH BlueZ v0 2/5] gatt: Add descriptor to the database
` [PATCH BlueZ v0 3/5] tools: Add testing descriptor for IAS Alert Level
` [PATCH BlueZ v0 4/5] tools: Add Get/Set descriptor
` [PATCH BlueZ v0 5/5] tools: Add emitting descriptor PropertiesChanged
` [PATCH BlueZ v1 0/3] Add basic GATT descriptors
  ` [PATCH BlueZ v1 1/3] tools: Add testing descriptor for IAS Alert Level
  ` [PATCH BlueZ v1 2/3] tools: Add Get/Set descriptor
  ` [PATCH BlueZ v1 3/3] tools: Add emitting descriptor PropertiesChanged

[RFC 1/2] android/hal-audio-hsp: Add audio HAL for HSP handling
 2014-03-31 11:44 UTC  (2+ messages)
` [RFC 2/2] android/hal-audio: Make code readable

Missing Linux Bluetooth Headers
 2014-03-31 10:38 UTC  (3+ messages)

[PATCH] Bluetooth: Fix to auto accept pairing request for no MITM case
 2014-03-31  9:49 UTC  (7+ messages)

[PATCH 0/3] Add HDP .register_application method
 2014-03-31  9:47 UTC  (4+ messages)
` [PATCH 1/3] android/hal-ipc-api: Add extra command to Health HAL api document
` [PATCH 2/3] android/hal-msg: Add extra struct for mdep data
` [PATCH 3/3] android/hal-health: Add HDP .register_application method

[RFC 0/3] Add HDP .register_application method
 2014-03-31  8:03 UTC  (3+ messages)

[PATCH BlueZ 1/4] gobex/header: Add g_obex_header_new_tag function
 2014-03-31  8:02 UTC  (5+ messages)
` [PATCH BlueZ 2/4] gobex: Respond to authentication challenge
` [PATCH BlueZ 3/4] unit/test-gobex: Add test for OBEX authentication
` [PATCH BlueZ 4/4] obexd: Remove code related to "

[PATCH v2 BlueZ 01/12] android/avrcp-lib: Add support for parsing GetCapabilities response
 2014-03-31  8:02 UTC  (13+ messages)
` [PATCH v2 BlueZ 02/12] android/avrcp-lib: Add support for parsing ListPlayerAttributes response
` [PATCH v2 BlueZ 03/12] android/avrcp-lib: Add support for parsing GetPlayerAttributeText response
` [PATCH v2 BlueZ 04/12] android/avrcp-lib: Add avrcp_list_player_values
` [PATCH v2 BlueZ 05/12] android/avrcp-lib: Add support for parsing ListPlayerValues response
` [PATCH v2 BlueZ 06/12] android/avrcp-lib: Add avrcp_get_player_value_text
` [PATCH v2 BlueZ 07/12] android/avrcp-lib: Add support for parsing GetPlayerValueText response
` [PATCH v2 BlueZ 08/12] android/avrcp-lib: Add support for parsing GetCurrentPlayerValue response
` [PATCH v2 BlueZ 09/12] android/avrcp-lib: Add support for parsing SetPlayerValue response
` [PATCH v2 BlueZ 10/12] android/avrcp-lib: Add support for parsing GetPlayStatus response
` [PATCH v2 BlueZ 11/12] android/avrcp-lib: Add support for parsing GetElementAttributes response
` [PATCH v2 BlueZ 12/12] android/avrcp-lib: Add support for parsing RegisterNotification response

[PATCH] android/gatt: Fix regression introduced by b278efa5
 2014-03-30 22:07 UTC  (2+ messages)

Controlling LEDs and rumble on sixaxis
 2014-03-30 19:17 UTC  (3+ messages)

[RFC] doc: Connection Parameters Command
 2014-03-30  7:00 UTC  (4+ messages)

[PATCH 1/4] android/pts: Add PIXITs for MCAP and HDP
 2014-03-29 10:34 UTC  (4+ messages)
` [PATCH 2/4] android/pts: Add PICS for MCAP
` [PATCH 3/4] android/pts: Add PICS for HDP
` [PATCH 4/4] android/hsp: Add MCAP and HDP files

[PATCH] Bluetooth: Fix address in unmergeable device found events
 2014-03-29  7:50 UTC  (2+ messages)

[PATCH 2/2 RESEND] Bluetooth: btmrvl: implement read-to-clear for SD8897 interrupts
 2014-03-29  2:37 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: btmrvl: separate write-to-clear function from interrupt handler
 2014-03-28 21:51 UTC  (5+ messages)
` [PATCH 2/2] Bluetooth: btmrvl: implement read-to-clear for SD8897 interrupts

Miccus Home RTX: Any issues useing with Linux?
 2014-03-28 20:52 UTC 

[PATCH 0/9] android/gatt: Characteristic/Descriptors read and write
 2014-03-28 18:54 UTC  (10+ messages)
` [PATCH 1/9] android/gatt: Use proper GATT status
` [PATCHv2 2/9] android/gatt: Handle read characteristic client command
` [PATCHv2 3/9] android/gatt: Handle write "
` [PATCH 4/9] android/gatt: Add queue for characteristic descriptors caching
` [PATCH 5/9] android/gatt: Handle get descriptor client command
` [PATCH 6/9] android/gatt: Search for descriptors and notify
` [PATCH 7/9] android/gatt: Add client read descriptor handler
` [PATCH 8/9] android/gatt: Add client write "
` [PATCH 9/9] android/gatt: Simplify matching functions

rctest -c "Can't connect: Device or resource busy (16)"
 2014-03-28 17:49 UTC  (7+ messages)

[PATCH] android/gatt: Handle read characteristic client command
 2014-03-28 14:37 UTC 

[PATCHv4 1/7] android/gatt: Add initial implementation of get_included_service
 2014-03-28 12:28 UTC  (8+ messages)
` [PATCHv4 2/7] android/gatt: Add get_included_data struct and callback
` [PATCHv4 3/7] android/gatt: Add implementation of get_included_cb
` [PATCHv4 4/7] android/gatt: Add initial implementation of register_for_notification
` [PATCHv4 5/7] android/gatt: Add send_register_for_notif_ev function
` [PATCHv4 6/7] android/gatt: Add handler for ATT_OP_HANDLE_NOTIFY and ATT_OP_HANDLE_IND
` [PATCHv4 7/7] android/gatt: Add deregister_for_notification implementation

[PATCH BlueZ v0] gatt: Fix proxies list iteration
 2014-03-28 12:26 UTC  (2+ messages)

[PATCH 1/2] attrib: Use const source data pointer for write
 2014-03-28 12:25 UTC  (3+ messages)
` [PATCH 2/2] attrib/gatttool: Use define for UUID format check

[PATCH BlueZ v0 0/5] Add GATT Characteristic Flags
 2014-03-28 12:25 UTC  (2+ messages)

[RFC v3] Add Support for Read Remote RSSI
 2014-03-28 11:34 UTC  (5+ messages)
` [RFC v3] mgmt-api: Add support "

[PATCHv3 1/8] android/gatt: Add helper for getting device by conn_id
 2014-03-28 10:28 UTC  (9+ messages)
` [PATCHv3 2/8] android/gatt: Add initial implementation of get_included_service
` [PATCHv3 3/8] android/gatt: Add get_included_data struct and callback
` [PATCHv3 4/8] android/gatt: Add implementation of get_included_cb
` [PATCHv3 5/8] android/gatt: Add initial implementation of register_for_notification
` [PATCHv3 6/8] android/gatt: Add send_register_for_notif_ev function
` [PATCHv3 7/8] android/gatt: Add handler for ATT_OP_HANDLE_NOTIFY and ATT_OP_HANDLE_IND
` [PATCHv3 8/8] android/gatt: Add deregister_for_notification implementation

[PATCH 1/2] android/pts: Add PTS test results for L2CAP
 2014-03-28 10:18 UTC  (2+ messages)
` [PATCH 2/2] android/pixit: PIXIT "

[RFC v2] mgmt-api: Add support for Read Remote RSSI
 2014-03-28 10:06 UTC  (4+ messages)

[RFC 1/3] mgmt-api: Add Start Remote RSSI Command
 2014-03-28  7:13 UTC  (4+ messages)
` [RFC 2/3] mgmt-api: Add Stop Read "
` [RFC 3/3] mgmt-api: Add Remote RSSI Event

[PATCH v4 1/3] Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT
 2014-03-28  7:12 UTC  (6+ messages)
` [PATCH v4 2/3] Bluetooth: Add new debugfs parameter
` [PATCH v4 3/3] Bluetooth: Keep msec in DISCOV_LE_TIMEOUT

[PATCHv2 01/11] android/gatt: Add helper for getting device by conn_id
 2014-03-27 22:50 UTC  (21+ messages)
` [PATCHv2 02/11] android/gatt: Add helper to get client by id
` [PATCHv2 03/11] android/gatt: Service error when client cannot be created
` [PATCHv2 04/11] android/gatt: Add initial implementation of get_included_service
` [PATCHv2 05/11] android/gatt: Add get_included_data struct and callback
` [PATCHv2 06/11] android/gatt: Add implementation of get_included_cb
` [PATCHv2 07/11] android/gatt: Add notifications list to gatt_client
` [PATCHv2 08/11] android/gatt: Add initial implementation of register_for_notification
` [PATCHv2 09/11] android/gatt: Add client_register_for_notif_cb function
` [PATCHv2 10/11] android/gatt: Add handler for ATT_OP_HANDLE_NOTIFY and ATT_OP_HANDLE_IND
` [PATCHv2 11/11] android/gatt: Add deregister_for_notification implementation

[PATCH v3 1/2] Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT
 2014-03-27 21:34 UTC  (6+ messages)
` [PATCH v3 2/2] Bluetooth: Add new debugfs parameter

[PATCH] android/handsfree: Check service class is not zero
 2014-03-27 20:48 UTC  (2+ messages)

[PATCH 1/4] android/gatt: Add initial handling of register_for_notification
 2014-03-27 19:27 UTC  (2+ messages)

[PATCH 1/2] android/gatt: Refactor characteristic notify function
 2014-03-27 19:14 UTC  (2+ messages)

[PATCHv2 1/2] android/gatt: Fix sendig wrong byte ordered uuids
 2014-03-27 19:03 UTC  (3+ messages)
` [PATCHv2 2/2] android/gatt: Fix cached services having element_id uuid not set

pull request: bluetooth-next 2014-03-24
 2014-03-27 18:18 UTC  (3+ messages)

[PATCH] Bluetooth: Remove unnecessary NULL check in hci_inquiry_cache_update
 2014-03-27 16:03 UTC  (2+ messages)

[PATCH 1/7] android/gatt: Unify destroy functions
 2014-03-27 15:26 UTC  (4+ messages)
` [PATCH 6/7] android/gatt: Fix sendig wrong byte ordered uuids

[PATCH BlueZ 01/12] android/avrcp-lib: Add support for parsing GetCapabilities response
 2014-03-27 15:01 UTC  (4+ messages)
` [PATCH BlueZ 08/12] android/avrcp-lib: Add support for parsing GetCurrentPlayerValue response

[PATCH 01/11] tty: serial: add missing braces
 2014-03-27 14:54 UTC  (8+ messages)
` [PATCH 10/11] Revert "serial: omap: unlock the port lock"

[PATCH] android/gatt: Fix incorrect usage of bt_uuid_to_uuid128
 2014-03-27 14:51 UTC  (2+ messages)

[PATCH BlueZ v0 5/5] doc: Remove Core SPEC page number from gatt-api.txt
 2014-03-27 13:35 UTC  (2+ messages)
` [PATCH BlueZ v1 "


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).