summaryrefslogtreecommitdiffstats
path: root/plugins/hfp_hf_bluez5.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2013-03-18 13:42:12 -0500
committerDenis Kenzior <denkenz@gmail.com>2013-03-18 13:42:46 -0500
commit0f973d715039682ba78589803dd96db3ee27109f (patch)
tree8813a4d88c38b2d0cd21ce1e960c537fafad1cfc /plugins/hfp_hf_bluez5.c
parentc86fcc3a7066646bc04cce9fc3e80fce3fa6029d (diff)
downloadofono-0f973d715039682ba78589803dd96db3ee27109f.tar.bz2
hfp_hf_bluez5: Update to the new API
Diffstat (limited to 'plugins/hfp_hf_bluez5.c')
-rw-r--r--plugins/hfp_hf_bluez5.c2
1 files changed, 1 insertions, 1 deletions
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;