From 2f50d25ab51abd11276d8f804b4ff5cfeffa00d2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 28 Mar 2013 09:30:45 -0500 Subject: hfp_hf_bluez5: Make sure to call the callback --- plugins/hfp_hf_bluez5.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c index e2fa70c4..f068c702 100644 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -49,6 +49,7 @@ #include #include +#include #include #include "bluetooth.h" @@ -327,7 +328,7 @@ static void hfp16_card_connect(struct ofono_handsfree_card *card, ofono_handsfree_card_connect_cb_t cb, void *data) { - + CALLBACK_WITH_FAILURE(cb, data); } static struct ofono_handsfree_card_driver hfp16_hf_driver = { -- cgit v1.2.3