summaryrefslogtreecommitdiffstats
path: root/include/handsfree.h
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2011-09-15 18:34:36 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-09-09 00:30:54 -0500
commitf9fba08432ee279e08e096f85975f7f6c66d72de (patch)
tree82e181a897493448b009771c0aa7376a0fb4aa38 /include/handsfree.h
parent7d5b57e47c5dc4c8cf9dffd57ef64251d31a416d (diff)
downloadofono-f9fba08432ee279e08e096f85975f7f6c66d72de.tar.bz2
include: Add in-band ring to handsfree public api
Diffstat (limited to 'include/handsfree.h')
-rw-r--r--include/handsfree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/handsfree.h b/include/handsfree.h
index ddec3531..cd609759 100644
--- a/include/handsfree.h
+++ b/include/handsfree.h
@@ -37,6 +37,9 @@ struct ofono_handsfree_driver {
void (*remove)(struct ofono_handsfree *hf);
};
+void ofono_handsfree_set_inband_ringing(struct ofono_handsfree *hf,
+ ofono_bool_t enabled);
+
int ofono_handsfree_driver_register(const struct ofono_handsfree_driver *d);
void ofono_handsfree_driver_unregister(
const struct ofono_handsfree_driver *d);