From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> If and LE device is disconnected using device.Device method it won't be able to reconnect by itself. --- doc/device-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index 13b28818e..ac5604f9c 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -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) -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html