linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-20 10:24:30 to 2013-11-25 22:15:49 UTC [more...]

[PATCH 00/13] sixaxis support
 2013-11-25 22:15 UTC  (12+ messages)
` [PATCH 01/13] core: Export some symbols from libbluetooth
` [PATCH 02/13] Rename adapter_get_device to btd_adapter_get_device
` [PATCH 03/13] Rename device_set_temporary to btd_device_set_temporary
` [PATCH 04/13] Rename device_set_trusted to btd_device_set_trusted
` [PATCH 05/13] Rename device_device_set_name to btd_device_device_set_name
` [PATCH 06/13] Rename device_get_uuids to btd_device_get_uuids
` [PATCH 07/13] Rename adapter_get_address to btd_adapter_get_address
` [PATCH 08/13] Rename adapter_find_device to btd_adapter_find_device
` [PATCH 09/13] plugins: Add initial code for sixaxis plugin
` [PATCH 10/13] plugins/sixaxis: Add initial code for udev handling

autopair corner cases
 2013-11-25 21:41 UTC  (4+ messages)

SM: is BlueZ the Master/Initiator or Slave/Responder?
 2013-11-25 21:17 UTC 

Crasher during remote initiated pairing
 2013-11-25 16:53 UTC 

[PATCH v2 00/20] Initial AVDTP for Android
 2013-11-25 14:54 UTC  (20+ messages)
` [PATCH v2 02/20] android/AVDTP: Strip dependencies
` [PATCH v2 03/20] unit/AVDTP: Add /TP/SIG/SMG/BV-05-C test
` [PATCH v2 04/20] unit/AVDTP: Add /TP/SIG/SMG/BV-06-C test
` [PATCH v2 05/20] unit/AVDTP: Add /TP/SIG/SMG/BV-07-C test
` [PATCH v2 06/20] unit/AVDTP: Add /TP/SIG/SMG/BV-08-C test
` [PATCH v2 07/20] unit/AVDTP: Add /TP/SIG/SMG/BV-09-C test
` [PATCH v2 08/20] unit/AVDTP: Add /TP/SIG/SMG/BV-10-C test
` [PATCH v2 09/20] unit/AVDTP: Add /TP/SIG/SMG/BV-11-C test
` [PATCH v2 10/20] unit/AVDTP: Add /TP/SIG/SMG/BV-12-C test
` [PATCH v2 11/20] unit/AVDTP: Add /TP/SIG/SMG/BV-15-C test
` [PATCH v2 12/20] unit/AVDTP: Add /TP/SIG/SMG/BV-16-C test
` [PATCH v2 13/20] unit/AVDTP: Add /TP/SIG/SMG/BV-17-C test
` [PATCH v2 14/20] unit/AVDTP: Add /TP/SIG/SMG/BV-18-C test
` [PATCH v2 15/20] unit/AVDTP: Add /TP/SIG/SMG/BV-19-C test
` [PATCH v2 16/20] unit/AVDTP: Add /TP/SIG/SMG/BV-20-C test
` [PATCH v2 17/20] unit/AVDTP: Add /TP/SIG/SMG/BV-21-C test
` [PATCH v2 18/20] unit/AVDTP: Add /TP/SIG/SMG/BV-22-C test
` [PATCH v2 19/20] unit/AVDTP: Add /TP/SIG/SMG/BV-23-C test
` [PATCH v2 20/20] unit/AVDTP: Add /TP/SIG/SMG/BV-24-C test

[PATCH 0/4] Adds pan connect disconnect and get role methods
 2013-11-25 14:25 UTC  (8+ messages)
` [PATCH 1/4] android: Add CAP_NET_RAW capability
` [PATCH 2/4] android/pan: Implement pan connect method in daemon
` [PATCH 3/4] android/pan: Implement pan disconnect "
` [PATCH 4/4] android/pan: Implement the get local role "

[PATCHv9 00/21] Socket HAL
 2013-11-25 14:10 UTC  (27+ messages)
` [PATCHv9 01/21] android/socket: Parse SDP response and connect
` [PATCHv9 02/21] android/socket: Implement HAL connect call
` [PATCHv9 03/21] android/socket: Send RFCOMM channel to framework
` [PATCHv9 04/21] android/socket: Send connect signal to Android framework
` [PATCHv9 05/21] android/socket: Close file descriptor after sending
` [PATCHv9 06/21] android/socket: Add general service create/remove function
` [PATCHv9 07/21] android/socket: Add OPP SDP record
` [PATCHv9 08/21] android/socket: Add MAS uuid to profile table
` [PATCHv9 09/21] android/socket: Add SPP "
` [PATCHv9 10/21] android/socket: Add PBAP SDP record
` [PATCHv9 11/21] android/socket: Add SPP "
` [PATCHv9 12/21] android/socket: Support listen() with supplied chan number
` [PATCHv9 13/21] android/hal-sock: Print bdaddr on connect
` [PATCHv9 14/21] android/socket: Refactor socket send_fd function
` [PATCHv9 15/21] android/hal-utils: Fix possible NULL pointer dereference
` [PATCHv9 16/21] android/socket: Use default sec_level for listen
` [PATCHv9 17/21] android/socket: Add error printing possible close() failure
` [PATCHv9 18/21] android/socket: Use security level for connect
    ` [PATCHv10 1/4] android/socket: Use security level for connect / listen
      ` [PATCHv10 2/4] android/socket: Keep server iochannel reference
      ` [PATCHv10 3/4] android/socket: Handle Android events for server socket
      ` [PATCHv10 4/4] android/socket: Check create_rfsock returns valid structure
` [PATCHv9 19/21] android/socket: Keep server iochannel reference
` [PATCHv9 20/21] android/socket: Handle Android events for server socket
` [PATCHv9 21/21] android/socket: Check create_rfsock returns valid structure

