summaryrefslogtreecommitdiff
path: root/client/gatt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-07-03 14:06:06 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-07-05 14:27:40 +0300
commitc89618370dce83aa561ef733179a0b62ad927e93 (patch)
treeba1834ec047a89e94b11495e001715bedb495acb /client/gatt.h
parent706f9cb68fedb05b963c32d26c264c31d2f551f6 (diff)
downloadbluez-c89618370dce83aa561ef733179a0b62ad927e93.tar.gz
client: Add release-notify command
This adds release-notify command which closes an existing fd unlocking the attribute: [Test peripheral:/service001f/char0020]# release-notify [CHG] Attribute /org/bluez/hci1/dev_69_16_5B_9A_06_CD/service001f/char0020 NotifyAcquired: no
Diffstat (limited to 'client/gatt.h')
-rw-r--r--client/gatt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gatt.h b/client/gatt.h
index 5dba26b6e..9bab42902 100644
--- a/client/gatt.h
+++ b/client/gatt.h
@@ -42,6 +42,7 @@ void gatt_acquire_write(GDBusProxy *proxy, const char *arg);
void gatt_release_write(GDBusProxy *proxy, const char *arg);
void gatt_acquire_notify(GDBusProxy *proxy, const char *arg);
+void gatt_release_notify(GDBusProxy *proxy, const char *arg);
void gatt_add_manager(GDBusProxy *proxy);
void gatt_remove_manager(GDBusProxy *proxy);