mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-15 15:04:34 +08:00
doc/device-api: Document behavior of Disconnect method with LE
If and LE device is disconnected using device.Device method it won't be able to reconnect by itself.
This commit is contained in:
parent
bee3796113
commit
f2ec4f54bf
@ -52,6 +52,10 @@ Methods void Connect()
|
||||
This method can be also used to cancel a preceding
|
||||
Connect call before a reply to it has been received.
|
||||
|
||||
When connected over LE bearer calling this method will
|
||||
prevent incoming connections until Connect method is
|
||||
called again.
|
||||
|
||||
Possible errors: org.bluez.Error.NotConnected
|
||||
|
||||
void ConnectProfile(string uuid)
|
||||
|
Loading…
Reference in New Issue
Block a user