From: Krzysztof Wilk Date: Mon, 17 Mar 2014 15:47:28 +0000 (+0100) Subject: include: Declaration function to set CHLD features X-Git-Tag: upstream/1.15~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b8f46a916bf57d454808243a672e2397b530ee8;p=platform%2Fupstream%2Fofono.git include: Declaration function to set CHLD features --- 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,