summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorJakub Sitnicki <jsitnicki@gmail.com>2015-01-27 08:49:36 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-01-27 15:07:59 +0200
commitc0e83c551e1f565b7026bf97d22f108916605d2b (patch)
treee2abb2307e62abfe8ebffe263841b50a6ac3cc34 /doc/device-api.txt
parent93b933ff3de1b7694732529b5dbbeb66afca942a (diff)
downloadbluez-c0e83c551e1f565b7026bf97d22f108916605d2b.tar.gz
doc/device-api: Update possible errors for ConnectProfile
Make API documentation reflect the current implementation.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 86d8af8c2..4f5e1d995 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -46,9 +46,11 @@ Methods void Connect()
device. The UUID provided is the remote service
UUID for the profile.
- Possible errors: org.bluez.Error.DoesNotExist
- org.bluez.Error.AlreadyConnected
- org.bluez.Error.ConnectFailed
+ Possible errors: org.bluez.Error.Failed
+ org.bluez.Error.InProgress
+ org.bluez.Error.InvalidArguments
+ org.bluez.Error.NotAvailable
+ org.bluez.Error.NotReady
void DisconnectProfile(string uuid)