include: Declaration function to set CHLD features

This commit is contained in:
Krzysztof Wilk 2014-03-17 16:47:28 +01:00 committed by Denis Kenzior
parent 2e78ea1830
commit 6b8f46a916
1 changed files with 2 additions and 0 deletions

View File

@ -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,