From 5e1f19fca7c693535f1b32210075519f3b40d6d3 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 17 Nov 2023 08:00:16 -0800 Subject: [PATCH] doc: document additional NotSupported shared code return --- doc/device-provisioning-api.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/device-provisioning-api.txt b/doc/device-provisioning-api.txt index 9994aef5..6cf16fb8 100644 --- a/doc/device-provisioning-api.txt +++ b/doc/device-provisioning-api.txt @@ -109,6 +109,7 @@ Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...} Possible errors: net.connman.iwd.Busy net.connman.iwd.NotConnected net.connman.InvalidArguments + net.connman.NotSupported void StartEnrollee(a{sv}) @@ -156,6 +157,7 @@ Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...} Possible errors: net.connman.iwd.Busy net.connman.iwd.NotConnected net.connman.iwd.NoAgent + net.connman.iwd.NotSupported Stop()