linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] android/gatt: Gatt client improvements
@ 2014-04-08  9:22 Lukasz Rymanowski
  2014-04-08  9:22 ` [PATCH 01/15] android/gatt: Change name of gatt_primary in service structure Lukasz Rymanowski
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Lukasz Rymanowski @ 2014-04-08  9:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: szymon.janc, Lukasz Rymanowski

This patch set adds:
* caching primary and included sevices.
* fix in hanling included services
* add list of disconnected devices - thanks to this we keep 
cached services and next connect is faster.
* Fix  instance id for primary and included services

Lukasz Rymanowski (15):
  android/gatt: Change name of gatt_primary in service structure
  android/gatt: Add flag primary to struct service
  android/gatt: Add helper functions to send all primary services
  android/gatt: Use cached primary services if possible
  android/gatt: Add create_device helper function
  android/gatt: Add list of disconnected device
  android/gatt: Minor change in get_include_data
  android/gatt: Add msg size check for get included service
  android/gatt: Prepare to cache included services
  android/gatt: Add helper function to create_service
  android/gatt: Cache include services
  android/gatt: Add helper to send included service
  android/gatt: Change label name from failed to reply
  android/gatt: Use cache for included services
  android/gatt: Fix instance id for primary and included service

 android/gatt.c | 509 +++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 346 insertions(+), 163 deletions(-)

-- 
1.8.4


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

end of thread, other threads:[~2014-04-08 19:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  9:22 [PATCH 00/15] android/gatt: Gatt client improvements Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 01/15] android/gatt: Change name of gatt_primary in service structure Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 02/15] android/gatt: Add flag primary to struct service Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 03/15] android/gatt: Add helper functions to send all primary services Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 04/15] android/gatt: Use cached primary services if possible Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 05/15] android/gatt: Add create_device helper function Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 06/15] android/gatt: Add list of disconnected device Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 07/15] android/gatt: Minor change in get_include_data Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 08/15] android/gatt: Add msg size check for get included service Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 09/15] android/gatt: Prepare to cache included services Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 10/15] android/gatt: Add helper function to create_service Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 11/15] android/gatt: Cache include services Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 12/15] android/gatt: Add helper to send included service Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 13/15] android/gatt: Change label name from failed to reply Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 14/15] android/gatt: Use cache for included services Lukasz Rymanowski
2014-04-08  9:22 ` [PATCH 15/15] android/gatt: Fix instance id for primary and included service Lukasz Rymanowski
2014-04-08 19:57 ` [PATCH 00/15] android/gatt: Gatt client improvements Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).