Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2014-05-20 10:42:49 to 2014-05-25 06:20:51 UTC [more...]

[PATCH v2 00/10] bt_att initial implementation
 2014-05-25  6:20 UTC  (11+ messages)
` [PATCH v2 01/10] src/shared/att: Introduce struct bt_att
` [PATCH v2 02/10] unit/test-att: Add unit tests for src/shared/att
` [PATCH v2 03/10] tools/btatt: Add command-line tool for ATT protocol testing
` [PATCH v2 04/10] tools/btatt: Add "exchange-mtu" command
` [PATCH v2 05/10] src/shared/att: Add "Find Information" request and response

[RFC BlueZ 0/1] Introduce bt_gatt
 2014-05-25  6:01 UTC  (3+ messages)
` [RFC BlueZ 1/1] src/shared/gatt: Introduce bt_gatt skeleton

[PATCH v2 0/8] Bluetooth LE 6LoWPAN using CoC
 2014-05-25  5:14 UTC  (17+ messages)
` [PATCH v2 1/8] Bluetooth: Refactor l2cap_sock_sendmsg() to copy user buffer
` [PATCH v2 2/8] Bluetooth: Create callbacks for hci device creation and deletion
` [PATCH v2 3/8] Bluetooth: Create callbacks for hcon connect and disconnect
` [PATCH v2 4/8] Bluetooth: l2cap: Set more channel defaults
` [PATCH v2 5/8] Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
` [PATCH v2 6/8] Bluetooth: 6lowpan: Fix MAC address universal/local bit handling
` [PATCH v2 7/8] Bluetooth: 6LoWPAN: Create a kernel module
` [PATCH v2 8/8] Bluetooth: 6lowpan: Remove all 6lowpan network devices when module is unloaded

[PATCH 1/2] input: Update uhid_copy.h to version from Linux 3.14
 2014-05-24 18:53 UTC  (2+ messages)
` [PATCH 2/2] shared/uhid: Use uhid_copy.h instead of system header

Kernel 3.14.4, BlueZ 5.18 - Bluetooth keyboard - error updating services: Input/output error (5)
 2014-05-24 11:37 UTC  (3+ messages)

[PATCH] Bluetooth: Clearly distinguish mgmt LTK type from authenticated property
 2014-05-23 18:28 UTC  (2+ messages)

[PATCH v2 1/4] lib/sdp: Add attributes and service class for MPS
 2014-05-23 15:11 UTC  (4+ messages)
` [PATCH v2 2/4] android/bluetooth: Register SDP record "
` [PATCH v2 3/4] android/pics: Enable NAP and PBAP in MPS settings
` [PATCH v2 4/4] android/pts: Update MPS tests results

[PATCH] android/pts: Rerun TC_GAW_CL* testes using gatttool
 2014-05-23 14:29 UTC  (2+ messages)

[PATCH] android/gatt: Add debug logs useful for PTS testing
 2014-05-23 14:02 UTC  (2+ messages)

[PATCH BlueZ 1/8] shared/uhid: Add initial API
 2014-05-23 13:51 UTC  (9+ messages)
` [PATCH BlueZ 2/8] unit/test-uhid: Add /uhid/command/create test
` [PATCH BlueZ 3/8] unit/test-uhid: Add /uhid/command/destroy test
` [PATCH BlueZ 4/8] unit/test-uhid: Add /uhid/command/feature_answer test
` [PATCH BlueZ 5/8] unit/test-uhid: Add /uhid/command/input test
` [PATCH BlueZ 6/8] shared/uhid: Add implemetation of bt_uhid_register/bt_uhid_unregister
` [PATCH BlueZ 7/8] unit/test-uhid: Add /uhid/event/output test
` [PATCH BlueZ 8/8] unit/test-uhid: Add /uhid/event/feature test

[PATCH BlueZ v2 1/5] unit/test-queue: Add /queue/foreach_destroy test
 2014-05-23 13:51 UTC  (6+ messages)
` [PATCH BlueZ v2 2/5] shared/queue: Fix queue_foreach not detecting queue has been destroyed
` [PATCH BlueZ v2 3/5] unit/test-queue: Add /queue/foreach_remove_all test
` [PATCH BlueZ v2 4/5] shared/queue: Fix queue_foreach not detecting queue has changed
` [PATCH BlueZ v2 5/5] shared/queue: Make queue_find default do direct match for NULL callback

[PATCH 1/4] shared/gatt: Define atribute permissions as uint32_t
 2014-05-23 13:06 UTC  (4+ messages)
` [PATCH 2/4] shared/gatt: Add helper for getting attribute's permissions
` [PATCH 3/4] android/hal-gatt: Define attribute permissions values
` [PATCH 4/4] android/gatt: Store proper attributes permissions in database

[RFC 00/11] Connection parameters D-Bus API
 2014-05-23 11:46 UTC  (6+ messages)
` [RFC 01/11] doc: Update RSSI property description
` [RFC 06/11] core: Make connection properties exist only when connected

[PATCH 1/2] gatttool: Allow to build without interactive mode
 2014-05-23 10:50 UTC  (2+ messages)
