aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Zaborowski <andrew.zaborowski@intel.com>2020-03-18 15:45:20 +0100
committerDenis Kenzior <denkenz@gmail.com>2020-03-17 15:34:38 -0500
commitc1bf85ec13617fc08eaecf162fc08d43f217d9a3 (patch)
tree7cda25a7e3f0a9ab075cacf0af026a1d74f0e60d
parent85fd9f50f73ed2c6ce6283a247cd5c871050b8fe (diff)
downloadiwd-c1bf85ec13617fc08eaecf162fc08d43f217d9a3.tar.gz
doc: Fix p2p method error names
-rw-r--r--doc/p2p-api.txt2
-rw-r--r--doc/p2p-peer-api.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/p2p-api.txt b/doc/p2p-api.txt
index cca0f39f5..08ee8d92b 100644
--- a/doc/p2p-api.txt
+++ b/doc/p2p-api.txt
@@ -40,7 +40,7 @@ Methods array(on) GetPeers()
discovered peer devices to avoid keeping the Wi-Fi
adapter occupied unnecessarily.
- Possible errors: [service].Error.NotAvailable
+ Possible errors: [service].Error.NotFound
void RegisterSignalLevelAgent(object path,
array(int16) levels)
diff --git a/doc/p2p-peer-api.txt b/doc/p2p-peer-api.txt
index 2245b2e3c..f52717aa6 100644
--- a/doc/p2p-peer-api.txt
+++ b/doc/p2p-peer-api.txt
@@ -12,8 +12,8 @@ Methods Disconnect()
the net.connman.iwd.SimpleConfiguration interface
on the same object -- see wsc-api.txt.
- Possible errors: [service].Failed
- [service].NotConnected
+ Possible errors: [service].Error.Failed
+ [service].Error.NotConnected
Properties string Name [readonly]