projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de02f68
)
hfp_hf_bluez5: Use latest HFP version
author
Denis Kenzior
<denkenz@gmail.com>
Fri, 31 Jan 2014 21:07:40 +0000
(15:07 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000
(13:40 -0500)
plugins/hfp_hf_bluez5.c
patch
|
blob
|
history
diff --git
a/plugins/hfp_hf_bluez5.c
b/plugins/hfp_hf_bluez5.c
index 17b515193e21eefce1ad52f9aa44b620436bc808..f5c572d27688a598e9e455fcaef90f8247e03a09 100644
(file)
--- 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);
}