From b132e3697864f1f7a6617ca7a869271a13243265 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 28 Jun 2018 21:02:55 -0700 Subject: [PATCH] doc: add new errors to ConnectHiddenNetwork method --- doc/device-api.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index 47b36750..a95f7623 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -69,6 +69,8 @@ Methods void Scan() net.connman.iwd.NotConnected net.connman.iwd.NotFound net.connman.iwd.ServiceSetOverlap + net.connman.iwd.AlreadyProvisioned + net.connman.iwd.NotHidden void RegisterSignalLevelAgent(object path, array(int16) levels)