Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2014-05-16 20:37:15 to 2014-05-22 14:26:31 UTC [more...]

[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 BlueZ v2 1/5] unit/test-queue: Add /queue/foreach_destroy test
 2014-05-22 12:03 UTC  (5+ 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] 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

[PATCHv5 1/4] android/gatt: Send Exchange MTU request on connect
 2014-05-22 10:54 UTC  (4+ 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 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)

[PATCH] android/hal-audio: Decouple SBC codec from core HAL
 2014-05-21 17:06 UTC 

[PATCH BlueZ 1/8] shared/uhid: Add initial API
 2014-05-21 15:01 UTC  (8+ 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

[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  (5+ messages)
` [PATCH 2/4] emulator/btdev: Add support for Read TX Power command
` [PATCH 3/4] tools/mgmt-tester: Add "Get Conn Info - Success"
` [PATCH 4/4] tools/mgmt-tester: Add "Get Conn Info - Not Connected"

[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  (8+ messages)
` [PATCH 1/6] Bluetooth: Make SMP context private to smp.c
` [PATCH 2/6] Bluetooth: Fix setting initial local auth_req value
` [PATCH 3/6] Bluetooth: Remove unnecessary work structs from SMP code
` [PATCH 4/6] Bluetooth: Rename smp->smp_flags to smp->flags
` [PATCH 5/6] Bluetooth: Update smp_random to return a response code
` [PATCH 6/6] Bluetooth: Update smp_confirm "

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)

[PATCH 1/2] android/hal-gatt: Define attribute permissions values
 2014-05-20 10:16 UTC  (2+ messages)
` [PATCH 2/2] shared/gatt: Add helper for getting attribute's permissions

[RFC 00/11] Connection parameters D-Bus API
 2014-05-19 23:44 UTC  (12+ messages)
` [RFC 01/11] doc: Update RSSI property description
` [RFC 02/11] doc: Introduce connection monitoring API
` [RFC 03/11] core: Add ConnectionRSSI property
` [RFC 04/11] core: Add ConnectionTXPower property
` [RFC 05/11] core: Add ConnectionTXPowerMax property
` [RFC 06/11] core: Make connection properties exist only when connected
` [RFC 07/11] core: Read max TX power when device connected
` [RFC 08/11] shared: Fix queue_find to accept const ptr as match data
` [RFC 09/11] core: Add API to start/stop connection monitoring
` [RFC 10/11] core: Store list of monitored devices in adapter
` [RFC 11/11] core: Poll for connection info

pull request: bluetooth 2014-05-15
 2014-05-19 20:34 UTC  (2+ messages)

[PATCH] code: Improve handling of unpaired event
 2014-05-19 17:41 UTC  (2+ messages)

Bluetooth SCO over HCI interface
 2014-05-19 15:10 UTC  (3+ messages)

[PATCH 1/2] emulator/bthost: Add support to set auth_req for bthost
 2014-05-19 11:15 UTC  (3+ messages)
` [PATCH 2/2] tools/mgmt-tester: Fix "Pair Device - SSP Confirm Reject 1"

[RFC 1/3] device: Add paired parameter to device_set_paired
 2014-05-19 10:16 UTC  (3+ messages)
` [RFC 2/3] device: Add function for checking if device is paired on any bearer
` [RFC 3/3] adapter: Improve handling of unpaired event

[PATCH 0/5] android: Pairing improvements
 2014-05-19  8:18 UTC  (7+ messages)
` [PATCH 1/5] android/bluetooth: Track device last connected bearer
` [PATCH 2/5] android/bluetooth: Fix pairing of dual mode devices
` [PATCH 3/5] android/bluetooth: Fix unpairing dual mode device
` [PATCH 4/5] android/bluetooth: Track if paired device is bonded
` [PATCH 5/5] android/bluetooth: Simplify check if device type changed

[PATCH v2 1/4] lib: Add definitions for Get Connection Information command
 2014-05-19  8:14 UTC  (3+ messages)

[PATCH v3] firmware: update Intel Bluetooth device firmware patch files
 2014-05-19  8:10 UTC  (3+ messages)

BLE Passive scan & Bonding quest (dbus vs mgmt-api vs plugins)
 2014-05-19  7:04 UTC  (3+ messages)

[PATCH] android/pts: Re-run PTS GAP tests
 2014-05-18 12:08 UTC  (2+ messages)

[PATCH] android/gatt: Add stub for setting advertising data
 2014-05-18 12:04 UTC  (2+ messages)

[PATCH 1/4] android/gatt: Handle Androids read/write responses in response queue
 2014-05-18 12:01 UTC  (2+ messages)

BT over TTY lines
 2014-05-18  3:47 UTC 

[PATCH] android/pts: Correct file's header
 2014-05-17 12:30 UTC  (2+ messages)

[PATCH] android/pts: Run PTS tests for SM
 2014-05-17 12:30 UTC  (2+ messages)

BUG: spinlock wrong CPU on CPU#3, krfcommd/1500 (resend)
 2014-05-17 10:14 UTC  (5+ messages)

[RFC BlueZ 0/1] Introduce bt_gatt
 2014-05-16 20:37 UTC  (2+ messages)
` [RFC BlueZ 1/1] src/shared/gatt: Introduce bt_gatt skeleton


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox