Jakub Tyszkowski ([email protected])

Number of posts: 836 (1.82 per day)
First post: 2013-10-31 14:25:32
Last post: 2015-02-03 13:33:15

Date List Subject
2014-05-16 11:00:39 linux-bluetooth [PATCH 1/4] android/gatt: Handle Androids read/write responses in response queue
2014-04-29 14:35:03 linux-bluetooth [PATCHv2] android/gatt: Use common code for server and client register
2014-04-29 13:52:56 linux-bluetooth Re: [PATCH] android/gatt: Use common code for server and client register
2014-04-29 10:31:08 linux-bluetooth [PATCH] android/gatt: Remove redundant find function parameter
2014-04-29 09:47:27 linux-bluetooth Re: [PATCH 01/36] android/gatt: Add comment about event type being sent
2014-04-28 14:23:20 linux-bluetooth [PATCH] android/gatt: Use common code for server and client register
2014-04-28 13:32:06 linux-bluetooth [PATCH 7/7] android/gatt: Handle Server apps connections
2014-04-28 13:32:05 linux-bluetooth [PATCH 6/7] ndroid/gatt: Extract common code from client_connect
2014-04-28 13:32:04 linux-bluetooth [PATCH 5/7] android/gatt: Fix some whitespace issues
2014-04-28 13:32:03 linux-bluetooth [PATCH 4/7] android/gatt: Rename connection struct
2014-04-28 13:32:02 linux-bluetooth [PATCH 3/7] android/gatt: Rename connection list
2014-04-28 13:32:01 linux-bluetooth [PATCH 2/7] android/gatt: Store client and server apps on a single list
2014-04-28 13:32:00 linux-bluetooth [PATCH 1/7] android/gatt: Use common struct for client and server applications
2014-04-28 13:31:59 linux-bluetooth [PATCH 0/7] android/gatt: Further connection handling refactor
2014-04-28 13:17:50 linux-bluetooth [PATCH 3/3] android/gatt: Send app uuid also for failure response
2014-04-28 13:17:49 linux-bluetooth [PATCH 2/3] android/gatt Refactor le device connecting
2014-04-28 13:17:48 linux-bluetooth [PATCH 1/3] android/gatt: Add DEVICE_CONNECTING state
2014-04-27 15:04:51 linux-bluetooth [PATCHv3 2/2] android/gatt: Add DEVICE_CONNECTING state
2014-04-27 15:04:50 linux-bluetooth [PATCHv3 1/2] android/gatt: Refactor client connection handling
2014-04-27 15:04:49 linux-bluetooth [PATCHv3 0/2] Client connection handling refactor
2014-04-24 13:01:59 linux-bluetooth [PATCHv2 2/2] android/gatt: Add DEVICE_CONNECTING state
2014-04-24 13:01:58 linux-bluetooth [PATCHv2 1/2] android/gatt: Refactor client connection handling
2014-04-24 13:01:57 linux-bluetooth [PATCHv2 0/2] Client connection handling refactor
2014-04-24 10:57:49 linux-bluetooth Re: [PATCH] android/gatt: Refactor client connection handling
2014-04-23 12:26:07 linux-bluetooth [PATCH] android/gatt: Refactor client connection handling
2014-04-23 12:26:06 linux-bluetooth [PATCH] android/gatt: Client connection handling refactor
2014-04-22 09:07:06 linux-bluetooth Re: [RFC] android/gatt: Refactor client connection handling
2014-04-18 14:09:08 linux-bluetooth [RFC] android/gatt: Refactor client connection handling
2014-04-17 06:44:23 linux-bluetooth [PATCH] android: Fix not unregistering last profile
2014-04-14 10:39:51 linux-bluetooth [PATCH 2/2] android/gatt: Minor whitespace fixes
2014-04-14 10:39:50 linux-bluetooth [PATCH 1/2] android/gatt: Fix caching included services descriptors
2014-04-11 13:15:19 linux-bluetooth [PATCH 8/8] android/gatt: Add Server's delete_service stub
2014-04-11 13:15:18 linux-bluetooth [PATCH 7/8] android/gatt: Add Server's stop_service stub
2014-04-11 13:15:17 linux-bluetooth [PATCH 6/8] android/gatt: Add Server's start_service stub
2014-04-11 13:15:16 linux-bluetooth [PATCH 5/8] android/gatt: Add Server's add_descriptor stub
2014-04-11 13:15:15 linux-bluetooth [PATCH 4/8] android/gatt: Add Server's add_characteristic stub
2014-04-11 13:15:14 linux-bluetooth [PATCH 3/8] android/gatt: Add Server's add_included_service stub
2014-04-11 13:15:13 linux-bluetooth [PATCH 2/8] android/gatt: Add Server's add_service stub
2014-04-11 13:15:12 linux-bluetooth [PATCH 1/8] android/gatt: Add find_server_by_id helper
2014-04-11 13:15:11 linux-bluetooth [PATCH 0/8] android/gatt: Server command handlers
2014-04-11 12:40:26 linux-bluetooth [PATCH 2/2] android/client: Fix parameter completion for gatt
2014-04-11 12:40:25 linux-bluetooth [PATCH 1/2] android/gatt: Set proper primary flag for sending characteristics
2014-04-10 14:34:54 linux-bluetooth [PATCH 4/4] android/gatt: Add cache check in Clients caching callbacks
2014-04-10 14:34:53 linux-bluetooth [PATCH 3/4] android/gatt: Add Client's refresh function call
2014-04-10 14:34:52 linux-bluetooth [PATCH 2/4] android/gatt: Fix sending device to (dis)connect callback
2014-04-10 14:34:51 linux-bluetooth [PATCH 1/4] android/gatt: Trivial whitespace fixes
2014-04-01 15:19:27 linux-bluetooth [PATCHv2 5/5] android/gatt: Add client write descriptor handler
2014-04-01 15:19:26 linux-bluetooth [PATCHv2 4/5] android/gatt: Add client read descriptor handler
2014-04-01 15:19:25 linux-bluetooth [PATCHv2 3/5] android/gatt: Add descriptors sending and caching for client
2014-04-01 15:19:24 linux-bluetooth [PATCHv2 2/5] android/gatt: Handle get descriptor client command
2014-04-01 15:19:23 linux-bluetooth [PATCHv2 1/5] android/gatt: Add queue for characteristic descriptors caching