Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android/handsfree: Fix list of HF features
@ 2014-03-11 10:16 Marcin Kraglak
  2014-03-11 11:22 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Kraglak @ 2014-03-11 10:16 UTC (permalink / raw)
  To: linux-bluetooth

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 |\
-- 
1.8.3.1


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

* Re: [PATCH] android/handsfree: Fix list of HF features
  2014-03-11 10:16 [PATCH] android/handsfree: Fix list of HF features Marcin Kraglak
@ 2014-03-11 11:22 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-03-11 11:22 UTC (permalink / raw)
  To: Marcin Kraglak; +Cc: linux-bluetooth

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

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

end of thread, other threads:[~2014-03-11 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 10:16 [PATCH] android/handsfree: Fix list of HF features Marcin Kraglak
2014-03-11 11:22 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox