From 0f973d715039682ba78589803dd96db3ee27109f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 18 Mar 2013 13:42:12 -0500 Subject: hfp_hf_bluez5: Update to the new API --- plugins/hfp_hf_bluez5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hfp_hf_bluez5.c') diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c index 332dbaba..4bf9b160 100644 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -396,7 +396,7 @@ static DBusMessage *profile_new_connection(DBusConnection *conn, hfp = ofono_modem_get_data(modem); hfp->msg = dbus_message_ref(msg); - hfp->card = ofono_handsfree_card_create(remote, local); + hfp->card = ofono_handsfree_card_create(0, NULL, NULL); return NULL; -- cgit v1.2.3