summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorAnkit Navik <ankit.p.navik@intel.com>2018-05-10 15:02:03 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-05-16 10:22:50 +0300
commitc9d310cd0ebdb2f97005d0f8372e3a6c78080fd7 (patch)
tree1c0c9236e50e5245c8d6ff560efa5fc4c7687bb7 /src/profile.c
parente758ebb6a144769777471727e1935620988d22f5 (diff)
downloadbluez-c9d310cd0ebdb2f97005d0f8372e3a6c78080fd7.tar.gz
src/profile: Updates HFP version to 1.7
Add changes to update HFP version to 0x0107 for HFP_HS_UUID and HFP_AG_UUID. Ofono get this version from bluez and enable HFP 1.7 specific commands.
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profile.c b/src/profile.c
index 7c5318caf..1e9c58516 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1971,7 +1971,7 @@ static struct default_settings {
.authorize = true,
.auto_connect = true,
.get_record = get_hfp_hf_record,
- .version = 0x0105,
+ .version = 0x0107,
}, {
.uuid = HFP_AG_UUID,
.name = "Hands-Free Voice gateway",
@@ -1981,7 +1981,7 @@ static struct default_settings {
.authorize = true,
.auto_connect = true,
.get_record = get_hfp_ag_record,
- .version = 0x0105,
+ .version = 0x0107,
}, {
.uuid = HSP_AG_UUID,
.name = "Headset Voice gateway",