From fddc3b6733b8481f10a5b9016eef23b807e3166a Mon Sep 17 00:00:00 2001 From: Mikel Astiz Date: Thu, 20 Oct 2011 18:38:12 +0200 Subject: [PATCH] include: Add API to set HF AG supported features --- include/handsfree.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/handsfree.h b/include/handsfree.h index a4aa177a..4882352c 100644 --- a/include/handsfree.h +++ b/include/handsfree.h @@ -45,6 +45,8 @@ struct ofono_handsfree_driver { void *data); }; +void ofono_handsfree_set_ag_features(struct ofono_handsfree *hf, + unsigned int ag_features); void ofono_handsfree_set_inband_ringing(struct ofono_handsfree *hf, ofono_bool_t enabled);