From: Denis Kenzior Date: Mon, 27 Jan 2014 17:52:21 +0000 (-0600) Subject: include: Add HF Indicators related API X-Git-Tag: 1.16~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33537adb9f8c6a575e77c9ee0141b4708c516c4d;p=platform%2Fupstream%2Fofono.git include: Add HF Indicators related API --- diff --git a/include/handsfree.h b/include/handsfree.h index c977be0..ed0deb8 100644 --- a/include/handsfree.h +++ b/include/handsfree.h @@ -70,6 +70,13 @@ void ofono_handsfree_set_inband_ringing(struct ofono_handsfree *hf, void ofono_handsfree_voice_recognition_notify(struct ofono_handsfree *hf, ofono_bool_t enabled); +void ofono_handsfree_set_hf_indicators(struct ofono_handsfree *hf, + const unsigned short *indicators, + unsigned int num); +void ofono_handsfree_hf_indicator_active_notify(struct ofono_handsfree *hf, + unsigned int indicator, + ofono_bool_t active); + void ofono_handsfree_battchg_notify(struct ofono_handsfree *hf, unsigned char level);