linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-29 13:47:12 to 2014-10-02 12:16:50 UTC [more...]

[PATCH v4 bluetooth] Fix lowpan_rcv
 2014-10-02 12:16 UTC  (7+ messages)
` [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv

[PATCH 1/6] android/tester: Make client2 app uuid value name consistent
 2014-10-02 11:51 UTC  (7+ messages)
` [PATCH 2/6] android/tester: Fix debug callback logs
` [PATCH 3/6] android/tester: Change GATT client connection test cases to LE connect
` [PATCH 4/6] android/tester: Add GATT server connect successful test case
` [PATCH 5/6] android/tester: Add GATT server disconnect "
` [PATCH 6/6] android/tester: Add GATT server multiple connect succesful "

[PATCHv2 1/5] android/tester: Add support for GATT Notification in tester
 2014-10-02 11:49 UTC  (6+ messages)
` [PATCHv2 2/5] android/tester: Add GATT Register For Notification Success
` [PATCHv2 3/5] android/tester: Add GATT Deregister "
` [PATCHv2 4/5] android/tester: Add GATT Notification test - Indicate
` [PATCHv2 5/5] android/tester: Add GATT Notification test - Notify

[PATCH] mcap: Unify libmcap usage for Android and non-Android versions
 2014-10-02 11:27 UTC  (2+ messages)

[PATCHv4 00/13] android/tester: Unifying the way PDU is handled
 2014-10-02 11:22 UTC  (15+ messages)
` [PATCHv4 01/13] android/tester: Replace gatt-tester's pdu structs with io vectors
` [PATCHv4 02/13] android/tester: Expose structs holding request pdu and response pdu
` [PATCHv4 03/13] android/tester: Make HidHost tests use io vectors for pdu
` [PATCHv4 04/13] android/tester: Make PAN "
` [PATCHv4 05/13] android/tester: Make HDP "
` [PATCHv4 06/13] android/tester: Add generic hook to handle pdu exchange
` [PATCHv4 07/13] android/tester: Make A2DP use generic pdu exchange mechanism
` [PATCHv4 08/13] android/tester: Make AVRCP tests "
` [PATCHv4 09/13] android/tester: Make GATT use generic cid_data
` [PATCHv4 10/13] android/tester: Make HDP tests use generic PDU exchange mechanism
` [PATCHv4 11/13] android/tester: Make HIDHost "
` [PATCHv4 12/13] android/tester: Make PAN "
` [PATCHv4 13/13] android/tester: Use generic connect callback for simple cases

[PATCH 0/2] Bluetooth: 6lowpan: Multicast fixes
 2014-10-02 10:49 UTC  (4+ messages)
` [PATCH 1/2] Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets
` [PATCH 2/2] Bluetooth: 6lowpan: Check transmit errors "

[PATCH] Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails
 2014-10-02 10:48 UTC  (2+ messages)

[PATCH] Bluetooth: 6lowpan: Memory leak as the skb is not freed
 2014-10-02 10:48 UTC  (2+ messages)

[PATCH] android/pts: Update HDP PICS and PIXIT for PTS 5.3
 2014-10-02 10:42 UTC  (2+ messages)

[PATCH] android/pts: Update HID PICS and PIXIT for PTS 5.3
 2014-10-02 10:42 UTC  (2+ messages)

sixaxis & sony/snakebyte ps3 navigation move controller issues
 2014-10-02 10:25 UTC  (2+ messages)

[PATCH] Bluetooth: Fix lockdep warning with l2cap_chan_connect
 2014-10-02 10:10 UTC  (3+ messages)

[PATCH BlueZ v3 1/5] shared/gatt-client: Simplify bt_gatt_client_new
 2014-10-02  9:51 UTC  (5+ messages)
` [PATCH BlueZ v3 2/5] unit/test-gatt: Add TP/GAC/CL/BV-01-C test
` [PATCH BlueZ v3 3/5] shared/gatt-client: Fix crash on bt_gatt_client_unref
` [PATCH BlueZ v3 4/5] shared/gatt-client: Fix gatt_client_init
` [PATCH BlueZ v3 5/5] shared/gatt-client: Handle ATT disconnection

[PATCH BlueZ 1/4] shared/gatt-client: Simplify bt_gatt_client_new
 2014-10-02  8:36 UTC  (8+ messages)
` [PATCH BlueZ 2/4] shared/gatt-client: Take fd in bt_gatt_client_new
` [PATCH BlueZ 3/4] unit/test-gatt: Add TP/GAC/CL/BV-01-C test
` [PATCH BlueZ 4/4] shared/gatt-client: Fix crash on bt_gatt_client_unref

