projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e176a90
)
include: Add HF Indicators related API
author
Denis Kenzior
<denkenz@gmail.com>
Mon, 27 Jan 2014 17:52:21 +0000
(11:52 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000
(13:40 -0500)
include/handsfree.h
patch
|
blob
|
history
diff --git
a/include/handsfree.h
b/include/handsfree.h
index c977be07c950cdb0417f4b4d0cc2a59504c1d6a3..ed0deb80c338c9a196ae713de082b2d25b1d9bd7 100644
(file)
--- 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);