summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);