` [PATCH 2/2] android: Add gatttool to debug builds

[PATCH] android/hal-audio: Decouple SBC codec from core HAL
 2014-05-23  7:28 UTC  (2+ messages)

[PATCH v3 00/12] android/gatt: Add support for write signature command
 2014-05-22 19:06 UTC  (13+ messages)
` [PATCH v3 01/12] shared/crypto: Extend bt_crypto_sign_att with sign counter
` [PATCH v3 02/12] attrib: Add helpers to enc and dec signed write command
` [PATCH v3 03/12] attrib/gatt: Add wrapper to send "
` [PATCH v3 04/12] android/bluetooth: Expose API to get CSRK for device
` [PATCH v3 05/12] android/bluetooth: Expose API to update sign counter
` [PATCH v3 06/12] android/bluetooth: Add support to read CSRK from the kernel
` [PATCH v3 07/12] android/bluetooth: Store CSRK
` [PATCH v3 08/12] android/bluetooth: Read CSRK from the storage on startup
` [PATCH v3 09/12] android/bluetooth: Store sign counter needed for aes-cmac sign
` [PATCH v3 10/12] android/gatt: Add crypto needed for sign write
` [PATCH v3 11/12] android/gatt: Add support for signed write command
` [PATCH v3 12/12] android/gatt: Add handling signed write from remote device

[PATCHv5 1/4] android/gatt: Send Exchange MTU request on connect
 2014-05-22 14:49 UTC  (5+ messages)
` [PATCHv5 2/4] android/gatt: Use g_attrib buffer where possible for att
` [PATCHv5 3/4] android/gatt: Make att_handler use g_attrib buffer
` [PATCHv5 4/4] android/gatt: Use default mtu on mtu exchange response

[PATCH 0/4] android/gatt: Read/Write improvements
 2014-05-22 14:26 UTC  (6+ messages)
` [PATCH 1/4] android/gatt: Use common framework for processing read_by_group_type request
` [PATCH 2/4] android/gatt: Improve handling pending read/write requests
` [PATCH 3/4] android/gatt: Fix minor style code issue
` [PATCH 4/4] android/gatt: Use pending request for write req and prep write

[RFC] android/hal-audio: Fix wrong memory access
 2014-05-22 14:21 UTC  (4+ messages)

[PATCH 1/3] android/gatt: Check for connection state on connection search
 2014-05-22 12:12 UTC  (6+ messages)
` [PATCH 2/3] attrib: Fix minor whitespace issue
` [PATCH 3/3] gatt: Fix not freeing GError on failure
    ` [PATCHv2] "

[RFCv0 01/14] android/hal-sco: Use nanosleep for SCO synchronization
 2014-05-22 12:06 UTC  (14+ messages)
` [RFCv0 02/14] android/hal-sco: Fixes for unreliable mtu
` [RFCv0 03/14] android/hal-sco: Add SCO packet cache
` [RFCv0 04/14] android/hal-sco: Make use of config parameter
` [RFCv0 05/14] android/hal-sco: Implement open input stream
` [RFCv0 06/14] android/hal-sco: Check file descriptor >= 0
` [RFCv0 07/14] android/hal-sco: Use global sco file descriptor
` [RFCv0 08/14] android/haltest: Add open/close input stream commands
` [RFCv0 09/14] android/haltest: Add read command
` [RFCv0 10/14] android/haltest: Add loop command
` [RFCv0 11/14] android/hal-sco: Make debug more readable
` [RFCv0 12/14] android/hal-sco: Fix memory leak
` [RFCv0 13/14] android/hal-sco: Implement read
` [RFCv0 14/14] android/haltest: Implement read to file

[PATCH] android/gatt: Don't process read_by_type request with invalied range
 2014-05-22 12:04 UTC  (2+ messages)

[PATCH] android/gatt: Fix handling write request
 2014-05-22 11:15 UTC  (2+ messages)

[PATCH] android/gatt: Fix not sending confirmation for INDICATION
 2014-05-22 11:15 UTC  (2+ messages)

[PATCH] android/bluetooth: Add bonded information to found device callback
 2014-05-22 11:13 UTC  (2+ messages)

[PATCH v2 00/12] android/gatt: Add support for write signature command
 2014-05-22 10:59 UTC  (15+ messages)
` [PATCH v2 01/12] shared/crypto: Extend bt_crypto_sign_att with sign counter
` [PATCH v2 02/12] attrib: Add helpers to enc and dec signed write command
` [PATCH v2 03/12] attrib/gatt: Add wrapper to send "
` [PATCH v2 04/12] android/bluetooth: Expose API to get CSRK for device
` [PATCH v2 05/12] android/bluetooth: Expose API to update sign counter
` [PATCH v2 06/12] android/bluetooth: Add support to read CSRK from the kernel
` [PATCH v2 07/12] android/bluetooth: Store CSRK
` [PATCH v2 08/12] android/bluetooth: Read CSRK from the storage on startup
` [PATCH v2 09/12] android/bluetooth: Store sign counter needed for aes-cmac sign
` [PATCH v2 10/12] android/gatt: Add crypto needed for sign write
` [PATCH v2 11/12] android/gatt: Add support for signed write command
` [PATCH v2 12/12] android/gatt: Add handling signed write from remote device

