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:
Luiz Augusto von Dentz 2017-11-20 15:30:00 +02:00
parent bee3796113
commit f2ec4f54bf

View File

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