From 33537adb9f8c6a575e77c9ee0141b4708c516c4d Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 27 Jan 2014 11:52:21 -0600 Subject: [PATCH] include: Add HF Indicators related API --- include/handsfree.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/handsfree.h b/include/handsfree.h index c977be07..ed0deb80 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);