summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoseph Hwang <josephsih@chromium.org>2020-08-20 23:16:43 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-09-16 23:17:17 -0700
commit80fcbda6d5b906de64eaeb7eff7d8fc8e0ae8d67 (patch)
treecf8db85f234d42a52e68cf79c824cf2bc70e5386 /doc
parent5c41f6bb54cf1c881931b5631c55c720cf86ecb4 (diff)
downloadbluez-80fcbda6d5b906de64eaeb7eff7d8fc8e0ae8d67.tar.gz
doc/gatt-api: Add new error for StartNotify
When a device is disconnecting, StartNotify is not allowed. This adds a new error type to the doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/gatt-api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 98fe7487c..04789c6d3 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -186,6 +186,7 @@ Methods array{byte} ReadValue(dict options)
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.NotPermitted
org.bluez.Error.InProgress
+ org.bluez.Error.NotConnected
org.bluez.Error.NotSupported
void StopNotify()