[PATCH 1/3] sdptool: Fix memory leaks creating OPP record
 2013-11-25 13:42 UTC  (4+ messages)
` [PATCH 2/3] sdptool: Fix memory leaks creating PBAP record
` [PATCH 3/3] sdptool: Make code consistent for SPP record add

[PATCH] Adding paired-devices cmd to the bluetoothctl
 2013-11-25 13:24 UTC  (4+ messages)

[PATCH BlueZ 00/19] Initial AVDTP for Android
 2013-11-25 13:11 UTC  (20+ messages)
` [PATCH BlueZ 01/19] android: Add initial AVDTP code
` [PATCH BlueZ 02/19] unit/AVDTP: Add /TP/SIG/SMG/BV-05-C test
` [PATCH BlueZ 03/19] unit/AVDTP: Add /TP/SIG/SMG/BV-06-C test
` [PATCH BlueZ 04/19] unit/AVDTP: Add /TP/SIG/SMG/BV-07-C test
` [PATCH BlueZ 05/19] unit/AVDTP: Add /TP/SIG/SMG/BV-08-C test
` [PATCH BlueZ 06/19] unit/AVDTP: Add /TP/SIG/SMG/BV-09-C test
` [PATCH BlueZ 07/19] unit/AVDTP: Add /TP/SIG/SMG/BV-10-C test
` [PATCH BlueZ 08/19] unit/AVDTP: Add /TP/SIG/SMG/BV-11-C test
` [PATCH BlueZ 09/19] unit/AVDTP: Add /TP/SIG/SMG/BV-12-C test
` [PATCH BlueZ 10/19] unit/AVDTP: Add /TP/SIG/SMG/BV-15-C test
` [PATCH BlueZ 11/19] unit/AVDTP: Add /TP/SIG/SMG/BV-16-C test
` [PATCH BlueZ 12/19] unit/AVDTP: Add /TP/SIG/SMG/BV-17-C test
` [PATCH BlueZ 13/19] unit/AVDTP: Add /TP/SIG/SMG/BV-18-C test
` [PATCH BlueZ 14/19] unit/AVDTP: Add /TP/SIG/SMG/BV-19-C test
` [PATCH BlueZ 15/19] unit/AVDTP: Add /TP/SIG/SMG/BV-20-C test
` [PATCH BlueZ 16/19] unit/AVDTP: Add /TP/SIG/SMG/BV-21-C test
` [PATCH BlueZ 17/19] unit/AVDTP: Add /TP/SIG/SMG/BV-22-C test
` [PATCH BlueZ 18/19] unit/AVDTP: Add /TP/SIG/SMG/BV-23-C test
` [PATCH BlueZ 19/19] unit/AVDTP: Add /TP/SIG/SMG/BV-24-C test

[PATCH] bluetoothctl: Fix handling of (G_IO_IN | G_IO_HUP) input case
 2013-11-25 12:53 UTC  (2+ messages)

[PATCH] android/bluetooth: Fix memory leak
 2013-11-25 12:52 UTC  (2+ messages)

[PATCH 1/4] android/pics: Add PTS PICS for PAN
 2013-11-25 12:51 UTC  (5+ messages)
` [PATCH 2/4] android/build: Add PAN PICS file to EXTRA_DIST
` [PATCH 3/4] android/pics: Add PTS PICS for DID
` [PATCH 4/4] android/build: Add DID PICS file to EXTRA_DIST

