From 9474293dd5af9124c106e3ba0a05c4c9f6187cdc Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 3 Apr 2014 16:46:52 -0300 Subject: [PATCH] doc: Add InvalidArguments to UnregisterService() errors This patch adds "org.bluez.Error.InvalidArguments" as possible error returned by GattManager1.UnregisterService(). --- doc/gatt-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index deb519b22..8c7975c4d 100644 --- a/doc/gatt-api.txt +++ b/doc/gatt-api.txt @@ -145,4 +145,5 @@ Methods RegisterService(object service, dict options) must match the same value that has been used on registration. - Possible errors: org.bluez.Error.DoesNotExist + Possible errors: org.bluez.Error.InvalidArguments + org.bluez.Error.DoesNotExist -- 2.47.3