diff --git a/doc/p2p-api.txt b/doc/p2p-api.txt index cca0f39f..08ee8d92 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 2245b2e3..f52717aa 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]