doc/gatt-api: Add new error for StartNotify
authorJoseph Hwang <josephsih@chromium.org>
Fri, 21 Aug 2020 06:16:43 +0000 (23:16 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:32 +0000 (19:08 +0530)
When a device is disconnecting, StartNotify is not allowed. This adds a
new error type to the doc.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
doc/gatt-api.txt

index 1f37eea..e65cef8 100755 (executable)
@@ -196,6 +196,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()