All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: "linux-bluetooth@vger.kernel.org" <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH BlueZ] doc/obex-api: Split FilterBy into FilterAll and FilterAny
Date: Fri, 26 Sep 2014 11:19:17 +0300	[thread overview]
Message-ID: <CABBYNZKPuyLHCSSzqSZMzQjMRiM81aL6QuByi5G8OznA4OREBQ@mail.gmail.com> (raw)
In-Reply-To: <1411467474-22288-1-git-send-email-luiz.dentz@gmail.com>

Hi,

On Tue, Sep 23, 2014 at 1:17 PM, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> 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

      reply	other threads:[~2014-09-26  8:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-23 10:17 [PATCH BlueZ] doc/obex-api: Split FilterBy into FilterAll and FilterAny Luiz Augusto von Dentz
2014-09-26  8:19 ` Luiz Augusto von Dentz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CABBYNZKPuyLHCSSzqSZMzQjMRiM81aL6QuByi5G8OznA4OREBQ@mail.gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.