handsfree: Add new driver method for HF indicators

This commit is contained in:
Denis Kenzior 2014-01-19 22:06:03 -06:00
parent fa105c4ba6
commit 7e3a6628fa
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ struct ofono_handsfree_driver {
ofono_handsfree_cb_t cb, void *data);
void (*disable_nrec)(struct ofono_handsfree *hf,
ofono_handsfree_cb_t cb, void *data);
void (*hf_indicator)(struct ofono_handsfree *hf,
unsigned short indicator, unsigned int value,
ofono_handsfree_cb_t cb, void *data);
};
void ofono_handsfree_set_ag_features(struct ofono_handsfree *hf,