linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-05 19:19:54 to 2014-09-10 14:06:08 UTC [more...]

[PATCH][linux-bluetooth 0/3] Fix lowpan_rcv
 2014-09-10 14:06 UTC  (5+ messages)
` [PATCH][linux-bluetooth 1/3] 6lowpan: skb freed locally from lowpan_rcv
` [PATCH][linux-bluetooth 2/3] 6lowpan: Move skb delivery from IPHC
` [PATCH][linux-bluetooth 3/3] 6lowpan: Refactored lowpan_rcv so it's RFC compliant

[PATCH v2 0/4] android/hf-client: API fixes
 2014-09-10 13:20 UTC  (7+ messages)
` [PATCH v2 1/4] android/hal-ipc-api: Use 2 bytes for location in dial memory
` [PATCH v2 2/4] android/hal-ipc-api: Use Tone instead of Code DTMF
` [PATCH v2 3/4] android/hal-ipc-api: Add missing peer features parameter
` [PATCH v2 4/4] android/hal-ipc-api: Fix define for HF-Client

[PATCH v2] monitor: Add AVRCP GetElementAttributes
 2014-09-10 12:49 UTC  (4+ messages)

[PATCH 3/3] android/hal-utils.c : Fix null pointer dereference
 2014-09-10 12:42 UTC 

[PATCH v2 00/16] android: HF Client initial implementation part 1
 2014-09-10 11:34 UTC  (17+ messages)
` [PATCH v2 01/16] android/hf-client: Add hf-client ID
` [PATCH v2 02/16] android/hardware: Add HFP Client Interface ID
` [PATCH v2 03/16] android/hf-client: Add hf-client daemon skeleton
` [PATCH v2 04/16] android/hf-client: Add hf-client HAL skeleton
` [PATCH v2 05/16] android/hf-client: Add hf-client to Android build
` [PATCH v2 06/16] android/readme: Add information about hf-client
` [PATCH v2 07/16] android/hf-client: Add Connect/Disconnect commands
` [PATCH v2 08/16] android/hf-client: Add Audio "
` [PATCH v2 09/16] android/hf-client: Add Start/Stop Voice Recognition command
` [PATCH v2 10/16] android/hf-client: Add Volume Control command
` [PATCH v2 11/16] android/hf-client: Add Dial and Dial Memory command
` [PATCH v2 12/16] android/hf-client: Add Call Action command
` [PATCH v2 13/16] android/hf-client: Add Query Current Call and Operator Name command
` [PATCH v2 14/16] android/hf-client: Add Retrieve Subscriber Info command
` [PATCH v2 15/16] android/hf-client: Add Send DTMF command
` [PATCH v2 16/16] android/hf-client: Add Get Last Voice Tag Number command

[PATCH] android/avrcp: Clean up command order
 2014-09-10 10:07 UTC  (2+ messages)

[PATCH] monitor: Add AVRCP InformBatteryStatusOfCT support
 2014-09-10  9:12 UTC  (2+ messages)

BCM20702A0 troubles on linux
 2014-09-10  8:57 UTC 

[PATCH 00/39] android: HF Client initial implementation
 2014-09-10  8:02 UTC  (42+ messages)
` [PATCH 01/39] android/hal-ipc-api: Use 2 bytes for location in dial memory
` [PATCH 02/39] android/hal-ipc-api: Use Tone instead of Code DTMF
` [PATCH 03/39] android/hal-ipc-api: Add missing peer features parameter
` [PATCH 04/39] android/avrcp: Clean up command order
` [PATCH 05/39] android/hf-client: Add hf-client ID
` [PATCH 06/39] android/hf-client: Add hf-client daemon skeleton
` [PATCH 07/39] android/hf-client: Add skeleton for HAL hf-client
` [PATCH 08/39] android/hf-client: Add Connect/Disconnect commands
` [PATCH 09/39] android/hf-client: Add Audio "
` [PATCH 10/39] android/hf-client: Add Start/Stop Voice Recognition command
` [PATCH 11/39] android/hf-client: Add Volume Control command
` [PATCH 12/39] android/hf-client: Add Dial and Dial Memory command
` [PATCH 13/39] android/hf-client: Add Command Action command
` [PATCH 14/39] android/hf-client: Add Query Current Call and Operator Name command
` [PATCH 15/39] android/hf-client: Add Retrieve Subscriber Info command
` [PATCH 16/39] android/hf-client: Add Send DTMF command
` [PATCH 17/39] android/hf-client: Add Get Last Voice Tag Number command
` [PATCH 18/39] android/hf-client: Add Connection State event
` [PATCH 19/39] android/hf-client: Add Audio "
` [PATCH 20/39] android/hf-client: Add Voice Recognition "
` [PATCH 21/39] android/hf-client: Add Network "
` [PATCH 22/39] android/hf-client: Add Network Roaming "
` [PATCH 23/39] android/hf-client: Add Network Signal Strenght event
` [PATCH 24/39] android/hf-client: Add Battery Level event
` [PATCH 25/39] android/hf-client: Add Operator Name event
` [PATCH 26/39] android/hf-client: Add Call Indicator event
` [PATCH 27/39] android/hf-client: Add Call Setup "
` [PATCH 28/39] android/hf-client: Add Call Held "
` [PATCH 29/39] android/hf-client: Add Response and Hold Status event
` [PATCH 30/39] android/hf-client: Add Call Waiting and Calling Line Ident. events
` [PATCH 31/39] android/hf-client: Add Current Client Call event
` [PATCH 32/39] android/hf-client: Add Volume Changed event
` [PATCH 33/39] android/hf-client: Add Command Complete event
` [PATCH 34/39] android/hf-client: Add Subscriber Info event
` [PATCH 35/39] android/hf-client: Add In Band Ringtone event
` [PATCH 36/39] android/hf-client: Add Last Voice Tag Number event
` [PATCH 37/39] android/hf-client: Add RING notification event
` [PATCH 38/39] android/hf-client: Add hf-client to Android build
` [PATCH 39/39] android/readme: Add information about hf-client

