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