From 6a4a3086cee814d7709450d5f834143b0916583f Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 22 Feb 2022 14:28:47 -0800 Subject: [PATCH] doc: document DPP ConfigureEnrollee() --- doc/device-provisioning-api.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/device-provisioning-api.txt b/doc/device-provisioning-api.txt index bf54c5fe..0aba2557 100644 --- a/doc/device-provisioning-api.txt +++ b/doc/device-provisioning-api.txt @@ -37,3 +37,22 @@ Methods string StartEnrollee() net.connman.iwd.NotConfigured net.connman.iwd.NotSupported net.connman.iwd.Busy + + string ConfigureEnrollee(string uri) + + Start a DPP configurator with an enrollees URI. + Only connected station devices are supported and will + only configure the enrollee to the currently connected + network. + + This API is to handle the use case where the enrollee + has shared its URI to IWD (unlike StartConfigurator) + + The URI for IWD is also returned which could be used + in the same way as it is with StartConfigurator(). + + Possible errors: net.connman.iwd.NotAvailable + net.connman.iwd.NotConnected + net.connman.iwd.NotConfigured + net.connman.iwd.NotSupported + net.connman.iwd.Busy