linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-04 10:22:38 to 2014-09-09 15:54:49 UTC [more...]

pull request: bluetooth-next 2014-09-09
 2014-09-09 15:54 UTC 

[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

[PATCH v2 bluetooth-next] Simplify lowpan receive path so skb is freed in lowpan_rcv when dropped
 2014-09-09 13:44 UTC  (16+ messages)

[PATCHv3 1/2] android/tester: Simplify setup procedure
 2014-09-09 12:16 UTC  (4+ messages)
` [PATCHv3 2/2] android/tester: Init profiles in separate thread

[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 v3 1/2] android/hal-ipc-api: Add Handsfree client IPC API
 2014-09-09 11:33 UTC  (3+ messages)
` [PATCH v3 2/2] android/hf_client: Add Android hf_client header

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

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

[PATCH v2] monitor: Add AVRCP GetElementAttributes
 2014-09-09  9:10 UTC 

[PATCH 0/3] Fix for sdp-client in reconnect scenario
 2014-09-09  9:02 UTC  (4+ 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

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

BLE Delayed encryption change using
 2014-09-06 16:52 UTC  (2+ 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  (5+ messages)
` [PATCH BlueZ 2/4] client: Fix typo
` [PATCH BlueZ 3/4] client: Force redisplay on rl_printf
` [PATCH BlueZ 4/4] core: Fix concurrent authorizations

[PATCH v4 0/8] Bluetooth: SMP fixes/improvements
 2014-09-05 19:40 UTC  (10+ messages)
` [PATCH v4 1/8] Bluetooth: Remove unnecessary checks after canceling SMP security timer
` [PATCH v4 2/8] Bluetooth: Don't take any action in smp_resume_cb if not encrypted
` [PATCH v4 3/8] Bluetooth: Move identity address update behind a workqueue
` [PATCH v4 4/8] Bluetooth: Remove unnecessary deferred work for SMP key distribution
` [PATCH v4 5/8] Bluetooth: Fix locking of the SMP context
` [PATCH v4 6/8] Bluetooth: Add define for key distribution mask
` [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

[PATCH v3 0/7] Bluetooth: SMP fixes/improvements
 2014-09-05 17:50 UTC  (8+ messages)
` [PATCH v3 1/7] Bluetooth: Remove unnecessary checks after canceling SMP security timer
` [PATCH v3 2/7] Bluetooth: Don't take any action in smp_resume_cb if not encrypted
` [PATCH v3 3/7] Bluetooth: Move identity address update behind a workqueue
` [PATCH v3 4/7] Bluetooth: Remove unnecessary deferred work for SMP key distribution
` [PATCH v3 5/7] Bluetooth: Fix locking of the SMP context
` [PATCH v3 6/7] Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
` [PATCH v3 7/7] Bluetooth: Add strict checks for allowed SMP PDUs

[PATCH] gatt api V2
 2014-09-05 17:46 UTC  (16+ messages)

[PATCH 1/3] tools/csr_usb : Fix Resource leak: file
 2014-09-05 14:35 UTC 

[PATCH 2/2] tools/hciattach : Fix syntax error
 2014-09-05 13:54 UTC 

[MAP] tools/csr_usb : Fix Resource leak: file
 2014-09-05 13:45 UTC 

[PATCH 1/2] androd/client: Extend history line size and depth
 2014-09-05 13:29 UTC  (4+ messages)
` [PATCH 2/2] android/client: Check if hex string is byte format

[PATCH v2 0/7] Bluetooth: SMP fixes/improvements
 2014-09-05 12:50 UTC  (10+ messages)
` [PATCH v2 1/7] Bluetooth: Remove unnecessary checks after canceling SMP security timer
` [PATCH v2 2/7] Bluetooth: Don't take any action in smp_resume_cb if not encrypted
` [PATCH v2 3/7] Bluetooth: Move identity address update behind a workqueue
` [PATCH v2 4/7] Bluetooth: Remove unnecessary deferred work for SMP key distribution
` [PATCH v2 5/7] Bluetooth: Fix locking of the SMP context
  ` [PATCH v2.1 "
` [PATCH v2 6/7] Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
` [PATCH v2 7/7] Bluetooth: Add strict checks for allowed SMP PDUs

[PATCH v2 1/5] android/tester: Add AVRCP init - Success test case
 2014-09-05 12:45 UTC  (6+ messages)
` [PATCH v2 2/5] android/tester: Add AVRCP Connect "
` [PATCH v2 3/5] android/tester: Add AVRCP Disconnect "
` [PATCH v2 4/5] lib/sdp: Split error handing for length and transaction id
` [PATCH v2 5/5] emulator/bthost: Fix not matching cid data properly

[PATCH 1/3] android/tester: Init profiles in separate thread
 2014-09-05 11:30 UTC  (6+ messages)
` [PATCH 2/3] android/tester: Set ssp_request_cb to default value in teardown
` [PATCH 3/3] android/tester: Use default ssp handler in A2dp - Suspend test case

[PATCH 0/7] Bluetooth: SMP fixes/improvements
 2014-09-05 11:20 UTC  (10+ messages)
` [PATCH 1/7] Bluetooth: Remove unnecessary checks after canceling SMP security timer
` [PATCH 2/7] Bluetooth: Don't take any action in smp_resume_cb if not encrypted
` [PATCH 3/7] Bluetooth: Move identity address update behind a workqueue
` [PATCH 4/7] Bluetooth: Remove unnecessary deferred work for SMP key distribution
` [PATCH 5/7] Bluetooth: Fix locking of the SMP context
` [PATCH 6/7] Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
` [PATCH 7/7] Bluetooth: Add strict checks for allowed SMP PDUs

[PATCHv2 1/2] android/tester: Simplify setup procedure
 2014-09-05 11:12 UTC  (2+ messages)
` [PATCHv2 2/2] android/tester: Init profiles in separate thread

[PATCH v4] android/hidhost: Remove reconnect logic
 2014-09-05 10:47 UTC  (2+ messages)

[PATCH] monitor: Remove superfluous call to l2cap_frame_pull
 2014-09-05 10:32 UTC  (2+ messages)

[PATCH v4] monitor: Add AVRCP GetCurrentPlayerApplicationSettingValue support
 2014-09-05 10:32 UTC  (2+ messages)

[PATCH v3 1/6] android/gatt: Add API to remove autoconnect GATT based device
 2014-09-05  9:11 UTC  (2+ messages)

[PATCH v2 BlueZ 1/2] doc: Add initial documentation for coding style
 2014-09-05  8:44 UTC  (3+ messages)
` [PATCH v2 BlueZ 2/2] build: Add initial HACKING

[PATCH v2] Bluetooth: btusb: Add Realtek 8723/8761 support
 2014-09-05  7:56 UTC  (14+ messages)
        ` 答复: "
                ` 答复: "
                    ` 答复: "

connecting to a Motion 2in1 wiimote clone
 2014-09-05  7:21 UTC  (6+ messages)

[PATCH] shared/gatt-client: Fix invalid access during descriptor discovery
 2014-09-05  3:40 UTC  (2+ messages)

[PATCH BlueZ 00/10] shared/gatt-client: Move GATT read/write functions
 2014-09-05  3:39 UTC  (2+ messages)

[MAP] obexd/client: Handle MAP event types
 2014-09-04 14:42 UTC  (6+ messages)

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

[PATCH BlueZ 1/5] android/tester: Add AVRCP init - Success test case
 2014-09-04 12:58 UTC  (2+ messages)

[PATCHv2 0/6] android/tester: Cases for HIDHost security checks
 2014-09-04 12:55 UTC  (7+ messages)
` [PATCHv2 1/6] android/tester: Allow HIDHost to use custom sdp response
` [PATCHv2 2/6] android/tester: Add action to verify encryption change
` [PATCHv2 3/6] android/tester: Add case verifying encryption on HIDHost
` [PATCHv2 4/6] android/tester: Fix HIDHost cases sending fixed tid sdp responses
` [PATCHv2 5/6] android/tester: Add support for rejected connections
` [PATCHv2 6/6] android/tester: Add Hidhost rejecting connection case

[PATCH 1/8] android/tester: Add action to verify encryption change
 2014-09-04 11:57 UTC  (7+ messages)
` [PATCH 5/8] emulator/btdev: Overwrite default feature mask when SPP is toggled


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