summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKrzysztof Wilk <Krzysztofx.Wilk@intel.com>2014-03-17 16:47:28 +0100
committerDenis Kenzior <denkenz@gmail.com>2014-03-19 10:13:15 -0500
commit6b8f46a916bf57d454808243a672e2397b530ee8 (patch)
tree18c8870a4c7761f9d47109cb38c710c3f0798f1e /include
parent2e78ea183087c19d764e0f2b5c9ba095e18af94b (diff)
downloadofono-6b8f46a916bf57d454808243a672e2397b530ee8.tar.bz2
include: Declaration function to set CHLD features
Diffstat (limited to 'include')
-rw-r--r--include/handsfree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/handsfree.h b/include/handsfree.h
index dde7000f..929fb32f 100644
--- a/include/handsfree.h
+++ b/include/handsfree.h
@@ -54,6 +54,8 @@ struct ofono_handsfree_driver {
void ofono_handsfree_set_ag_features(struct ofono_handsfree *hf,
unsigned int ag_features);
+void ofono_handsfree_set_ag_chld_features(struct ofono_handsfree *hf,
+ unsigned int ag_chld_features);
void ofono_handsfree_set_inband_ringing(struct ofono_handsfree *hf,
ofono_bool_t enabled);
void ofono_handsfree_voice_recognition_notify(struct ofono_handsfree *hf,