[PATCH BlueZ 1/5] unit/test-queue: Add /queue/foreach_destroy test
 2014-05-22 10:34 UTC  (5+ messages)
` [PATCH BlueZ 2/5] shared/queue: Fix queue_foreach not detecting queue has been destroyed
` [PATCH BlueZ 3/5] unit/test-queue: Add /queue/foreach_remove_all test
` [PATCH BlueZ 4/5] shared/queue: Fix queue_foreach not detecting queue has changed
` [PATCH BlueZ 5/5] shared/queue: Make queue_find default do direct match for NULL callback

[PATCH 1/3] lib/sdp: Add attributes and service class for MPS
 2014-05-22  9:57 UTC  (3+ messages)
` [PATCH 2/3] android/bluetooth: Register SDP record "
` [PATCH 3/3] android/pts: Update MPS tests results

Help required in Bluez manual installation
 2014-05-22  8:05 UTC 

Help required to debug Bluez stack
 2014-05-22  8:03 UTC 

AVRCP support required in Bluez 4.98 or 4.101
 2014-05-22  8:01 UTC  (4+ messages)
  ` Help required for Bluez manual installation
  ` How to debug Bluez stacj

[PATCH] android: Include headers from libhardware as system headers
 2014-05-22  7:59 UTC  (3+ messages)

[PATCHv4 0/4] MTU negotiation
 2014-05-21 14:17 UTC  (5+ messages)
` [PATCHv4 1/4] android/gatt: Send Exchange MTU request on connect
` [PATCHv4 2/4] android/gatt: Use g_attrib buffer where possible for att
` [PATCHv4 3/4] android/gatt: Make att_handler use g_attrib buffer
` [PATCHv4 4/4] android/gatt: Use default mtu on mtu exchange response

[PATCH 00/12] android/gatt: Add support for write signature command
 2014-05-21 14:10 UTC  (17+ messages)
` [PATCH 01/12] shared/crypto: Extend bt_crypto_sign_att with sign counter
` [PATCH 02/12] attrib: Add helpers to enc and dec signed write command
` [PATCH 03/12] attrib/gatt: Add wrapper to send "
` [PATCH 04/12] android/bluetooth: Expose API to get CSRK for device
` [PATCH 05/12] android/bluetooth: Expose API to update sign counter
` [PATCH 06/12] android/bluetooth: Add support to read CSRK from the kernel
` [PATCH 07/12] android/bluetooth: Store CSRK
` [PATCH 08/12] android/bluetooth: Read CSRK from the storage on startup
` [PATCH 09/12] android/bluetooth: Store sign counter needed for aes-cmac sign
` [PATCH 10/12] android/gatt: Add crypto needed for sign write
` [PATCH 11/12] android/gatt: Add support for signed write command
` [PATCH 12/12] android/gatt: Add handling signed write from remote device

[PATCH v2] shared/tester: Add support for debug logs for tester
 2014-05-21 12:00 UTC 

[PATCH] shared/tester: Add support for debug logs for tester
 2014-05-21 11:55 UTC  (4+ messages)

[PATCHv3 1/2] android/gatt: Send Exchange MTU request on connect
 2014-05-21 10:18 UTC  (2+ messages)
` [PATCHv3 2/2] android/gatt: Use g_attrib buffer where possible for att

[PATCH 1/2] shared: Fix queue_find to accept const ptr as match data
 2014-05-21  7:16 UTC  (2+ messages)

[PATCH] android/gatt: Fix handling write cmd
 2014-05-20 21:56 UTC  (2+ messages)

[PATCHv2 1/3] android/gatt: Send Exchange MTU request on connect
 2014-05-20 21:53 UTC  (5+ messages)
` [PATCHv2 2/3] android/gatt: Use g_attrib buffer where possible for att
` [PATCHv2 3/3] android/gatt: Fix possible invalid read

[PATCH] android/pts: Re-run all GATT PTS tests
 2014-05-20 19:05 UTC  (2+ messages)

[PATCH] android/pts: Adjust PICS for GATT
 2014-05-20 19:04 UTC  (2+ messages)

[PATCH 1/4] emulator/btdev: Add support for Read RSSI command
 2014-05-20 18:56 UTC  (2+ messages)

[PATCH] android/pts: Run MPS PTS tests
 2014-05-20 18:27 UTC  (2+ messages)

[PATCH] android/gatt: Use connect_confirm on incoming connection
 2014-05-20 18:25 UTC  (2+ messages)

[PATCH] android/gatt: Don't response with error for NOTIFICATION and INDICATION
 2014-05-20 18:24 UTC  (2+ messages)

ATT/GATT parsing to hcidump
 2014-05-20 16:24 UTC  (3+ messages)

[PATCH 0/6] Bluetooth: SMP cleanups
 2014-05-20 15:50 UTC  (2+ messages)

How to solve 'Not Implemented' Issue with VolumeUp and Down with AVRCP
 2014-05-20 13:43 UTC 

[PATCH v2 1/3] shared/crypto: Add support for AES-CMAC-128
 2014-05-20 11:54 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