linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v0 0/7] Add removing GATT services
@ 2014-04-02 18:30 Claudio Takahasi
  2014-04-02 18:30 ` [PATCH BlueZ v0 1/7] gatt: Add helper for " Claudio Takahasi
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Claudio Takahasi @ 2014-04-02 18:30 UTC (permalink / raw)
  To: linux-bluetooth, claudio.takahasi

This patchset implements GattManager1.UnregisterService(), and low-level
functions to remove service declarations (and its attributes) from the
attribute database.

Andre Guedes (1):
  gatt: Add helper for removing GATT services

Claudio Takahasi (6):
  gdbus: Avoid reporting GDBusClient disconnect twice
  gatt: Rename external_app to external_service
  gatt: Add GattManager1.UnregisterService()
  gatt: Add removing service from the database
  gatt: Fix possibly lost block when bluetoothd exits
  doc: Add InvalidArguments to UnregisterService() errors

 doc/gatt-api.txt |   3 +-
 gdbus/client.c   |  14 ++++-
 src/gatt-dbus.c  | 162 ++++++++++++++++++++++++++++++++++---------------------
 src/gatt.c       |  42 +++++++++++++++
 src/gatt.h       |   7 +++
 5 files changed, 165 insertions(+), 63 deletions(-)

-- 
1.8.3.1


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02 18:30 [PATCH BlueZ v0 0/7] Add removing GATT services Claudio Takahasi
2014-04-02 18:30 ` [PATCH BlueZ v0 1/7] gatt: Add helper for " Claudio Takahasi
2014-04-02 18:30 ` [PATCH BlueZ v0 2/7] gdbus: Avoid reporting GDBusClient disconnect twice Claudio Takahasi
2014-04-02 18:30 ` [PATCH BlueZ v0 3/7] gatt: Rename external_app to external_service Claudio Takahasi
2014-04-02 18:30 ` [PATCH BlueZ v0 4/7] gatt: Add GattManager1.UnregisterService() Claudio Takahasi
2014-04-02 18:30 ` [PATCH BlueZ v0 5/7] gatt: Add removing service from the database Claudio Takahasi
2014-04-03  7:49   ` Johan Hedberg
2014-04-03 19:12     ` Claudio Takahasi
2014-04-02 18:30 ` [PATCH BlueZ v0 6/7] gatt: Fix possibly lost block when bluetoothd exits Claudio Takahasi
2014-04-02 18:30 ` [PATCH BlueZ v0 7/7] doc: Add InvalidArguments to UnregisterService() errors Claudio Takahasi
2014-04-03 19:46 ` [PATCH BlueZ v1 0/3] Add removing GATT services Claudio Takahasi
2014-04-03 19:46   ` [PATCH BlueZ v1 1/3] gatt: Add removing service from the database Claudio Takahasi
2014-04-03 19:46   ` [PATCH BlueZ v1 2/3] gatt: Fix possibly lost block when bluetoothd exits Claudio Takahasi
2014-04-03 19:46   ` [PATCH BlueZ v1 3/3] doc: Add InvalidArguments to UnregisterService() errors Claudio Takahasi
2014-04-04  7:30   ` [PATCH BlueZ v1 0/3] Add removing GATT services Johan Hedberg

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).