mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
doc: Fix p2p method error names
This commit is contained in:
parent
85fd9f50f7
commit
c1bf85ec13
@ -40,7 +40,7 @@ Methods array(on) GetPeers()
|
|||||||
discovered peer devices to avoid keeping the Wi-Fi
|
discovered peer devices to avoid keeping the Wi-Fi
|
||||||
adapter occupied unnecessarily.
|
adapter occupied unnecessarily.
|
||||||
|
|
||||||
Possible errors: [service].Error.NotAvailable
|
Possible errors: [service].Error.NotFound
|
||||||
|
|
||||||
void RegisterSignalLevelAgent(object path,
|
void RegisterSignalLevelAgent(object path,
|
||||||
array(int16) levels)
|
array(int16) levels)
|
||||||
|
@ -12,8 +12,8 @@ Methods Disconnect()
|
|||||||
the net.connman.iwd.SimpleConfiguration interface
|
the net.connman.iwd.SimpleConfiguration interface
|
||||||
on the same object -- see wsc-api.txt.
|
on the same object -- see wsc-api.txt.
|
||||||
|
|
||||||
Possible errors: [service].Failed
|
Possible errors: [service].Error.Failed
|
||||||
[service].NotConnected
|
[service].Error.NotConnected
|
||||||
|
|
||||||
Properties string Name [readonly]
|
Properties string Name [readonly]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user