summaryrefslogtreecommitdiff
path: root/client/gatt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-01-05 14:34:01 -0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-10 13:15:57 +0200
commitc6923a75ae058a292c725061dd13785c6306c611 (patch)
tree13ba2b48086f34bc20527e1ac442d176b5322657 /client/gatt.h
parentaab6835b0ab1843c5d1a8f6c5defd3f6358924be (diff)
downloadbluez-c6923a75ae058a292c725061dd13785c6306c611.tar.gz
client: Add support for GattCharacteristic1
This add support for GattCharacteristici1 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 f049039c4..924c4d9c1 100644
--- a/client/gatt.h
+++ b/client/gatt.h
@@ -23,3 +23,6 @@
void gatt_add_service(GDBusProxy *proxy);
void gatt_remove_service(GDBusProxy *proxy);
+
+void gatt_add_characteristic(GDBusProxy *proxy);
+void gatt_remove_characteristic(GDBusProxy *proxy);