summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorJakub Sitnicki <jsitnicki@gmail.com>2015-01-27 08:49:37 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-01-27 15:07:59 +0200
commit68e9980dc098525fa2c2f232a14ca714ca7debc4 (patch)
tree9f43230b06c3fa0675e1a79e190ab3b07026c02e /doc/device-api.txt
parentc0e83c551e1f565b7026bf97d22f108916605d2b (diff)
downloadbluez-68e9980dc098525fa2c2f232a14ca714ca7debc4.tar.gz
doc/device-api: Update possible errors for DisconnectProfile
Make API documentation reflect the current implementation.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 4f5e1d995..eec0024a6 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -62,9 +62,9 @@ Methods void Connect()
as long as the profile is registered this will always
succeed.
- Possible errors: org.bluez.Error.DoesNotExist
- org.bluez.Error.Failed
- org.bluez.Error.NotConnected
+ Possible errors: org.bluez.Error.Failed
+ org.bluez.Error.InProgress
+ org.bluez.Error.InvalidArguments
org.bluez.Error.NotSupported
void Pair()