[PATCH] android/hal-bluetooth: Use static memory for enum convertion
 2013-11-25 12:47 UTC  (2+ messages)

[PATCHv7 00/14] Socket HAL
 2013-11-25 12:41 UTC  (17+ messages)
` [PATCHv7 01/14] android/socket: Parse SDP response and connect
` [PATCHv7 02/14] android/socket: Implement HAL connect call
` [PATCHv7 03/14] android/socket: Send RFCOMM channel to framework
` [PATCHv7 04/14] android/socket: Send connect signal to Android framework
` [PATCHv7 05/14] android/socket: Close file descriptor after sending
` [PATCHv7 06/14] android/socket: Add general service create/remove function
` [PATCHv7 07/14] android/socket: Add OPP SDP record
` [PATCHv7 08/14] android/socket: Add MAS uuid to profile table
` [PATCHv7 09/14] android/socket: Add SPP "
` [PATCHv7 10/14] android/socket: Add PBAP SDP record
` [PATCHv7 11/14] android/socket: Add SPP "
` [PATCHv7 12/14] android/socket: Support listen() with supplied chan number
` [PATCHv7 13/14] android/hal-sock: Print bdaddr on connect
` [PATCHv7 14/14] android/socket: Refactor socket send_fd function
` [PATCH] fixup add missing break (sjanc review)

[RFCv2 0/7] Socket HAL part2
 2013-11-25 11:22 UTC  (8+ messages)
` [RFCv2 1/7] android/socket: Check that create_record function exist
` [RFCv2 2/7] android/socket: Use default sec_level for listen
` [RFCv2 3/7] android/socket: Add error printing possible close() failure
` [RFCv2 4/7] android/socket: Use security level for connect
` [RFCv2 5/7] android/socket: Keep server iochannel reference
` [RFCv2 6/7] android/socket: Handle Android events for server socket
` [RFCv2 7/7] android/socket: Check create_rfsock returns valid structure

[PATCH] android/bluetooth: Fix possible NULL dereference
 2013-11-25  9:47 UTC 

[PATCHv8 00/15] Socket HAL
 2013-11-25  9:44 UTC  (16+ messages)
