doc/device-api: Update possible errors for ConnectProfile

Make API documentation reflect the current implementation.
This commit is contained in:
Jakub Sitnicki 2015-01-27 08:49:36 +01:00 committed by Luiz Augusto von Dentz
parent 93b933ff3d
commit c0e83c551e

View File

@ -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)