linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/2] doc/device-api: Document behavior of Disconnect method with LE
@ 2017-11-20 13:42 Luiz Augusto von Dentz
  2017-11-20 13:42 ` [PATCH BlueZ 2/2] device: Don't disable auto-connect for trusted devices Luiz Augusto von Dentz
  2017-11-20 15:13 ` [PATCH BlueZ 1/2] doc/device-api: Document behavior of Disconnect method with LE Luiz Augusto von Dentz
  0 siblings, 2 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2017-11-20 13:42 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-20 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 13:42 [PATCH BlueZ 1/2] doc/device-api: Document behavior of Disconnect method with LE Luiz Augusto von Dentz
2017-11-20 13:42 ` [PATCH BlueZ 2/2] device: Don't disable auto-connect for trusted devices Luiz Augusto von Dentz
2017-11-20 14:21   ` Bastien Nocera
2017-11-20 15:13 ` [PATCH BlueZ 1/2] doc/device-api: Document behavior of Disconnect method with LE Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).