summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2014-04-03 16:46:52 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-04-04 10:29:38 +0300
commit9474293dd5af9124c106e3ba0a05c4c9f6187cdc (patch)
tree314053b75e4bf59047af9ff2a1e92534648a3773 /doc/gatt-api.txt
parentdf78ea46d5a2544a24a72c29e09e4cae9bdd5e71 (diff)
downloadbluez-9474293dd5af9124c106e3ba0a05c4c9f6187cdc.tar.gz
doc: Add InvalidArguments to UnregisterService() errors
This patch adds "org.bluez.Error.InvalidArguments" as possible error returned by GattManager1.UnregisterService().
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt3
1 files changed, 2 insertions, 1 deletions
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