Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2014-05-07 18:13:19 to 2014-05-10 18:26:20 UTC [more...]

[PATCH] SM
 2014-05-10 18:26 UTC  (2+ messages)

[PATCH v2 0/6] Get Connection Information
 2014-05-10 17:49 UTC  (13+ messages)
` [PATCH v2 1/6] Bluetooth: Store TX power level for connection
` [PATCH v2 2/6] Bluetooth: Move eir_append_data up
` [PATCH v2 3/6] Bluetooth: Add support to get connection information
` [PATCH v2 4/6] Bluetooth: Make max age for connection information configurable
` [PATCH v2 5/6] Bluetooth: Avoid pooling TX power for LE links
` [PATCH v2 6/6] Bluetooth: Add support for max_tx_power in Get Conn Info

[PATCH v1 00/10] bt_att initial implementation
 2014-05-09 20:14 UTC  (11+ messages)
` [PATCH v1 01/10] src/shared/att: Introduce struct bt_att
` [PATCH v1 02/10] unit/test-att: Add unit tests for src/shared/att
` [PATCH v1 03/10] tools/btatt: Add command-line tool for ATT protocol testing
` [PATCH v1 04/10] tools/btatt: Add "exchange-mtu" command
` [PATCH v1 05/10] src/shared/att: Add "Find Information" request and response
` [PATCH v1 06/10] unit/test-att: Add unit test for "Find Information" request/response
` [PATCH v1 07/10] tools/btatt: Add "find-information" command
` [PATCH v1 08/10] src/shared/att: Add "Find By Type Value" request and response
` [PATCH v1 09/10] unit/test-att: Add unit test for "Find By Type Value" request/response
` [PATCH v1 10/10] tools/btatt: Add "find-by-type-value" command

[PATCH 1/3] hog: Fix report_value_cb() signature
 2014-05-09 19:09 UTC  (2+ messages)

[PATCH 3/3] hog: Fix report_value_cb() buffer overflow
 2014-05-09 18:30 UTC 

[PATCH 2/3] hog: Improve report_value_cb() uHID error handling
 2014-05-09 18:30 UTC 

Bluez 5.18 on 3.12
 2014-05-09 17:30 UTC  (5+ messages)

[PATCH] hog: Fix report_value_cb()
 2014-05-09 16:44 UTC  (3+ messages)

[PATCH 01/15] android/tester-ng: Add android-tester-ng
 2014-05-09 14:42 UTC  (15+ messages)
` [PATCH 02/15] android/tester-ng: Add initial test case routines
` [PATCH 03/15] android/tester-ng: Add state machine handling mechanism and simple tester
` [PATCH 04/15] android/tester-ng: Add callback mechanism
` [PATCH 05/15] android/tester-ng: Add double enable success test case
` [PATCH 06/15] android/tester-ng: Add disable "
` [PATCH 07/15] android/tester-ng: Add initial socket "
` [PATCH 08/15] android/tester-ng: Add initial hid "
` [PATCH 09/15] android/tester-ng: Add basic GATT init test
` [PATCH 10/15] android/tester-ng: Add GATT client's register client case
` [PATCH 11/15] android/tester-ng: Add property check handling
` [PATCH 12/15] android/tester-ng: Add proprerty check and bdname set success test case
` [PATCH 13/15] android/tester-ng: Add setprop scanmode conn disc success tc
` [PATCH 14/15] android/tester-ng: Add setprop scanmode conn "
` [PATCH 15/15] android/tester-ng: Add setprop scanmode none "

[PATCH 0/2] LE testing on PTS
 2014-05-09 14:13 UTC  (4+ messages)
` [PATCH 1/2] android/pts: Run GATT PTS tests
` [PATCH] android/pts: Re-run PTS GAP tests

[PATCH BlueZ 0/5] plugin/sixaxis: use the sysfs leds class
 2014-05-09 13:31 UTC  (13+ messages)
