include: Add in-band ring to handsfree public api
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Thu, 15 Sep 2011 16:34:36 +0000 (18:34 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Fri, 9 Sep 2011 05:30:54 +0000 (00:30 -0500)
include/handsfree.h

index ddec353..cd60975 100644 (file)
@@ -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);