From 288364295c9d7ed9e24ed1f5c7c05eba08c58679 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 22 Apr 2015 17:58:15 -0500 Subject: [PATCH] include: Add sco_connected_hint to handsfree-audio --- include/handsfree-audio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h index 03e3b387..bfb84803 100644 --- a/include/handsfree-audio.h +++ b/include/handsfree-audio.h @@ -41,6 +41,7 @@ struct ofono_handsfree_card_driver { void (*connect)(struct ofono_handsfree_card *card, ofono_handsfree_card_connect_cb_t cb, void *data); + void (*sco_connected_hint)(struct ofono_handsfree_card *card); }; struct ofono_handsfree_card *ofono_handsfree_card_create(unsigned int vendor,