` [PATCH BlueZ 1/5] plugins/sixaxis: simplify get_js_numbers()
` [PATCH BlueZ 2/5] plugins/sixaxis: factor out a set_leds_hidraw() function
` [PATCH BlueZ 3/5] plugins/sixaxis: factor out a calc_leds_bitmap() function
` [PATCH BlueZ 4/5] plugins/sixaxis: add a get_leds_data() function
` [PATCH BlueZ 5/5] plugins/sixaxis: add a set_leds_sysfs() function

[PATCH] android/pts: PTS tests results for IOPT
 2014-05-09 12:50 UTC  (2+ messages)

System will halt during a phone call with HandsFree profile
 2014-05-09 12:42 UTC  (2+ messages)

[PATCH] Bluetooth: Increment management interface revision
 2014-05-09 12:14 UTC  (2+ messages)

[PATCH 0/8] Get Connection Information
 2014-05-09 11:04 UTC  (21+ messages)
` [PATCH 1/8] Bluetooth: Store RSSI for connection
` [PATCH 2/8] Bluetooth: Store TX power level "
` [PATCH 3/8] Bluetooth: Move eir_append_data up
` [PATCH 4/8] Bluetooth: Add support for user data in hci_request
` [PATCH 5/8] Bluetooth: Add support to get connection information
` [PATCH 6/8] Bluetooth: Make min interval for connection information configurable
` [PATCH 7/8] Bluetooth: Avoid pooling TX power for LE links
` [PATCH 8/8] Bluetooth: Add support for max_tx_power in Get Conn Info

[PATCHv5 01/13] android/hal-sco: Add audio HAL for SCO handling
 2014-05-09 10:46 UTC  (14+ messages)
` [PATCHv5 02/13] android/hal-audio-hsp: Add open_output_stream()
` [PATCHv5 03/13] android/audio: Add Audio SCO message API
` [PATCHv5 04/13] android/handsfree: Add SCO Audio IPC
` [PATCHv5 05/13] android/hal-sco: Implement Audio IPC on Audio HAL
` [PATCHv5 06/13] android/ipc: Use error printing error messages
` [PATCHv5 07/13] android/haltest: Add testinng for audio SCO HAL
` [PATCHv5 08/13] android/audio: Add resampler support
` [PATCHv5 09/13] audio/haltest: Make audio_stream static
` [PATCHv5 10/13] android/audio: Add downmix support to audio SCO HAL
` [PATCHv5 11/13] android/audio: Use resampler interface to resample SCO
` [PATCHv5 12/13] android/audio: Add write to SCO
` [PATCHv5 13/13] android/handsfree: Do not make unneeded VOICE ioctl()

[PATCH 1/3] android/bluetooth: Pass device to set_device_bond_state
 2014-05-09 10:00 UTC  (4+ messages)
` [PATCH 2/3] android/bluetooth: Pass device to send_ssp_request
` [PATCH 3/3] android/bluetooth: Always create device object in create bond

[PATCH v4 1/2] android/gatt: Extend android2uuid uuid type support
 2014-05-09 10:00 UTC  (3+ messages)
` [PATCH v4 2/2] android/gatt: Add support for uuid filter in search services

[PATCHv4 01/12] android/hal-sco: Add audio HAL for SCO handling
 2014-05-09  8:16 UTC  (26+ messages)
` [PATCHv4 02/12] android/hal-audio-hsp: Add open_output_stream()
` [PATCHv4 03/12] android/audio: Add Audio SCO message API
` [PATCHv4 04/12] android/handsfree: Add SCO Audio IPC
` [PATCHv4 05/12] android/hal-sco: Implement Audio IPC on Audio HAL
` [PATCHv4 06/12] android/ipc: Use error printing error messages
` [PATCHv4 07/12] android/haltest: Add testinng for audio SCO HAL
` [PATCHv4 08/12] android/audio: Add resampler support
` [PATCHv4 09/12] audio/haltest: Make audio_stream static
` [PATCHv4 10/12] android/audio: Add downmix support to audio SCO HAL
` [PATCHv4 11/12] android/audio: Use resampler interface to resample SCO
` [PATCHv4 12/12] android/audio: Add write to SCO

[PATCH v2] Bluetooth: btusb: Add Broadcom patch RAM support
 2014-05-09  2:35 UTC  (3+ messages)

[PATCH 00/10] bt_att initial implementation
 2014-05-09  1:46 UTC  (9+ messages)
` [PATCH 01/10] src/shared/att: Introduce struct bt_att

