Diff between bee3796113196da1b3f56da42fcae4d9bae6695e and f2ec4f54bf2cea2197c0244605632475c815f3ee
Changed Files
| File | Additions | Deletions | Status |
| doc/device-api.txt | +4 | -0 | modified |
Full Patch
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 13b2881..ac5604f 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)