All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv1 0/4] Gatt attributes database skeleton
@ 2014-04-16  7:19 Marcin Kraglak
  2014-04-16  7:19 ` [PATCHv1 1/4] gatt: Add skeleton of gatt-db Marcin Kraglak
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Marcin Kraglak @ 2014-04-16  7:19 UTC (permalink / raw)
  To: linux-bluetooth

This set introduce gatt database skeleton for storing local attributes.
Now functionality for creating, destroying database and adding/removing
services is provided.
In comparision to RFC version, comments are added in header file, and type
of sevice enum was replaced with bool "primary".

Comments are welcome

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 | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/shared/gatt-db.h |  63 +++++++++++++++++
 4 files changed, 254 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] 7+ messages in thread

end of thread, other threads:[~2014-04-24 10:41 UTC | newest]

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.