summaryrefslogtreecommitdiffstats
path: root/plugins/hfp_hf_bluez5.c
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2013-02-20 19:26:19 -0300
committerDenis Kenzior <denkenz@gmail.com>2013-02-20 21:36:49 -0600
commitf765427b22c55e6a5d0937f440f8d7b5204ae957 (patch)
tree36355fe01ab02dcd5dd983255927fb8a56561f8b /plugins/hfp_hf_bluez5.c
parent6672f41fd6293ff33eccd1993840f5e061193673 (diff)
downloadofono-f765427b22c55e6a5d0937f440f8d7b5204ae957.tar.bz2
hfp_hf_bluez5: Send HFP version when registering
Diffstat (limited to 'plugins/hfp_hf_bluez5.c')
-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 cc4e0a2d..7057d71f 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);
}