include: Add HF Indicators related API
authorDenis Kenzior <denkenz@gmail.com>
Mon, 27 Jan 2014 17:52:21 +0000 (11:52 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000 (13:40 -0500)
include/handsfree.h

index c977be0..ed0deb8 100644 (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);