[PATCH BlueZ] Create FIFO in /run instead of /tmp
 2014-09-10  7:47 UTC  (2+ messages)

[PATCH] tools/seq2bseq : Fix the same expression issue in if condition
 2014-09-10  6:42 UTC 

[PATCH 1/2] tools/btsnoop : Fix variable reassigning issue
 2014-09-10  6:35 UTC 

[PATCH BlueZ v1 0/7] shared/gatt-client: Handle notifications
 2014-09-10  2:06 UTC  (15+ messages)
` [PATCH BlueZ v1 1/7] shared/gatt-client: Introduce struct bt_gatt_characteristic_iter
` [PATCH BlueZ v1 2/7] shared/gatt-client: Implement bt_gatt_client_register_notify
` [PATCH BlueZ v1 3/7] shared/gatt-client: Implement bt_gatt_client_unregister_notify
` [PATCH BlueZ v1 4/7] shared/gatt-client: Handle incoming not/ind PDUs
` [PATCH BlueZ v1 5/7] tools/btgatt-client: Add the "register-notify" command
` [PATCH BlueZ v1 6/7] tools/btgatt-client: Add "unregister-notify" command
` [PATCH BlueZ v1 7/7] TODO: Reference counted notify functions implemented

[PATCH v2 bluetooth-next] Simplify lowpan receive path so skb is freed in lowpan_rcv when dropped
 2014-09-10  0:18 UTC  (17+ messages)

[PATCH] Bluetooth: Fix allowing SMP Signing info PDU
 2014-09-09 23:46 UTC  (2+ messages)

[PATCH 0/3] Fix for sdp-client in reconnect scenario
 2014-09-09 23:32 UTC  (5+ messages)
` [PATCH 1/3] sdp-client: Extract cleanup function for cached session
` [PATCH 2/3] sdp-client: Add disconnect watch "
` [PATCH 3/3] sdp-client: Minor code style fix

BLE Delayed encryption change using
 2014-09-09 22:44 UTC  (4+ messages)

pull request: bluetooth-next 2014-09-09
 2014-09-09 19:16 UTC  (2+ messages)

[PATCH v3 1/2] android/hal-ipc-api: Add Handsfree client IPC API
 2014-09-09 19:13 UTC  (4+ messages)