[PATCH BlueZ] core: Reduce RSSI delta threshold for RSSI property updates on Device1
 2014-10-02  8:34 UTC  (8+ messages)

[PATCH 1/4] shared/gatt: Add initial implementation of discover_included_services
 2014-10-02  8:25 UTC  (4+ messages)
` [PATCH 2/4] shared/gatt: Discover includ services with 128 bit UUIDS
` [PATCH 3/4] shared/gatt: Add included service iterator
` [PATCH 4/4] shared/gatt: Remove not needed function parameter

[PATCHv3 00/17] android/tester: Unifying the way PDU is handled
 2014-10-02  7:18 UTC  (22+ messages)
` [PATCHv3 01/17] android/tester: Expose gatt-tester's pdu definition to other testers
` [PATCHv3 02/17] android/tester: Make AVRCP tests use generic pdu struct
` [PATCHv3 03/17] android/tester: Make A2DP "
` [PATCHv3 04/17] android/tester: Make GATT "
` [PATCHv3 05/17] android/tester: Make HidHost "
` [PATCHv3 06/17] android/tester: Make PAN "
` [PATCHv3 07/17] android/tester: Make HDP "
` [PATCHv3 08/17] android/tester: Expose pdu_set structure so it can be reused
` [PATCHv3 09/17] android/tester: Add generic hook to handle pdu exchange
` [PATCHv3 10/17] android/tester: Make A2DP use pdu exchange mechanism
` [PATCHv3 11/17] android/tester: Make AVRCP tests use generic "
` [PATCHv3 12/17] android/tester: Make GATT use generic cid_data
` [PATCHv3 13/17] android/tester: Make HDP tests use generic PDU exchange mechanism
` [PATCHv3 14/17] android/tester: Make HIDHost "
` [PATCHv3 15/17] android/tester: Make PAN "
` [PATCHv3 16/17] android/tester: Use generic connect callback for simple cases
` [PATCHv3 17/17] android/tester: Replace pdu struct with iovec

[PATCH v2] Bluetooth: Fix locking issue when creating l2cap connection
 2014-10-02  7:00 UTC  (4+ messages)

[PATCH] obexd/src/main: Fix coding style and improves readability
 2014-10-01 13:48 UTC 

[PATCH] obexd/src/main: Fix memory leak on obex server
 2014-10-01 13:46 UTC  (7+ messages)

[PATCH BlueZ v2 1/3] shared/gatt-client: Simplify bt_gatt_client_new
 2014-10-01 13:17 UTC  (3+ messages)
` [PATCH BlueZ v2 2/3] unit/test-gatt: Add TP/GAC/CL/BV-01-C test
` [PATCH BlueZ v2 3/3] shared/gatt-client: Fix crash on bt_gatt_client_unref

[PATCH] emulator/bthost: Add missing flow_ctrl assignment
 2014-10-01 13:01 UTC  (2+ messages)

[PATCHv2 00/16] android/tester: Unifying the way PDU is handled
 2014-10-01  8:20 UTC  (15+ messages)
