doc: Fix p2p method error names

This commit is contained in:
Andrew Zaborowski 2020-03-18 15:45:20 +01:00 committed by Denis Kenzior
parent 85fd9f50f7
commit c1bf85ec13
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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]