include: Add battery charge level notify API

This commit is contained in:
Denis Kenzior 2012-12-17 09:25:35 -06:00
parent ad13d4ba4d
commit 1ffe69527c
1 changed files with 3 additions and 0 deletions

View File

@ -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);