Diff between 8f87c53b75d180e3307819dc0a81002486153a8b and db20dc7e177c8bfb263e7bbd229fac7b9a891cf1

Changed Files

File Additions Deletions Status
doc/obex-api.txt +11 -6 modified

Full Patch

diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index f80ef39..a39abc0 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -473,14 +473,19 @@ Filter:		string Format:
 
 			Possible values can be query with ListFilterFields.
 
-		array{string} FilterBy:
+		array{string} FilterAll:
 
-			Filter items by fields. Default do not filter by
-			fields.
+			Filter items by fields using AND logic, cannot be used
+			together with FilterAny.
 
-			Possible values can be query with ListFilterFields
-			excluding the first item that must be either '&' or
-			'|' that apply AND or OR logic respectively.
+			Possible values can be query with ListFilterFields.
+
+		array{string} FilterAny:
+
+			Filter items by fields using OR logic, cannot be used
+			together with FilterAll.
+
+			Possible values can be query with ListFilterFields.
 
 		bool ResetNewMissedCalls