messages from 2014-04-29 09:47:27 to 2014-05-06 14:02:16 UTC [more...]
[PATCH] SM
2014-05-06 14:02 UTC (2+ messages)
` [PATCH] android/pts: Add PICS and PIXITs for SM
[PATCH 0/3] Bluetooth LE 6LoWPAN using CoC
2014-05-06 13:55 UTC (14+ messages)
` [PATCH 1/3] Bluetooth: Refactor l2cap_sock_sendmsg() to copy user buffer
` [PATCH 2/3] Bluetooth: 6LoWPAN: Allow user to set the device role via sysfs
` [PATCH 3/3] Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
[PATCH 00/10] bt_att initial implementation
2014-05-06 13:31 UTC (14+ messages)
` [PATCH 01/10] src/shared/att: Introduce struct bt_att
` [PATCH 02/10] unit/test-att: Add unit tests for src/shared/att
` [PATCH 03/10] tools/btatt: Add command-line tool for ATT protocol testing
` [PATCH 04/10] tools/btatt: Add "exchange-mtu" command
` [PATCH 05/10] src/shared/att: Add "Find Information" request and response
` [PATCH 06/10] unit/test-att: Add unit test for "Find Information" request/response
` [PATCH 07/10] tools/btatt: Add "find-information" command
` [PATCH 08/10] src/shared/att: Add "Find By Type Value" request and response
` [PATCH 09/10] unit/test-att: Add unit test for "Find By Type Value" request/response
` [PATCH 10/10] tools/btatt: Add "find-by-type-value" command
Connecting to BLE slave to communicate with L2CAP packets
2014-05-06 13:26 UTC
[PATCH 1/4] android/gatt: Fix included service notification send
2014-05-06 13:08 UTC (5+ messages)
` [PATCH 2/4] android/gatt: Trivial style fix of argument list
` [PATCH 3/4] android/gatt: Trivial fix of indention style
` [PATCH 4/4] android/gatt: Remove redundant lines
[PATCH] android/gatt: Remove redundant gatt_status variable set
2014-05-06 12:48 UTC
[PATCH v2 1/8] android/bluetooth: Refactor handle_start_discovery_cmd
2014-05-06 12:35 UTC (2+ messages)
[PATCH 0/2] LE testing on PTS
2014-05-06 11:19 UTC (5+ messages)
` [PATCH 1/2] android/pts: Run GATT PTS tests
` [PATCH 2/2] android/pts: Re-run GAP test suit
` [PATCH] "
[PATCH BlueZ 0/5] plugin/sixaxis: use the sysfs leds class
2014-05-06 10:06 UTC (6+ 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
Handsfree and A2DP connection failed
2014-05-06 7:36 UTC
[PATCH] Bluetooth: btusb: Add BCM20702 firmware upgrade support
2014-05-06 6:01 UTC (8+ messages)
Google Glass as audio out device
2014-05-06 2:42 UTC (2+ messages)
[RFC] mgmt-api: Add support to get connection parameters
2014-05-06 2:40 UTC (2+ messages)
[PATCH] rfcomm: Convert spinlocks into mutexes
2014-05-06 2:25 UTC (2+ messages)
BLE Passive scan & Bonding quest (dbus vs mgmt-api vs plugins)
2014-05-06 1:40 UTC (2+ messages)
Getting started with BLE device
2014-05-06 1:19 UTC (4+ messages)
[PATCH] input: Add userspace HID support
2014-05-06 0:45 UTC
[PATCH v2] input: uHIDP: HIDP in userspace
2014-05-06 0:26 UTC (5+ messages)
Problems running the tests in BlueZ 5.18
2014-05-05 13:19 UTC (3+ messages)
[PATCH 01/11] attrib: Add simpler call for descriptors discovery
2014-05-05 7:50 UTC (12+ messages)
` [PATCH 02/11] attrib: Discover descriptors using gatt_discover_desc
` [PATCH 03/11] gas: Discover CCC "
` [PATCH 04/11] hog: Discover descriptors "
` [PATCH 05/11] scan: Discover CCC "
` [PATCH 06/11] heartrate: "
` [PATCH 07/11] cyclingspeed: "
` [PATCH 08/11] thermometer: Discover descriptors "
` [PATCH 09/11] android/gatt: "
` [PATCH 10/11] gatt: Remove gatt_discover_char_desc
` [PATCH 11/11] hog: Remove redundant struct
BUG: spinlock wrong CPU on CPU#3, krfcommd/1500 (resend)
2014-05-01 18:32 UTC
pull request: bluetooth-next 2014-04-24
2014-04-30 15:58 UTC (2+ messages)
pull request: bluetooth 2014-04-25
2014-04-30 15:37 UTC (2+ messages)
[PATCH v4 00/38] android/gatt: GATT server implementation
2014-04-30 15:31 UTC (41+ messages)
` [PATCH v4 01/38] android/gatt: Rename listen_clients to listen_apps
` [PATCH v4 02/38] android/gatt: Remove redundant find function parameter
` [PATCH v4 03/38] android/gatt: Add service functionality
` [PATCH v4 04/38] android/gatt: Add implementation of delete service
` [PATCH v4 05/38] android/gatt: Add included service implementation
` [PATCH v4 06/38] android/gatt: Add characteristic implementation
` [PATCH v4 07/38] android/gatt: Add handling of start service command
` [PATCH v4 08/38] android/gatt: Add stop service command handling
` [PATCH v4 09/38] android/gatt: Add descriptor implementation
` [PATCH v4 10/38] android/gatt: Add listening socket for GATT
` [PATCH v4 11/38] android/gatt: Assume that each server wants waits for connection
` [PATCH v4 12/38] android/gatt: Add ATT msg handler
` [PATCH v4 13/38] shared/gatt: Use bdaddr instead of request_id
` [PATCH v4 14/38] shared/gatt: Extend read/write callback with offset
` [PATCH v4 15/38] shared/gatt: Add att_opcode to read/write callback
` [PATCH v4 16/38] android/bluetooth: Add function for getting device Android name
` [PATCH v4 17/38] android/gatt: Add register GAP Service
` [PATCH v4 18/38] gatt: Add some characteristics uuids
` [PATCH v4 19/38] android/gatt: Register device information service
` [PATCH v4 20/38] android/gatt: Register GATT service
` [PATCH v4 21/38] shared/gatt: Add function to read by group type
` [PATCH v4 22/38] shared/gatt: Add function to find by type
` [PATCH v4 23/38] shared/gatt: Add function to read "
` [PATCH v4 24/38] shared/gatt: Add function to find information
` [PATCH v4 25/38] android/gatt: Add support for ATT read by group type
` [PATCH v4 26/38] android/gatt: Add support for ATT read by type
` [PATCH v4 27/38] shared/gatt: Add support to read from database
` [PATCH v4 28/38] android/gatt: Add support to read request
` [PATCH v4 29/38] android/gatt: Add MTU request cmd handling
` [PATCH v4 30/38] android/gatt: Add Find info gatt server "
` [PATCH v4 31/38] shared/gatt: Add support for write request
` [PATCH v4 32/38] android/gatt: "
` [PATCH v4 33/38] android/gatt: Add support for execute write
` [PATCH v4 34/38] android/gatt: Add write_cb to GATT server
` [PATCH v4 35/38] android/gatt: Add read_cb for GATT Server
` [PATCH v4 36/38] android/hal-gatt-api: Fix IPC definition for send response
` [PATCH v4 37/38] android/gatt: Add support for GATT server "
` [PATCH v4 38/38] android/gatt: Add support for send indication
[PATCH v2 1/2] hog: Fix checking for Report ID item presence
2014-04-30 12:54 UTC (3+ messages)
` [PATCH v2 2/2] hog: Improve report map debugging
[PATCH] android/pts: Correct PICS for A2DP
2014-04-30 9:24 UTC (2+ messages)
[PATCH] android/pts: Re-run OPP with ETS-12160
2014-04-30 9:23 UTC (2+ messages)
[PATCH] android/gatt: Remove redundant find function parameter
2014-04-30 9:22 UTC (2+ messages)
[PATCH v2 00/40] android/gatt: GATT server implementation
2014-04-30 9:16 UTC (43+ messages)
` [PATCH v2 01/40] android/gatt: Rename listen_clients to listen_apps
` [PATCH v2 02/40] android/gatt: Remove redundant find function parameter
` [PATCH v2 03/40] android/gatt: Add service functionality
` [PATCH v2 04/40] android/gatt: Add implementation of delete service
` [PATCH v2 05/40] android/gatt: Add included service implementation
` [PATCH v2 06/40] android/gatt: Add characteristic implementation
` [PATCH v2 07/40] android/gatt: Add handling of start service command
` [PATCH v2 08/40] android/gatt: Add stop service command handling
` [PATCH v2 09/40] android/gatt: Add descriptor implementation
` [PATCH v2 10/40] android/gatt: Add listening socket for GATT
` [PATCH v2 11/40] android/gatt: Assume that each server wants waits for connection
` [PATCH v2 12/40] android/gatt: Add ATT msg handler
` [PATCH v2 13/40] shared: Use pointer for request data instead of int
` [PATCH v2 14/40] shared/gatt: Extend read callback with offset
` [PATCH v2 15/40] shared/gatt: Add complete command callback
` [PATCH v2 16/40] android/bluetooth: Add function for getting device Android name
` [PATCH v2 17/40] android/gatt: Add register GAP Service
` [PATCH v2 18/40] gatt: Add some characteristics uuids
` [PATCH v2 19/40] android/gatt: Register device information service
` [PATCH v2 20/40] shared: Extend write callback with offset
` [PATCH v2 21/40] android/gatt: Register GATT service
` [PATCH v2 22/40] shared/gatt: Add function to read by group type
` [PATCH v2 23/40] shared/gatt: Add function to find by type
` [PATCH v2 24/40] shared/gatt: Add function to read "
` [PATCH v2 25/40] android/gatt: Add support for ATT read by group type
` [PATCH v2 26/40] android/gatt: Add support for ATT read by type
` [PATCH v2 27/40] shared/gatt: Add support to read from database
` [PATCH v2 28/40] android/gatt: Move struct req_data up in the file
` [PATCH v2 29/40] android/gatt: Add support to read request
` [PATCH v2 30/40] android/gatt: Add MTU request cmd handling
` [PATCH v2 31/40] android/gatt: Add Find info gatt server "
` [PATCH v2 32/40] shared/gatt: Add support for write request
` [PATCH v2 33/40] android/gatt: "
` [PATCH v2 34/40] android/gatt: Add support for execute write
` [PATCH v2 35/40] android/gatt: Move struct req_data upper in the file
` [PATCH v2 36/40] android/gatt: Add write_cb to GATT server
` [PATCH v2 37/40] android/gatt: Add read_cb for GATT Server
` [PATCH v2 38/40] android/hal-gatt-api: Fix IPC definition for send response
` [PATCH v2 39/40] android/gatt: Add support for GATT server "
` [PATCH v2 40/40] android/gatt: Add support for send indication
[PATCH 00/36] android/gatt: GATT server implementation
2014-04-30 9:14 UTC (28+ messages)
` [PATCH 01/36] android/gatt: Add comment about event type being sent
` [PATCH 09/36] android/gatt: Add listening socket for GATT
` [PATCH 10/36] android/gatt: Add ATT msg handler
` [PATCH 13/36] android/gatt: Add register GAP Service
` [PATCH 15/36] android/gatt: Register device information service
` [PATCH 22/36] android/gatt: Add support for ATT read by type
` [PATCH 25/36] android/gatt: Add support to read request
` [PATCH 32/36] android/gatt: Add write callback to server
[PATCH v3 40/40] android/gatt: Add support for send indication
2014-04-29 16:55 UTC
[PATCH 1/2] hog: Fix checking for Report ID item
2014-04-29 15:31 UTC (6+ messages)
` [PATCH 2/2] hog: Improve report map debugging
[PATCHv2] android/gatt: Use common code for server and client register
2014-04-29 15:14 UTC (2+ messages)
[PATCH] android/gatt: Use common code for server and client register
2014-04-29 13:52 UTC (3+ messages)
Detecting presence and connecting headset when not in pairing mode
2014-04-29 12:51 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox