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