linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-28 08:34:47 to 2014-04-30 15:37:34 UTC [more...]

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  (61+ messages)
` [PATCH 01/36] android/gatt: Add comment about event type being sent
` [PATCH] android/gatt: Add support for send indication
` [PATCH 02/36] android/gatt: Add service functionality
` [PATCH 03/36] android/gatt: Add implementation of delete service
` [PATCH 04/36] android/gatt: Add included service implementation
` [PATCH 05/36] android/gatt: Add characteristic implementation
` [PATCH 06/36] android/gatt: Add handling of start service command
` [PATCH 07/36] android/gatt: Add stop service command handling
` [PATCH 08/36] android/gatt: Add descriptor implementation
` [PATCH 09/36] android/gatt: Add listening socket for GATT
` [PATCH 10/36] android/gatt: Add ATT msg handler
` [PATCH 11/36] shared: Use pointer for request data instead of int
` [PATCH 12/36] shared/gatt: Extend read callback with offset
` [PATCH 13/36] android/gatt: Add register GAP Service
` [PATCH 14/36] gatt: Add some characteristics uuids
` [PATCH 15/36] android/gatt: Register device information service
` [PATCH 16/36] shared: Extend write callback with offset
` [PATCH 17/36] android/gatt: Register GATT service
` [PATCH 18/36] shared/gatt: Add function to read by group type
` [PATCH 19/36] shared/gatt: Add function to find by type
` [PATCH 20/36] shared/gatt: Add function to read "
` [PATCH 21/36] android/gatt: Add support for ATT read by group type
` [PATCH 22/36] android/gatt: Add support for ATT read by type
` [PATCH 23/36] shared/gatt: Add support to read from database
` [PATCH 24/36] android/gatt: Move struct req_data up in the file
` [PATCH 25/36] android/gatt: Add support to read request
` [PATCH 26/36] android/gatt: Add MTU request cmd handling
` [PATCH 27/36] android/gatt: Add Find info gatt server "
` [PATCH 28/36] shared/gatt: Add support for write request
` [PATCH 29/36] android/gatt: "
` [PATCH 30/36] android/gatt: Add support for execute write
` [PATCH 31/36] android/gatt: Move struct req_data upper in the file
` [PATCH 32/36] android/gatt: Add write callback to server
` [PATCH 33/36] android/gatt: Add read_cb for GATT Server
` [PATCH 34/36] android/hal-gatt-api: Fix IPC definition for send response
` [PATCH 35/36] android/gatt: Add support for GATT server "
` [PATCH 36/36] android/gatt: Add support for send indication

[PATCH] rfcomm: Convert spinlocks into mutexes
 2014-04-29 18:38 UTC 

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

[RFC 0/2] src/shared/att initial implementation
 2014-04-29  8:30 UTC  (6+ messages)
` [RFC 1/2] src/shared/att: Introduce struct bt_att

[RFC] agent: Allow to stack default agents
 2014-04-29  8:27 UTC  (2+ messages)

[PATCH 0/7] android/gatt: Further connection handling refactor
 2014-04-28 16:01 UTC  (9+ messages)
` [PATCH 1/7] android/gatt: Use common struct for client and server applications
` [PATCH 2/7] android/gatt: Store client and server apps on a single list
` [PATCH 3/7] android/gatt: Rename connection list
` [PATCH 4/7] android/gatt: Rename connection struct
` [PATCH 5/7] android/gatt: Fix some whitespace issues
` [PATCH 6/7] ndroid/gatt: Extract common code from client_connect
` [PATCH 7/7] android/gatt: Handle Server apps connections

[PATCH 1/3] android/gatt: Add DEVICE_CONNECTING state
 2014-04-28 16:00 UTC  (4+ messages)
` [PATCH 2/3] android/gatt Refactor le device connecting
` [PATCH 3/3] android/gatt: Send app uuid also for failure response

[PATCH 1/2] android/bluetooth: Add function for getting device Android type
 2014-04-28 12:12 UTC  (2+ messages)

[PATCHv3 0/2] Client connection handling refactor
 2014-04-28 11:44 UTC  (3+ messages)
` [PATCHv3 1/2] android/gatt: Refactor client connection handling

minipcie bluetooth card not detected
 2014-04-28 11:37 UTC  (2+ messages)

[PATCH RESEND BlueZ 1/2] client: Add 'auto' parameter to agent command
 2014-04-28  9:57 UTC  (2+ messages)
` [PATCH RESEND BlueZ 2/2] client: Fix not releasing agent if bluetoothd exit without calling Release

[RFC] mgmt-api: Add support to get connection parameters
 2014-04-28  9:26 UTC 

[PATCH RESEND] client: Clean up agent if bluetoothd exited without releasing it
 2014-04-28  9:20 UTC  (3+ messages)

[PATCH v2 BlueZ] build: Add coverage support
 2014-04-28  8:34 UTC  (5+ messages)


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