summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2014-01-31 15:07:40 -0600
committerDenis Kenzior <denkenz@gmail.com>2014-10-20 13:40:28 -0500
commit017c1161d4089d8bd14adc601d3f9c140700ee75 (patch)
tree199d9d13d7526c37287c6a545ba7c7fe1c1279c9 /plugins
parentde02f68a2e2b1f3cf41292167044946fdb6b6ce0 (diff)
downloadofono-017c1161d4089d8bd14adc601d3f9c140700ee75.tar.bz2
hfp_hf_bluez5: Use latest HFP version
Diffstat (limited to 'plugins')
-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 17b51519..f5c572d2 100644
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -643,7 +643,7 @@ static void connect_handler(DBusConnection *conn, void *user_data)
DBG("Registering External Profile handler ...");
- bt_register_profile(conn, HFP_HS_UUID, HFP_VERSION_1_6, "hfp_hf",
+ bt_register_profile(conn, HFP_HS_UUID, HFP_VERSION_1_7, "hfp_hf",
HFP_EXT_PROFILE_PATH, NULL, features);
}