From 66cf2a30fa778094a66cc8baea4f0e41ab0eea59 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 19 Jan 2014 22:05:15 -0600 Subject: handsfree: Implement new Features property value --- src/handsfree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/handsfree.c b/src/handsfree.c index 3fc8d500..86fbd6d1 100644 --- a/src/handsfree.c +++ b/src/handsfree.c @@ -96,6 +96,9 @@ static const char **ag_features_list(unsigned int features, if (chld_features & HFP_AG_CHLD_4) list[i++] = "transfer"; + if (features & HFP_AG_FEATURE_HF_INDICATORS) + list[i++] = "hf-indicators"; + list[i] = NULL; return list; -- cgit v1.2.3