summaryrefslogtreecommitdiff
path: root/client/gatt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-01-05 14:50:34 -0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-10 13:15:57 +0200
commit77196fd631b193f2c1cfaea9bafe17fb9600cc80 (patch)
tree8dec8bfa0a0c084d7210f836e0ed72a995ffca6f /client/gatt.h
parentc6923a75ae058a292c725061dd13785c6306c611 (diff)
downloadbluez-77196fd631b193f2c1cfaea9bafe17fb9600cc80.tar.gz
client: Add support for GattDescriptor1
This add support for GattDescriptor1 interface detection and prints when they are added or removed.
Diffstat (limited to 'client/gatt.h')
-rw-r--r--client/gatt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/gatt.h b/client/gatt.h
index 924c4d9c1..8b30668d6 100644
--- a/client/gatt.h
+++ b/client/gatt.h
@@ -26,3 +26,6 @@ void gatt_remove_service(GDBusProxy *proxy);
void gatt_add_characteristic(GDBusProxy *proxy);
void gatt_remove_characteristic(GDBusProxy *proxy);
+
+void gatt_add_descriptor(GDBusProxy *proxy);
+void gatt_remove_descriptor(GDBusProxy *proxy);