[PATCH] doc: Add mgmt command for changing the controller public address
 2014-05-09  0:46 UTC 

[PATCH v2 1/2] doc: Update RSSI property description
 2014-05-08 22:26 UTC  (4+ messages)
` [PATCH v2 2/2] doc: Introduce Start/Stop Connection Monitor

[PATCH v3] mgmt-api: Add support to get connection information
 2014-05-08 22:13 UTC  (3+ messages)

[PATCH] Bluetooth: btusb: Add Broadcom patch RAM support
 2014-05-08 21:59 UTC  (3+ messages)

Bluetooth adapter not listed in linux-3.14.2
 2014-05-08 21:42 UTC  (2+ messages)

[PATCH] tools: Add "hciconfig pagetype" command
 2014-05-08 20:41 UTC  (2+ messages)

[PATCH v2] input: Add userspace HID support
 2014-05-08 20:15 UTC  (2+ messages)

[PATCH] input: Add userspace HID support
 2014-05-08 19:42 UTC  (5+ messages)

[PATCH] Bluetooth: Add support for SMP Invalid Parameters error code
 2014-05-08 14:51 UTC  (2+ messages)

[PATCH v4] mgmt-api: Add support to get connection information
 2014-05-08 13:23 UTC 

[PATCH v3 0/2] Add support for filtering service search by uuid
 2014-05-08 13:18 UTC  (3+ messages)
` [PATCH v3 1/2] android/gatt: Extend android2uuid uuid type support

[PATCHv3 00/12] SCO Audio interface for Android
 2014-05-08 11:50 UTC  (19+ messages)
` [PATCHv3 01/12] android/hal-sco: Add audio HAL for SCO handling
` [PATCHv3 02/12] android/hal-audio-hsp: Add open_output_stream()
` [PATCHv3 03/12] android/audio: Add Audio SCO message API
` [PATCHv3 04/12] android/handsfree: Add SCO Audio IPC
` [PATCHv3 05/12] android/hal-sco: Implement Audio IPC on Audio HAL
` [PATCHv3 06/12] android/ipc: Use error printing error messages
` [PATCHv3 07/12] android/haltest: Add testinng for audio SCO HAL
` [PATCHv3 08/12] android/audio: Add resampler support
` [PATCHv3 09/12] audio/haltest: Make audio_stream static
` [PATCHv3 10/12] android/audio: Add downmix support to audio SCO HAL
` [PATCHv3 11/12] android/audio: Use resampler interface to resample SCO
` [PATCHv3 12/12] android/audio: Add write to SCO

[PATCH 1/2] doc: Update RSSI property description
 2014-05-08 10:16 UTC  (9+ messages)
` [PATCH 2/2] doc: Introduce Start/Stop Connection Monitor

[PATCH 2/2] doc: Introduce Start/Stop Connection Monitor
 2014-05-08 10:01 UTC  (2+ messages)

[PATCH] android/bluetooth: Make sure proper controller mode is set on start
 2014-05-08  9:07 UTC 

Add SDP discovery support to gatttool with BR
 2014-05-08  8:44 UTC 

[PATCH] android/gatt: Fix missing android address to bdadr conversion
 2014-05-08  8:36 UTC  (2+ messages)

BLE Passive scan & Bonding quest (dbus vs mgmt-api vs plugins)
 2014-05-07 23:24 UTC  (3+ messages)

[PATCH] Bluetooth: btusb: Add BCM20702 firmware upgrade support
 2014-05-07 22:28 UTC  (9+ messages)


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