2023-07-31 05:00:05

by Simon Mikuda

[permalink] [raw]
Subject: [PATCH BlueZ 2/2] 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.34.1