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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hfp_ag_bluez5.c b/plugins/hfp_ag_bluez5.c
index 80dd6010..03a46fb7 100644
--- a/plugins/hfp_ag_bluez5.c
+++ b/plugins/hfp_ag_bluez5.c
@@ -163,7 +163,7 @@ static void sim_state_watch(enum ofono_sim_state new_state, void *data)
if (modems != NULL)
return;
- bluetooth_unregister_profile(conn, HFP_AG_EXT_PROFILE_PATH);
+ bt_unregister_profile(conn, HFP_AG_EXT_PROFILE_PATH);
return;
}
@@ -176,7 +176,7 @@ static void sim_state_watch(enum ofono_sim_state new_state, void *data)
if (modems->next != NULL)
return;
- bluetooth_register_profile(conn, HFP_AG_UUID, "hfp_ag",
+ bt_register_profile(conn, HFP_AG_UUID, "hfp_ag",
HFP_AG_EXT_PROFILE_PATH);
}