summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2014-02-01 09:11:17 -0600
committerDenis Kenzior <denkenz@gmail.com>2014-10-20 13:40:28 -0500
commit934ea9a9fe9f12dec47f1fb50536d158a217b5b7 (patch)
tree51f1e269fb031fc7df1d43c7137e9bf7cf13875b /plugins
parentcf90f1505d5b6a9cacc0e010cf57c300d472894e (diff)
downloadofono-934ea9a9fe9f12dec47f1fb50536d158a217b5b7.tar.bz2
hfp_ag_bluez5: Bump HFP version to 1.7
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);
}