Diff between 93b933ff3de1b7694732529b5dbbeb66afca942a and c0e83c551e1f565b7026bf97d22f108916605d2b

Changed Files

File Additions Deletions Status
doc/device-api.txt +5 -3 modified

Full Patch

diff --git a/doc/device-api.txt b/doc/device-api.txt
index 86d8af8..4f5e1d9 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)