` [PATCHv8 01/15] android/socket: Parse SDP response and connect
` [PATCHv8 02/15] android/socket: Implement HAL connect call
` [PATCHv8 03/15] android/socket: Send RFCOMM channel to framework
` [PATCHv8 04/15] android/socket: Send connect signal to Android framework
` [PATCHv8 05/15] android/socket: Close file descriptor after sending
` [PATCHv8 06/15] android/socket: Add general service create/remove function
` [PATCHv8 07/15] android/socket: Add OPP SDP record
` [PATCHv8 08/15] android/socket: Add MAS uuid to profile table
` [PATCHv8 09/15] android/socket: Add SPP "
` [PATCHv8 10/15] android/socket: Add PBAP SDP record
` [PATCHv8 11/15] android/socket: Add SPP "
` [PATCHv8 12/15] android/socket: Support listen() with supplied chan number
` [PATCHv8 13/15] android/hal-sock: Print bdaddr on connect
` [PATCHv8 14/15] android/socket: Refactor socket send_fd function
` [PATCHv8 15/15] android/hal-utils: Fix possible NULL pointer dereference

openSUSE 13.1: bt headsets lose connection
 2013-11-23 19:47 UTC 

spam on this list
 2013-11-23 14:41 UTC 

[RFC 1/6] android/socket: Check that create_record function exist
 2013-11-22 15:49 UTC  (6+ messages)
` [RFC 2/6] android/socket: Use dafault sec_level for listen
` [RFC 3/6] android/socket: Add error printing possible close() failure
` [RFC 4/6] android/socket: Use security level for connect
` [RFC 5/6] android/socket: Keep server iochannel reference
` [RFC 6/6] android/socket: Handle Android events for server socket

[PATCH 1/2] android/ipc: Zero initialize cmsg buffer
 2013-11-21 14:44 UTC  (3+ messages)
` [PATCH 2/2] android/haltest: "

Bluetooth: oops in rfcomm_sock_getsockopt_old
 2013-11-21 14:29 UTC  (3+ messages)

BUG??
 2013-11-21 14:17 UTC  (4+ messages)

[PATCH BlueZ] android/a2dp: Cleanup devices on unregister
 2013-11-21  8:16 UTC  (2+ messages)

[RFC v3 00/12] LE auto connection and connection parameters
 2013-11-20 22:09 UTC  (13+ messages)
` [RFC v3 01/12] Bluetooth: Save connection interval parameters in hci_conn
` [RFC v3 02/12] Bluetooth: Group list_head fields from strcut hci_dev together
` [RFC v3 03/12] Bluetooth: Introduce connection parameters list
` [RFC v3 04/12] Bluetooth: Use connection parameters if any
` [RFC v3 05/12] Bluetooth: Stop scanning on LE connection
` [RFC v3 06/12] Bluetooth: Introduce hdev->pend_le_conn list
` [RFC v3 07/12] Bluetooth: Introduce LE auto connection infrastructure
` [RFC v3 08/12] Bluetooth: Re-enable background scan in case of error
` [RFC v3 09/12] Bluetooth: Temporarily stop background scanning on discovery
` [RFC v3 10/12] Bluetooth: Auto connection and power on
` [RFC v3 11/12] Bleutooth: Add support for auto connect options
` [RFC v3 12/12] Bluetooth: Add le_auto_conn file on debugfs

[PATCHv6 00/19] Socket HAL
 2013-11-20 13:21 UTC  (13+ messages)
` [PATCHv6 02/19] android/socket: Handling rfcomm sockets
` [PATCHv6 10/19] android/socket: Parse SDP response and connect
` [PATCHv6 12/19] android/socket: Send RFCOMM channel to framework
` [PATCHv6 13/19] android/socket: Send connect signal to Android framework
` [PATCHv6 14/19] android/socket: Close file descriptor after sending
` [PATCHv6 15/19] android/socket: Add SDP record for OPP profile
` [PATCHv6 16/19] android/socket: Add MAS uuid to profile table
` [PATCHv6 17/19] android/socket: Add SPP "
` [PATCHv6 18/19] android/socket: Add PBAP SDP record
` [PATCHv6 19/19] android/socket: Add SPP "

[RFC v5 0/5] Bluetooth LE 6LoWPAN
 2013-11-20 12:07 UTC  (6+ messages)
` [RFC v5 1/5] 6lowpan: Moving generic parts into net/core/6lowpan.c
` [RFC v5 2/5] net: if_arp: add ARPHRD_RAWIP type
` [RFC v5 3/5] ipv6: Add checks for RAWIP ARP type
` [RFC v5 4/5] Bluetooth: Enable 6LoWPAN support for BT LE devices
` [RFC v5 5/5] Bluetooth: Manually enable or disable 6LoWPAN between devices


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