From 80fcbda6d5b906de64eaeb7eff7d8fc8e0ae8d67 Mon Sep 17 00:00:00 2001 From: Joseph Hwang Date: Thu, 20 Aug 2020 23:16:43 -0700 Subject: [PATCH] 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. --- doc/gatt-api.txt | 1 + 1 file changed, 1 insertion(+) 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() -- 2.47.3