` [PATCHv2 01/16] android/tester: Expose gatt-tester's pdu definition to other testers
` [PATCHv2 02/16] android/tester: Make AVRCP tests use generic pdu struct
` [PATCHv2 05/16] android/tester: Make HidHost "

[PATCH] Bluetooth: 6lowpan: Memory leak as the skb is not freed
 2014-10-01  7:51 UTC  (4+ messages)

[RFC] need for new scan api for bluetooth low energy
 2014-10-01  5:27 UTC  (22+ messages)

[RFC 0/2] shared/gatt-client: ATT invalidation handler interface
 2014-09-30 16:53 UTC  (4+ messages)

linux-firmware: Add firmware patch for Intel Bluetooth 7265 ROM-spin(D0)
 2014-09-30 15:43 UTC  (2+ messages)

[PATCH BlueZ 1/3] emulator/bthost: Avoid coping in l2cap_sig_send
 2014-09-30 15:03 UTC  (4+ messages)
` [PATCH BlueZ 2/3] emulator/bthost: Refactor code using RFCOMM_UIH
` [PATCH BlueZ 3/3] emulator/bthost: Add bthost_send_cid_v

[PATCH BlueZ 1/6] shared/io: Do not return -1
 2014-09-30 14:29 UTC  (7+ messages)
` [PATCH BlueZ 2/6] shared/io: Add io_send
` [PATCH BlueZ 3/6] shared/att: Make use of io_send
` [PATCH BlueZ 4/6] shared/hci: "
` [PATCH BlueZ 5/6] shared/mgmt: "
` [PATCH BlueZ 6/6] shared/uhid: "

[PATCH 1/2] Bluetooth: btmrvl: rename definitions from 88xx to 8897
 2014-09-30 12:16 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: btmrvl: support Marvell Bluetooth device SD8887

[PATCH] Bluetooth: btusb: remove redundant lock variable
 2014-09-30 12:16 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: remove redundant lock variable
 2014-09-30 11:55 UTC 

[PATCH] Bluetooth: Fix locking issue when creating l2cap connection
 2014-09-30 11:07 UTC 

[PATCH 00/12] More customization options
 2014-09-30 11:06 UTC  (13+ messages)
` [PATCH 01/12] android: Add support for more configuration options
` [PATCH 02/12] android/gatt: Bring back System ID in DIS
` [PATCH 03/12] android/gatt: Fix serial number "
` [PATCH 04/12] android/gatt: Require encryption for Serial and System ID "
` [PATCH 05/12] android/bluetooth: Use configured values for DID
` [PATCH 06/12] lib/uuid: Add define for GATT PnP ID UUID
` [PATCH 07/12] android/gatt: Add support for PnP ID in DIS
` [PATCH 08/12] android/gatt: Use release version for software revision "
` [PATCH 09/12] android: Remove few not needed blank lines
` [PATCH 10/12] android: Add support for FW and HW revision config options
` [PATCH 11/12] android/pts: Update PTS settings and results for DIS
` [PATCH 12/12] android/README: Update with new configuration options

[PATCH 1/5] android/tester: Add support for GATT Notification in tester
 2014-09-30 10:35 UTC  (2+ messages)

[PATCH] android/pts: Updated OPP PICS and PIXITs for PTS 5.3
 2014-09-30  9:26 UTC  (2+ messages)

[PATCH 1/2] android/pts: Update PTS files for DID
 2014-09-30  9:25 UTC  (2+ messages)

[PATCH 0/6] shared/hfp: Refactor of hfp code
 2014-09-30  8:41 UTC  (10+ messages)
` [PATCH 1/6] shared/hfp: Extract common struct hfp struct out of struct hfp_gw
` [PATCH 1/6] shared/hfp: Extract struct hfp "
` [PATCH 2/6] shared/hfp: Extract creation hfp to separate function
` [PATCH 3/6] shared/hfp: Add set_debug helper which takes struct hfp as parameter
` [PATCH 4/6] shared/hfp: Extract hfp_cleanup function
` [PATCH 5/6] shared/hfp: Add helper to set disconnect handler
` [PATCH 6/6] shared/hfp: Wakeup writer and similar can use struct hfp now

[PATCH 1/5] android/client: Simplify PCM handling function in SCO HAL
 2014-09-29 16:13 UTC  (2+ messages)

[PATCH v3] Bluetooth: Fix sending redundant "LE Set Scan Enable (disable)" commands
 2014-09-29 15:58 UTC  (3+ messages)

[PATCH v3] Bluetooth: Add HCI_AUTO_CONN_DIRECT_REPORT_IND
 2014-09-29 15:25 UTC  (10+ messages)

[PATCH 0/2] Bluetooth: 6lowpan: Fix multicast support
 2014-09-29 15:11 UTC  (2+ messages)

[PATCH 1/6] android/tester: Style fix
 2014-09-29 14:15 UTC  (2+ messages)


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