All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] doc: Fix p2p method error names
@ 2020-03-18 14:45 Andrew Zaborowski
  2020-03-18 14:45 ` [PATCH 02/12] cleanup: Remove extra empty lines Andrew Zaborowski
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Andrew Zaborowski @ 2020-03-18 14:45 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

---
 doc/p2p-api.txt      | 2 +-
 doc/p2p-peer-api.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-03-19 15:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 14:45 [PATCH 01/12] doc: Fix p2p method error names Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 02/12] cleanup: Remove extra empty lines Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 03/12] frame-xchg: Handle l_io errors through disconnect callback Andrew Zaborowski
2020-03-18 15:50   ` Denis Kenzior
2020-03-18 16:05     ` Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 04/12] frame-xchg: Actually free duplicate watches Andrew Zaborowski
2020-03-18 15:53   ` Denis Kenzior
2020-03-18 14:45 ` [PATCH 05/12] frame-xchg: Fix frame_watch_item_remove_by_handler Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 06/12] frame-xchg: Allow calling frame_xchg_stop from the callback Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 07/12] frame-xchg: Allow frame_xchg_stop calls inside frame callbacks Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 08/12] watchlist: Allow watch CBs to call watchlist_destroy Andrew Zaborowski
2020-03-18 18:50   ` Denis Kenzior
2020-03-18 14:45 ` [PATCH 09/12] frame-xchg: Optimize frame_watch_remove_by_handler scenarios Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 10/12] frame-xchg: Add facility to keep retransmitting after ACK Andrew Zaborowski
2020-03-18 18:53   ` Denis Kenzior
2020-03-19 15:52     ` Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 11/12] frame-xchg: Add frame_xchg_start Andrew Zaborowski
2020-03-18 14:45 ` [PATCH 12/12] p2putil: Tolerate GO Neg Response with empty Channel List Andrew Zaborowski
2020-03-18 15:21 ` [PATCH 01/12] doc: Fix p2p method error names Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.