Lukasz Rymanowski ([email protected])

Number of posts: 1199 (0.83 per day)
First post: 2011-03-28 10:05:41
Last post: 2015-03-06 13:10:38

Date List Subject
2014-04-30 09:13:52 linux-bluetooth [PATCH v4 21/38] shared/gatt: Add function to read by group type
2014-04-30 09:13:51 linux-bluetooth [PATCH v4 20/38] android/gatt: Register GATT service
2014-04-30 09:13:50 linux-bluetooth [PATCH v4 19/38] android/gatt: Register device information service
2014-04-30 09:13:49 linux-bluetooth [PATCH v4 18/38] gatt: Add some characteristics uuids
2014-04-30 09:13:48 linux-bluetooth [PATCH v4 17/38] android/gatt: Add register GAP Service
2014-04-30 09:13:47 linux-bluetooth [PATCH v4 16/38] android/bluetooth: Add function for getting device Android name
2014-04-30 09:13:46 linux-bluetooth [PATCH v4 15/38] shared/gatt: Add att_opcode to read/write callback
2014-04-30 09:13:45 linux-bluetooth [PATCH v4 14/38] shared/gatt: Extend read/write callback with offset
2014-04-30 09:13:44 linux-bluetooth [PATCH v4 13/38] shared/gatt: Use bdaddr instead of request_id
2014-04-30 09:13:43 linux-bluetooth [PATCH v4 12/38] android/gatt: Add ATT msg handler
2014-04-30 09:13:42 linux-bluetooth [PATCH v4 11/38] android/gatt: Assume that each server wants waits for connection
2014-04-30 09:13:41 linux-bluetooth [PATCH v4 10/38] android/gatt: Add listening socket for GATT
2014-04-30 09:13:40 linux-bluetooth [PATCH v4 09/38] android/gatt: Add descriptor implementation
2014-04-30 09:13:39 linux-bluetooth [PATCH v4 08/38] android/gatt: Add stop service command handling
2014-04-30 09:13:38 linux-bluetooth [PATCH v4 07/38] android/gatt: Add handling of start service command
2014-04-30 09:13:37 linux-bluetooth [PATCH v4 06/38] android/gatt: Add characteristic implementation
2014-04-30 09:13:36 linux-bluetooth [PATCH v4 05/38] android/gatt: Add included service implementation
2014-04-30 09:13:35 linux-bluetooth [PATCH v4 04/38] android/gatt: Add implementation of delete service
2014-04-30 09:13:34 linux-bluetooth [PATCH v4 03/38] android/gatt: Add service functionality
2014-04-30 09:13:33 linux-bluetooth [PATCH v4 02/38] android/gatt: Remove redundant find function parameter
2014-04-30 09:13:32 linux-bluetooth [PATCH v4 01/38] android/gatt: Rename listen_clients to listen_apps
2014-04-30 09:13:31 linux-bluetooth [PATCH v4 00/38] android/gatt: GATT server implementation
2014-04-29 16:55:18 linux-bluetooth [PATCH v3 40/40] android/gatt: Add support for send indication
2014-04-29 16:47:29 linux-bluetooth [PATCH v2 40/40] android/gatt: Add support for send indication
2014-04-29 16:47:28 linux-bluetooth [PATCH v2 39/40] android/gatt: Add support for GATT server send response
2014-04-29 16:47:27 linux-bluetooth [PATCH v2 38/40] android/hal-gatt-api: Fix IPC definition for send response
2014-04-29 16:47:26 linux-bluetooth [PATCH v2 37/40] android/gatt: Add read_cb for GATT Server
2014-04-29 16:47:25 linux-bluetooth [PATCH v2 36/40] android/gatt: Add write_cb to GATT server
2014-04-29 16:47:24 linux-bluetooth [PATCH v2 35/40] android/gatt: Move struct req_data upper in the file
2014-04-29 16:47:23 linux-bluetooth [PATCH v2 34/40] android/gatt: Add support for execute write
2014-04-29 16:47:22 linux-bluetooth [PATCH v2 33/40] android/gatt: Add support for write request
2014-04-29 16:47:21 linux-bluetooth [PATCH v2 32/40] shared/gatt: Add support for write request
2014-04-29 16:47:20 linux-bluetooth [PATCH v2 31/40] android/gatt: Add Find info gatt server cmd handling
2014-04-29 16:47:19 linux-bluetooth [PATCH v2 30/40] android/gatt: Add MTU request cmd handling
2014-04-29 16:47:18 linux-bluetooth [PATCH v2 29/40] android/gatt: Add support to read request
2014-04-29 16:47:17 linux-bluetooth [PATCH v2 28/40] android/gatt: Move struct req_data up in the file
2014-04-29 16:47:16 linux-bluetooth [PATCH v2 27/40] shared/gatt: Add support to read from database
2014-04-29 16:47:15 linux-bluetooth [PATCH v2 26/40] android/gatt: Add support for ATT read by type
2014-04-29 16:47:14 linux-bluetooth [PATCH v2 25/40] android/gatt: Add support for ATT read by group type
2014-04-29 16:47:13 linux-bluetooth [PATCH v2 24/40] shared/gatt: Add function to read by type
2014-04-29 16:47:12 linux-bluetooth [PATCH v2 23/40] shared/gatt: Add function to find by type
2014-04-29 16:47:11 linux-bluetooth [PATCH v2 22/40] shared/gatt: Add function to read by group type
2014-04-29 16:47:10 linux-bluetooth [PATCH v2 21/40] android/gatt: Register GATT service
2014-04-29 16:47:09 linux-bluetooth [PATCH v2 20/40] shared: Extend write callback with offset
2014-04-29 16:47:08 linux-bluetooth [PATCH v2 19/40] android/gatt: Register device information service
2014-04-29 16:47:07 linux-bluetooth [PATCH v2 18/40] gatt: Add some characteristics uuids
2014-04-29 16:47:06 linux-bluetooth [PATCH v2 17/40] android/gatt: Add register GAP Service
2014-04-29 16:47:05 linux-bluetooth [PATCH v2 16/40] android/bluetooth: Add function for getting device Android name
2014-04-29 16:47:04 linux-bluetooth [PATCH v2 15/40] shared/gatt: Add complete command callback
2014-04-29 16:47:03 linux-bluetooth [PATCH v2 14/40] shared/gatt: Extend read callback with offset
2014-04-29 16:47:02 linux-bluetooth [PATCH v2 13/40] shared: Use pointer for request data instead of int