projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4fa356
)
handsfree: Implement new Features property value
author
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Jan 2014 04:05:15 +0000
(22:05 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000
(13:40 -0500)
src/handsfree.c
patch
|
blob
|
history
diff --git
a/src/handsfree.c
b/src/handsfree.c
index 3fc8d500a5f492ba3c713f3a7db56b4410549d04..86fbd6d1f7db4555f93aa422c91e26e2bd28c22e 100644
(file)
--- 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;