From: Mikel Astiz Date: Thu, 15 Sep 2011 16:34:36 +0000 (+0200) Subject: include: Add in-band ring to handsfree public api X-Git-Tag: 1.0~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9fba08432ee279e08e096f85975f7f6c66d72de;p=platform%2Fupstream%2Fofono.git include: Add in-band ring to handsfree public api --- diff --git a/include/handsfree.h b/include/handsfree.h index ddec353..cd60975 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);