From f2ec4f54bf2cea2197c0244605632475c815f3ee Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 20 Nov 2017 15:30:00 +0200 Subject: [PATCH] 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. --- 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.47.3