---
doc/adapter-api.txt | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 2afd61bc3..918153f68 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -158,11 +158,11 @@ Methods void StartDiscovery()
similar to Connect method from Device1 interface with
exception that this method returns success when physical
connection is established. After this method returns,
- services discovery will continue and any supported
- profile will be connected. There is no need for calling
- Connect on Device1 after this call. If connection was
- successful this method returns object path to created
- device object.
+ services discovery will continue.
+
+ There is no need for calling Connect on Device1 after
+ this call. If connection was successful this method
+ returns object path to created device object.
=20
Parameters that may be set in the filter dictionary
include the following:
@@ -189,6 +189,11 @@ Methods void StartDiscovery()
org.bluez.Error.NotReady
org.bluez.Error.Failed
=20
+ boolean ConnectAllProfiles
+
+ If set to true, any supported profile will be
+ connected. This parameter is optional.
+
Properties string Address [readonly]
=20
The Bluetooth device address.
--=20
2.17.1