summaryrefslogtreecommitdiffstats
path: root/include/handsfree.h
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2011-10-20 18:38:12 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-10-20 20:37:17 -0500
commitfddc3b6733b8481f10a5b9016eef23b807e3166a (patch)
treeaa2419ebc6438cb168fb4e9c2c6c223ba03459d1 /include/handsfree.h
parent3316ee36cdebf37d5d681f0cb72e5e6670499324 (diff)
downloadofono-fddc3b6733b8481f10a5b9016eef23b807e3166a.tar.bz2
include: Add API to set HF AG supported features
Diffstat (limited to 'include/handsfree.h')
-rw-r--r--include/handsfree.h2
1 files changed, 2 insertions, 0 deletions
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);