From 255ef572ca76db8d7fa8450653dce99c170c406a 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 9b2721c1b..d38ce7171 100644 --- 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.47.3