Hi Claudio, On Thu, Mar 06, 2014, Claudio Takahasi wrote: > This patchset is an extension of "[PATCH BlueZ v7 00/11] GATT API: > External Services". It adds the following features: > * new gdbus helper to allow notifying the clients when > GetManagedObjects() reply is received and all proxies reported to > upper-layer. > * reply for RegisterService() after validating fetched objects > * adds the service declaration to the local GATT database > > * Changes from v0 to v1: > - renames g_dbus_client_set_proxies_ready_watch() to > g_dbus_client_set_ready_watch() > > Claudio Takahasi (9): > gdbus: Add g_dbus_client_set_ready_watch() > gatt: Add proxy added handler > gatt: Add proxy removed handler > gatt: Add GATT service to the local database > gatt: Make RegisterService() async > test: Add external service GATT skeleton > test: Add signal handling for gatt-service > test: Add registering external service > bluetooth.conf: Add ObjectManager interface > > .gitignore | 1 + > Makefile.tools | 5 + > gdbus/client.c | 17 ++++ > gdbus/gdbus.h | 4 +- > src/bluetooth.conf | 1 + > src/gatt-dbus.c | 135 +++++++++++++++++++++++++- > test/gatt-service.c | 267 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 7 files changed, 425 insertions(+), 5 deletions(-) > create mode 100644 test/gatt-service.c All patches in the set have been applied. Thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html