` [PATCH v3 2/2] android/hf_client: Add Android hf_client header

[PATCH BlueZ 0/7] shared/gatt-client: Handle notifications
 2014-09-09 15:52 UTC  (14+ messages)
` [PATCH BlueZ 1/7] shared/gatt-client: Introduce struct bt_gatt_characteristic_iter
` [PATCH BlueZ 2/7] shared/gatt-client: Implement bt_gatt_client_register_notify
` [PATCH BlueZ 3/7] shared/gatt-client: Implement bt_gatt_client_unregister_notify
` [PATCH BlueZ 4/7] shared/gatt-client: Handle incoming not/ind PDUs
` [PATCH BlueZ 5/7] tools/btgatt-client: Add the "register-notify" command
` [PATCH BlueZ 6/7] tools/btgatt-client: Add "unregister-notify" command
` [PATCH BlueZ 7/7] TODO: Reference counted notify functions implemented

[PATCH 0/3] Misc Bluetooth 6lowpan fixes
 2014-09-09 13:52 UTC  (7+ messages)
` [PATCH 1/3] Bluetooth: 6lowpan: Increase the connection timeout value
` [PATCH 2/3] Bluetooth: 6lowpan: Set the peer IPv6 address correctly
` [PATCH 3/3] Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device

[PATCHv3 1/2] android/tester: Simplify setup procedure
 2014-09-09 12:16 UTC  (3+ messages)

[PATCH] android/tester: Fix not handled ssp requests in AVRCP cases
 2014-09-09 11:53 UTC  (2+ messages)

[PATCHv3 0/7] android/tester: Cases for HIDHost security checks
 2014-09-09 11:53 UTC  (11+ messages)
` [PATCHv3 1/7] android/tester: Allow HIDHost to use custom sdp response
` [PATCHv3 2/7] android/tester: Rename and expose callback verification function
` [PATCHv3 3/7] android/tester: Improve HIDHost data sending verification
` [PATCHv3 4/7] android/tester: Add encryption change verification mechanism
` [PATCHv3 5/7] android/tester: Add case verifying encryption on HIDHost
` [PATCHv3 6/7] android/tester: Fix HIDHost cases sending fixed tid sdp responses
` [PATCHv3 7/7] android/tester: Add Hidhost rejecting connection case

[PATCH v2 1/2] android/hal-ipc-api: Add Handsfree client IPC API
 2014-09-09 11:26 UTC  (2+ messages)

[PATCH] android/client: Check if hex string is byte format
 2014-09-09 11:06 UTC  (2+ messages)

[PATCH ] GATT: Add support for Gatt multiple char write request
 2014-09-09  8:54 UTC  (3+ messages)

[PATCH 3/3] android/audio_utils/resampler : Fix the null pointer dereference
 2014-09-09  8:49 UTC  (2+ messages)

[PATCH BlueZ] doc/obex-api: Add API for PBAP 1.2 features
 2014-09-09  8:44 UTC 

Bluetooth certification with bluez stack
 2014-09-09  2:00 UTC  (5+ messages)

[PATCH V2] bluetooth: btusb: Fix issue with suspend
 2014-09-09  1:39 UTC  (3+ messages)

[PATCH] Bluetooth: Fix mgmt pairing failure when authentication fails
 2014-09-09  1:13 UTC  (2+ messages)

[PATCH 1/3] tools: Fix usage for hciattach command
 2014-09-08 21:22 UTC  (3+ messages)
` [PATCH 2/3] tools: Use specified uart speed to load firmware for bcm43xx
` [PATCH 3/3] tools: Fix download mode delay "

[PATCH] monitor: Add AVRCP GetElementAttributes
 2014-09-08 13:44 UTC  (2+ messages)

[PATCH] bluetooth: btusb: Fix issue with suspend
 2014-09-06 19:19 UTC  (7+ messages)

[PATCH] Bluetooth: Fix dereferencing conn variable before NULL check
 2014-09-06  4:33 UTC  (2+ messages)

[PATCH] bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.c
 2014-09-05 23:22 UTC  (2+ messages)

[PATCH] shared/tester: Change handling of tester_setup_failed event
 2014-09-05 20:31 UTC  (2+ messages)

[PATCH] tools/gatt: Fix accessing NULL cmd
 2014-09-05 20:22 UTC  (2+ messages)

[PATCH BlueZ 1/4] core: Fix idle watch not being removed properly
 2014-09-05 19:55 UTC  (2+ messages)

[PATCH v4 0/8] Bluetooth: SMP fixes/improvements
 2014-09-05 19:40 UTC  (4+ messages)
` [PATCH v4 7/8] Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
` [PATCH v4 8/8] Bluetooth: Add strict checks for allowed SMP PDUs


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