aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Prestwood <prestwoj@gmail.com>2023-11-17 08:00:16 -0800
committerDenis Kenzior <denkenz@gmail.com>2023-11-17 10:51:23 -0600
commit5e1f19fca7c693535f1b32210075519f3b40d6d3 (patch)
treeb366a64b253cd8620b06401287460c1a24063c59
parent5e0a97b197dff34f9fe5b37d8bdfade685e7ea81 (diff)
doc: document additional NotSupported shared code return
-rw-r--r--doc/device-provisioning-api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/device-provisioning-api.txt b/doc/device-provisioning-api.txt
index 9994aef51..6cf16fb82 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()