Add changes to update HFP version to 0x0107 for HFP_HS_UUID and
HFP_AG_UUID.
---
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
Hi Ankit,
On Thu, May 10, 2018 at 12:33 PM Ankit Navik <[email protected]>
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
Hi Ankit,
Is this to upgrade BlueZ HFP version to 1.7 so that oFono can get this
version to proceed with 1.7 specific commands?
If so, then please update the commit message in detail and the patch
looks good to me, someone should approve.
On Wed, Apr 18, 2018 at 3:29 PM, Ankit Navik <[email protected]> wrote:
> Add changes to update HFP version to 0x0107 for HFP_HS_UUID and
> HFP_AG_UUID.
> ---
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Regards
Bharat