hfp_hf_bluez5: Send HFP version when registering

This commit is contained in:
Claudio Takahasi 2013-02-20 19:26:19 -03:00 committed by Denis Kenzior
parent 6672f41fd6
commit f765427b22
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ static void connect_handler(DBusConnection *conn, void *user_data)
{
DBG("Registering External Profile handler ...");
bt_register_profile(conn, HFP_HS_UUID, "hfp_hf",
bt_register_profile(conn, HFP_HS_UUID, local_hfp_version, "hfp_hf",
HFP_EXT_PROFILE_PATH);
}