handsfree: Implement new Features property value
authorDenis Kenzior <denkenz@gmail.com>
Mon, 20 Jan 2014 04:05:15 +0000 (22:05 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000 (13:40 -0500)
src/handsfree.c

index 3fc8d50..86fbd6d 100644 (file)
@@ -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;