Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 00/16] android/gatt: Improve robustness in Gatt Client
@ 2015-02-26  9:39 Lukasz Rymanowski
  2015-02-26  9:39 ` [PATCH 01/16] android/tester-gatt: Add robustness test for search services Lukasz Rymanowski
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Lukasz Rymanowski @ 2015-02-26  9:39 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

This set improves robustness on searching services, characteristics,
descriptors and included services.

Issue found on UPF50.

There is 4 test showing issue and after each test there is a fix for that.

Last 5 patches is a same fix for shared/gatt-helpers. I did not write special
test for it as we will test it once we make Android to use it shared code.
Anyway, this change does not brake gatt unit tests

Lukasz Rymanowski (16):
  android/tester-gatt: Add robustness test for search services
  attrib/gatt: Improve robustness on search primary services
  android/tester-gatt: Add robustness test for get characteristic
  attrib/gatt: Minor refactor in char_discovered_cb
  attrib/gatt: Improve robustness when searching for characteristics
  android/gatt: Check status on get characteristic callback
  android/tester: Add robustness test for get descriptor
  attrib/gatt: Minor refactor in desc_discovered_cb
  attrib/gatt: Improve robustness when searching for descriptors
  android/tester: Add robustness test for get included services
  attrib/gatt: Improve robustness when searching for included services
  shated/gatt-helpers: Improve robustness of search service
  shared/gatt-helpers: Improve robustness of get characteristics
  shared/gatt-helpers: Improve robustness of get include services
  shared/gatt-helpers: Improve robustness read by type request
  shared/gatt-helpers: Improve robustness of get descriptors

 android/gatt.c            |   8 +++
 android/tester-gatt.c     | 128 ++++++++++++++++++++++++++++++++++++++++++++++
 attrib/gatt.c             |  93 +++++++++++++++++++++++++++++----
 src/shared/gatt-helpers.c |  89 +++++++++++++++++++++++++++++---
 4 files changed, 302 insertions(+), 16 deletions(-)

-- 
1.8.4


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-02-27 15:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26  9:39 [PATCH 00/16] android/gatt: Improve robustness in Gatt Client Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 01/16] android/tester-gatt: Add robustness test for search services Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 02/16] attrib/gatt: Improve robustness on search primary services Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 03/16] android/tester-gatt: Add robustness test for get characteristic Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 04/16] attrib/gatt: Minor refactor in char_discovered_cb Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 05/16] attrib/gatt: Improve robustness when searching for characteristics Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 06/16] android/gatt: Check status on get characteristic callback Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 07/16] android/tester: Add robustness test for get descriptor Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 08/16] attrib/gatt: Minor refactor in desc_discovered_cb Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 09/16] attrib/gatt: Improve robustness when searching for descriptors Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 10/16] android/tester: Add robustness test for get included services Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 11/16] attrib/gatt: Improve robustness when searching for " Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 12/16] shated/gatt-helpers: Improve robustness of search service Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 13/16] shared/gatt-helpers: Improve robustness of get characteristics Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 14/16] shared/gatt-helpers: Improve robustness of get include services Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 15/16] shared/gatt-helpers: Improve robustness read by type request Lukasz Rymanowski
2015-02-27 15:07   ` Szymon Janc
2015-02-27 15:14     ` Lukasz Rymanowski
2015-02-26  9:39 ` [PATCH 16/16] shared/gatt-helpers: Improve robustness of get descriptors Lukasz Rymanowski
2015-02-27 15:35 ` [PATCH 00/16] android/gatt: Improve robustness in Gatt Client Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox