From 7e3a6628fa2bc27c08c77537bd4d4eb0384a867c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 19 Jan 2014 22:06:03 -0600 Subject: handsfree: Add new driver method for HF indicators --- include/handsfree.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/handsfree.h b/include/handsfree.h index 9f4d0e23..c977be07 100644 --- a/include/handsfree.h +++ b/include/handsfree.h @@ -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, -- cgit v1.2.3