From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: ankit.p.navik@intel.com
Cc: "linux-bluetooth@vger.kernel.org"
<linux-bluetooth@vger.kernel.org>,
bharat panda <bharat22bhusan@gmail.com>,
ankit.p.navik.intel.com@vger.kernel.org
Subject: Re: [PATCH] src/profile: Updates HFP version to 1.7
Date: Wed, 16 May 2018 15:48:27 +0300 [thread overview]
Message-ID: <CABBYNZL_p=59CUAnR+n9Ef3w9MOX5ApNFf149LeC-MQNsKtjig@mail.gmail.com> (raw)
In-Reply-To: <1525944723-2238-1-git-send-email-ankit.p.navik@intel.com>
Hi Ankit,
On Thu, May 10, 2018 at 12:33 PM Ankit Navik <ankit.p.navik@intel.com>
wrote:
> 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
Applied, thanks.
--
Luiz Augusto von Dentz
next prev parent reply other threads:[~2018-05-16 12:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-10 9:32 [PATCH] src/profile: Updates HFP version to 1.7 Ankit Navik
2018-05-16 12:48 ` Luiz Augusto von Dentz [this message]
-- 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='CABBYNZL_p=59CUAnR+n9Ef3w9MOX5ApNFf149LeC-MQNsKtjig@mail.gmail.com' \
--to=luiz.dentz@gmail.com \
--cc=ankit.p.navik.intel.com@vger.kernel.org \
--cc=ankit.p.navik@intel.com \
--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).