diff options
author | Mikel Astiz <mikel.astiz@bmw-carit.de> | 2011-09-15 18:34:36 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-09-09 00:30:54 -0500 |
commit | f9fba08432ee279e08e096f85975f7f6c66d72de (patch) | |
tree | 82e181a897493448b009771c0aa7376a0fb4aa38 | |
parent | 7d5b57e47c5dc4c8cf9dffd57ef64251d31a416d (diff) |
include: Add in-band ring to handsfree public api
-rw-r--r-- | include/handsfree.h | 3 |
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); |