summaryrefslogtreecommitdiffstats
path: root/plugins/hfp_ag_bluez5.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hfp_ag_bluez5.c')
-rw-r--r--plugins/hfp_ag_bluez5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp_ag_bluez5.c b/plugins/hfp_ag_bluez5.c
index 59e84d21..245de217 100644
--- a/plugins/hfp_ag_bluez5.c
+++ b/plugins/hfp_ag_bluez5.c
@@ -233,7 +233,7 @@ static void sim_state_watch(enum ofono_sim_state new_state, void *data)
return;
bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_5, "hfp_ag",
- HFP_AG_EXT_PROFILE_PATH);
+ HFP_AG_EXT_PROFILE_PATH, NULL, 0);
}
static gboolean sim_watch_remove(gpointer key, gpointer value,