From f765427b22c55e6a5d0937f440f8d7b5204ae957 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 20 Feb 2013 19:26:19 -0300 Subject: [PATCH] hfp_hf_bluez5: Send HFP version when registering --- plugins/hfp_hf_bluez5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c index cc4e0a2..7057d71 100644 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -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); } -- 2.7.4