Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Marcin Kraglak <marcin.kraglak@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/handsfree: Fix list of HF features
Date: Tue, 11 Mar 2014 12:22:30 +0100	[thread overview]
Message-ID: <8773861.L8v0dr7lW4@uw000953> (raw)
In-Reply-To: <1394532999-15744-1-git-send-email-marcin.kraglak@tieto.com>

Hi Marcin,

On Tuesday 11 of March 2014 11:16:39 Marcin Kraglak wrote:
> Add missing Remote volume control feature
> ---
>  android/handsfree.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/android/handsfree.c b/android/handsfree.c
> index 0828de8..4f999e1 100644
> --- a/android/handsfree.c
> +++ b/android/handsfree.c
> @@ -64,9 +64,10 @@
>  #define HFP_HF_FEAT_3WAY	0x00000002
>  #define HFP_HF_FEAT_CLI		0x00000004
>  #define HFP_HF_FEAT_VR		0x00000008
> -#define HFP_HF_FEAT_ECS		0x00000010
> -#define HFP_HF_FEAT_ECC		0x00000020
> -#define HFP_HF_FEAT_CODEC	0x00000040
> +#define HFP_HF_FEAT_RVC		0x00000010
> +#define HFP_HF_FEAT_ECS		0x00000020
> +#define HFP_HF_FEAT_ECC		0x00000040
> +#define HFP_HF_FEAT_CODEC	0x00000080
>  
>  #define HFP_AG_FEATURES ( HFP_AG_FEAT_3WAY | HFP_AG_FEAT_ECNR |\
>  			HFP_AG_FEAT_VR | HFP_AG_FEAT_REJ_CALL |\
> 

Applied, thanks.

-- 
Best regards, 
Szymon Janc

      reply	other threads:[~2014-03-11 11:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-11 10:16 [PATCH] android/handsfree: Fix list of HF features Marcin Kraglak
2014-03-11 11:22 ` Szymon Janc [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=8773861.L8v0dr7lW4@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcin.kraglak@tieto.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox