[PATCH] android/handsfree: Fix list of HF features

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux