summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-12-17 09:25:35 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-12-17 09:50:21 -0600
commit1ffe69527c6e64acc70447c646925363306cdf97 (patch)
tree4cbfb406b486b78571072ff3e03b7b71abd5be19 /include
parentad13d4ba4d30d102d5cf6ab1a201f8a93c21ef8f (diff)
downloadofono-1ffe69527c6e64acc70447c646925363306cdf97.tar.bz2
include: Add battery charge level notify API
Diffstat (limited to 'include')
-rw-r--r--include/handsfree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/handsfree.h b/include/handsfree.h
index 1559ba10..b5e0d5f0 100644
--- a/include/handsfree.h
+++ b/include/handsfree.h
@@ -57,6 +57,9 @@ 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_battchg_notify(struct ofono_handsfree *hf,
+ unsigned char level);
+
int ofono_handsfree_driver_register(const struct ofono_handsfree_driver *d);
void ofono_handsfree_driver_unregister(
const struct ofono_handsfree_driver *d);