include: Add HF Indicators related API

This commit is contained in:
Denis Kenzior 2014-01-27 11:52:21 -06:00
parent e176a9019f
commit 33537adb9f
1 changed files with 7 additions and 0 deletions

View File

@ -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);