linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v3 0/8] Implement doc/gatt-api.txt for client
@ 2015-01-14  3:30 Arman Uguray
  2015-01-14  3:31 ` [PATCH BlueZ v3 1/8] shared/gatt-db: Add service getter by UUID Arman Uguray
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Arman Uguray @ 2015-01-14  3:30 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Arman Uguray

*v3:
  - Fixed broken GATT service UUID management in its own patch.
  - Other small fixes.

Arman Uguray (8):
  shared/gatt-db: Add service getter by UUID
  core: device: Fix GATT profile probing
  core: device: Fix broken GATT UUID management
  profiles/gap: Fix probe/accept behavior.
  core: service: Remove GATT handle logic
  shared/gatt-db: Add "claimed" field to services
  core: gatt: Use "claimed" instead of "active"
  doc/gatt-api.txt: Update error names

 doc/gatt-api.txt     |  12 +-
 plugins/sixaxis.c    |   2 +-
 profiles/gap/gas.c   | 127 +++++++------
 src/adapter.c        |   8 +-
 src/device.c         | 498 +++++++++++++++++++++++++++++----------------------
 src/device.h         |   6 +-
 src/gatt-client.c    |   9 +-
 src/service.c        |  38 ----
 src/service.h        |   7 -
 src/shared/gatt-db.c |  46 +++++
 src/shared/gatt-db.h |   7 +
 11 files changed, 428 insertions(+), 332 deletions(-)

-- 
2.2.0.rc0.207.ga3a616c


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

end of thread, other threads:[~2015-01-16 14:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14  3:30 [PATCH BlueZ v3 0/8] Implement doc/gatt-api.txt for client Arman Uguray
2015-01-14  3:31 ` [PATCH BlueZ v3 1/8] shared/gatt-db: Add service getter by UUID Arman Uguray
2015-01-14  3:31 ` [PATCH BlueZ v3 2/8] core: device: Fix GATT profile probing Arman Uguray
2015-01-14  3:31 ` [PATCH BlueZ v3 3/8] core: device: Fix broken GATT UUID management Arman Uguray
2015-01-14 13:17   ` Luiz Augusto von Dentz
2015-01-14 19:38     ` Arman Uguray
2015-01-16  0:58       ` Arman Uguray
2015-01-16  8:53         ` Luiz Augusto von Dentz
2015-01-14  3:31 ` [PATCH BlueZ v3 4/8] profiles/gap: Fix probe/accept behavior Arman Uguray
2015-01-14  3:31 ` [PATCH BlueZ v3 5/8] core: service: Remove GATT handle logic Arman Uguray
2015-01-14  3:31 ` [PATCH BlueZ v3 6/8] shared/gatt-db: Add "claimed" field to services Arman Uguray
2015-01-14  3:31 ` [PATCH BlueZ v3 7/8] core: gatt: Use "claimed" instead of "active" Arman Uguray
2015-01-14  3:31 ` [PATCH BlueZ v3 8/8] doc/gatt-api.txt: Update error names Arman Uguray
2015-01-16 14:21 ` [PATCH BlueZ v3 0/8] Implement doc/gatt-api.txt for client 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;
as well as URLs for NNTP newsgroup(s).