Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/8] shared/gatt: Use gatt-db for client role.
@ 2014-11-28 17:49 Arman Uguray
  2014-11-28 17:49 ` [PATCH BlueZ 1/8] shared/gatt-db: Fix bug in maximum handle check Arman Uguray
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Arman Uguray @ 2014-11-28 17:49 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Arman Uguray

This patch set integrates shared/gatt-db into shared/gatt-client:
  1. shared/gatt-client's internal service_list structure has been
     removed entirely in favor of gatt-db.
  2. The high level structures defined in gatt-client.h
     (bt_gatt_service_t, bt_gatt_characteristic_t, bt_gatt_descriptor_t)
     and the corresponding iterator structures and functions have been
     removed.
  3. Code using the iterators (unit/test-gatt, tools/btgatt*) now access
     the client cache via gatt-client's gatt-db.
  4. Small bug fixes in gatt-db.

Arman Uguray (8):
  shared/gatt-db: Fix bug in maximum handle check.
  shared/gatt-db: Add helper to get service handles.
  shared/gatt-client: Store services in gatt_db.
  shared/gatt-client: Use gatt_db in bt_gatt_register_notify
  tools/btgatt-server: Add the "services" command
  tools/btgatt-client: Use gatt-db instead of iterators
  unit/test-gatt: Use gatt-db for CLIENT tests
  shared/gatt-client: Remove GATT structs and iterators

 src/shared/gatt-client.c | 1189 +++++++++++++++++++++-------------------------
 src/shared/gatt-client.h |   73 +--
 src/shared/gatt-db.c     |   41 +-
 tools/btgatt-client.c    |  175 +++----
 tools/btgatt-server.c    |   90 ++++
 unit/test-gatt.c         |  241 +++++++---
 6 files changed, 911 insertions(+), 898 deletions(-)

-- 
2.2.0.rc0.207.ga3a616c


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

end of thread, other threads:[~2014-12-03  0:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 17:49 [PATCH BlueZ 0/8] shared/gatt: Use gatt-db for client role Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 1/8] shared/gatt-db: Fix bug in maximum handle check Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 2/8] shared/gatt-db: Add helper to get service handles Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 3/8] shared/gatt-client: Store services in gatt_db Arman Uguray
2014-12-01  9:45   ` Luiz Augusto von Dentz
2014-12-01 14:50     ` Arman Uguray
2014-12-01 16:02       ` Luiz Augusto von Dentz
2014-12-01 16:37         ` Arman Uguray
2014-12-01 17:19           ` Marcel Holtmann
2014-12-01 17:57             ` Arman Uguray
2014-12-02 10:46               ` Luiz Augusto von Dentz
2014-12-02 15:12                 ` Luiz Augusto von Dentz
2014-12-02 19:35                   ` Arman Uguray
2014-12-03  0:15                     ` Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 4/8] shared/gatt-client: Use gatt_db in bt_gatt_register_notify Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 5/8] tools/btgatt-server: Add the "services" command Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 6/8] tools/btgatt-client: Use gatt-db instead of iterators Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 7/8] unit/test-gatt: Use gatt-db for CLIENT tests Arman Uguray
2014-11-28 17:49 ` [PATCH BlueZ 8/8] shared/gatt-client: Remove GATT structs and iterators Arman Uguray
2014-12-01  9:49 ` [PATCH BlueZ 0/8] shared/gatt: Use gatt-db for client role Luiz Augusto von Dentz

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