mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-25 11:53:26 +08:00
doc/device-api: Update possible errors for ConnectProfile
Make API documentation reflect the current implementation.
This commit is contained in:
parent
93b933ff3d
commit
c0e83c551e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user