This patch set introduces service added/removed events to gatt-db. gatt-db now allows callbacks to be registered, which are called when a service is marked as active/inactive or when they get removed from the database. Also included is a small fix to gatt-server so that it holds a reference to its associated gatt-db. Arman Uguray (4): shared/gatt-server: Hold a reference to gatt-db. shared/gatt-db: Add service added/removed events. tools/btgatt-client: Observe service events. TODO: gatt-db service events added. TODO | 7 -- src/shared/gatt-db.c | 195 +++++++++++++++++++++++++++++++++++++++++++---- src/shared/gatt-db.h | 39 ++++++---- src/shared/gatt-server.c | 5 +- tools/btgatt-client.c | 28 +++++++ 5 files changed, 234 insertions(+), 40 deletions(-) -- 2.2.0.rc0.207.ga3a616c -- 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