From: Ankit Navik <ankit.p.navik@intel.com>
To: linux-bluetooth@vger.kernel.org, bharat22bhusan@gmail.com
Cc: ankit.p.navik.intel.com@vger.kernel.org
Subject: [PATCH] src/profile: Updates HFP version to 1.7
Date: Thu, 10 May 2018 15:02:03 +0530 [thread overview]
Message-ID: <1525944723-2238-1-git-send-email-ankit.p.navik@intel.com> (raw)
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.
---
src/profile.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/profile.c b/src/profile.c
index 7c5318c..1e9c585 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",
--
2.7.4
next reply other threads:[~2018-05-10 9:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-10 9:32 Ankit Navik [this message]
2018-05-16 12:48 ` [PATCH] src/profile: Updates HFP version to 1.7 Luiz Augusto von Dentz
-- strict thread matches above, loose matches on Subject: below --
2018-04-18 9:59 Ankit Navik
2018-05-10 4:20 ` bharat panda
2018-05-10 4:50 ` Navik, Ankit P
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525944723-2238-1-git-send-email-ankit.p.navik@intel.com \
--to=ankit.p.navik@intel.com \
--cc=ankit.p.navik.intel.com@vger.kernel.org \
--cc=bharat22bhusan@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).