summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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 9f2c8ad4..93de3026 100644
--- a/plugins/hfp_ag_bluez5.c
+++ b/plugins/hfp_ag_bluez5.c
@@ -232,7 +232,7 @@ static void sim_state_watch(enum ofono_sim_state new_state, void *data)
if (modems->next != NULL)
return;
- bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_5, "hfp_ag",
+ bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_7, "hfp_ag",
HFP_AG_EXT_PROFILE_PATH, NULL, 0);
}
@@ -299,7 +299,7 @@ static void voicecall_watch(struct ofono_atom *atom,
if (modems->next != NULL)
return;
- bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_5, "hfp_ag",
+ bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_7, "hfp_ag",
HFP_AG_EXT_PROFILE_PATH, NULL, 0);
}