summaryrefslogtreecommitdiff
path: root/client/gatt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-05 15:49:11 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-10 13:15:58 +0200
commit2eb1f615c4242d5e883dd0d3d8b4928504a31fbb (patch)
tree170eaee4106fc8aff0c52e321a98e9aef28a6c1f /client/gatt.h
parent496b6abf743440e937222c62768e0a3b31f47f02 (diff)
downloadbluez-2eb1f615c4242d5e883dd0d3d8b4928504a31fbb.tar.gz
client: Add command select-attribute
Command select-attribute can be used to select a service attribute.
Diffstat (limited to 'client/gatt.h')
-rw-r--r--client/gatt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/gatt.h b/client/gatt.h
index 5785073c7..bb7cb1cf0 100644
--- a/client/gatt.h
+++ b/client/gatt.h
@@ -31,3 +31,5 @@ void gatt_add_descriptor(GDBusProxy *proxy);
void gatt_remove_descriptor(GDBusProxy *proxy);
void gatt_list_attributes(const char *device);
+GDBusProxy *gatt_select_attribute(const char *path);
+char *gatt_attribute_generator(const char *text, int state);