LinuxLists
Users
About
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
Previous Page
Date
List
Subject
2013-10-14 08:34:35
linux-bluetooth
[PATCH 19/22] blueatchat: Extend API for sending AT commands
2013-10-14 08:34:34
linux-bluetooth
[PATCH 18/22] blueatchat: Add more data parsing functionality
2013-10-14 08:34:33
linux-bluetooth
[PATCH 17/22] unit: Add more test cases for the at parser
2013-10-14 08:34:32
linux-bluetooth
[PATCH 16/22] unit: Add basic unit test for the blueatchat module
2013-10-14 08:34:31
linux-bluetooth
[PATCH 15/22] blueatchat: Add functions for parsing data sent with the commands
2013-10-14 08:34:30
linux-bluetooth
[PATCH 14/22] blueatchat: Add basic parsing capability
2013-10-14 08:34:29
linux-bluetooth
[PATCH 13/22] blueatchat: Buffered data sanity check
2013-10-14 08:34:28
linux-bluetooth
[PATCH 12/22] unit: Add test case for cbuffer's discard
2013-10-14 08:34:27
linux-bluetooth
[PATCH 11/22] cbuffer: Add discard method
2013-10-14 08:34:26
linux-bluetooth
[PATCH 10/22] blueatchat: Use circullar buffer as data storage
2013-10-14 08:34:25
linux-bluetooth
[PATCH 09/22] blueatchat: Add bluetooth at chat module skeleton
2013-10-14 08:34:24
linux-bluetooth
[PATCH 08/22] unit: Add test cases for cbuffer seek, check, get_length
2013-10-14 08:34:23
linux-bluetooth
[PATCH 07/22] cbuffer: Add seek and check routines
2013-10-14 08:34:22
linux-bluetooth
[PATCH 06/22] unit: Add test cases for cbuffer memory acess routines
2013-10-14 08:34:21
linux-bluetooth
[PATCH 05/22] cbuffer: Add methods for browsing through data
2013-10-14 08:34:20
linux-bluetooth
[PATCH 04/22] unit: Add test case for cbuffer's manual mode
2013-10-14 08:34:19
linux-bluetooth
[PATCH 03/22] cbuffer: Add direct access to buffer's memory
2013-10-14 08:34:18
linux-bluetooth
[PATCH 02/22] unit: Add basic tests for the circular buffer implementation
2013-10-14 08:34:17
linux-bluetooth
[PATCH 01/22] cbuffer: Circular buffer initial implementation
2013-10-14 08:34:16
linux-bluetooth
[PATCH 00/22] Bluetooth AT chat module