Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCHv2 0/4] Gatt database skeleton
@ 2014-04-24 11:23 Marcin Kraglak
  2014-04-24 11:23 ` [PATCHv2 1/4] gatt: Add skeleton of gatt-db Marcin Kraglak
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Marcin Kraglak @ 2014-04-24 11:23 UTC (permalink / raw)
  To: linux-bluetooth

Changes in v2:
 - removed doxygen comments
 - in new_service method num_handle must be 1 or greater
 - removed coding-style errors

Marcin Kraglak (4):
  gatt: Add skeleton of gatt-db
  gatt: Add services list to gatt_db struct
  gatt: Add method for creating services in gatt_db
  gatt: Add remove_service function to gatt-db

 android/Android.mk   |   1 +
 android/Makefile.am  |   1 +
 src/shared/gatt-db.c | 193 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/shared/gatt-db.h |  31 +++++++++
 4 files changed, 226 insertions(+)
 create mode 100644 src/shared/gatt-db.c
 create mode 100644 src/shared/gatt-db.h

-- 
1.8.5.3


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

end of thread, other threads:[~2014-04-25  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 11:23 [PATCHv2 0/4] Gatt database skeleton Marcin Kraglak
2014-04-24 11:23 ` [PATCHv2 1/4] gatt: Add skeleton of gatt-db Marcin Kraglak
2014-04-24 11:23 ` [PATCHv2 2/4] gatt: Add services list to gatt_db struct Marcin Kraglak
2014-04-24 11:23 ` [PATCHv2 3/4] gatt: Add method for creating services in gatt_db Marcin Kraglak
2014-04-24 11:23 ` [PATCHv2 4/4] gatt: Add remove_service function to gatt-db Marcin Kraglak
2014-04-25  7:53 ` [PATCHv2 0/4] Gatt database skeleton Szymon Janc

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