handsfree: Implement new Features property value

This commit is contained in:
Denis Kenzior 2014-01-19 22:05:15 -06:00
parent a4fa356b16
commit 66cf2a30fa
1 changed files with 3 additions and 0 deletions

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