Hi, On Tue, Sep 23, 2014 at 1:17 PM, Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > This makes a simpler API and document the fact that they cannot be used > together. > --- > doc/obex-api.txt | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-) > > 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 > > -- > 1.9.3 Applied. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html