From f47f4205fa3f080bf0e30cec44e0acdc491133ef Mon Sep 17 00:00:00 2001 From: Simon Mikuda Date: Mon, 31 Jul 2023 06:12:29 +0200 Subject: [PATCH] adapter: Update ConnectDevice documentation --- doc/adapter-api.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index f81d3cc..64fa558 100755 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -177,12 +177,13 @@ Methods void StartDiscovery() performing General Discovery. Connection mechanism is similar to Connect method from Device1 interface with exception that this method returns success when physical - connection is established. After this method returns, + connection is established and you can specify bearer to + connect with parameter. 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. + device object or device that already exist. Parameters that may be set in the filter dictionary include the following: -- 2.7.4