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:
cf90f15
)
hfp_ag_bluez5: Bump HFP version to 1.7
author
Denis Kenzior
<denkenz@gmail.com>
Sat, 1 Feb 2014 15:11:17 +0000
(09:11 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000
(13:40 -0500)
plugins/hfp_ag_bluez5.c
patch
|
blob
|
history
diff --git
a/plugins/hfp_ag_bluez5.c
b/plugins/hfp_ag_bluez5.c
index 9f2c8ad4341b15b02e645d0077a60f90c396ad77..93de3026c29a3c5fed7eba54a8c5826189a26817 100644
(file)
--- a/
plugins/hfp_ag_bluez5.c
+++ b/
plugins/hfp_ag_bluez5.c
@@
-232,7
+232,7
@@
static void sim_state_watch(enum ofono_sim_state new_state, void *data)
if (modems->next != NULL)
return;
- bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_
5
, "hfp_ag",
+ bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_
7
, "hfp_ag",
HFP_AG_EXT_PROFILE_PATH, NULL, 0);
}
@@
-299,7
+299,7
@@
static void voicecall_watch(struct ofono_atom *atom,
if (modems->next != NULL)
return;
- bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_
5
, "hfp_ag",
+ bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_
7
, "hfp_ag",
HFP_AG_EXT_PROFILE_PATH, NULL, 0);
}