summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2014-01-27 11:52:21 -0600
committerDenis Kenzior <denkenz@gmail.com>2014-10-20 13:40:28 -0500
commit33537adb9f8c6a575e77c9ee0141b4708c516c4d (patch)
treee047e12eb3c8e4eb3adc45cadae3b04c12a495c2 /include
parente176a9019fc4faaeb655897236cc0d34d01581c9 (diff)
downloadofono-33537adb9f8c6a575e77c9ee0141b4708c516c4d.tar.bz2
include: Add HF Indicators related API
Diffstat (limited to 'include')
-rw-r--r--include/handsfree.h7
1 files changed, 7 insertions, 0 deletions
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);