From: Denis Kenzior Date: Mon, 20 Jan 2014 04:06:03 +0000 (-0600) Subject: handsfree: Add new driver method for HF indicators X-Git-Tag: 1.16~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e3a6628fa2bc27c08c77537bd4d4eb0384a867c;p=platform%2Fupstream%2Fofono.git handsfree: Add new driver method for HF indicators --- 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,