[PATCH BlueZ v2 2/2] Update the Adapter1 API to match the change to ConnectDevice
From: Karabin, Josh <hidden>
Date: 2018-08-21 15:37:57
Subsystem:
the rest · Maintainer:
Linus Torvalds
--- doc/adapter-api.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 2afd61bc3..fe3c86a5a 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:
@@ -183,6 +183,12 @@ Methods void StartDiscovery() "public" - Public address "random" - Random address
=20
+ array{string} UUIDs
+
+ If present, only connect service UUIDs that
+ are both provided by the device and in this
+ list. This parameter is optional.
+
Possible errors: org.bluez.Error.InvalidArguments
org.bluez.Error.AlreadyExists
org.bluez.Error.NotSupported
--=20
2.17.1