hfp_hf_bluez5: Use latest HFP version

This commit is contained in:
Denis Kenzior 2014-01-31 15:07:40 -06:00
parent de02f68a2e
commit 017c1161d4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}