linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] src/profile: Updates HFP version to 1.7
@ 2018-05-10  9:32 Ankit Navik
  2018-05-16 12:48 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 5+ messages in thread
From: Ankit Navik @ 2018-05-10  9:32 UTC (permalink / raw)
  To: linux-bluetooth, bharat22bhusan; +Cc: ankit.p.navik.intel.com

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] src/profile: Updates HFP version to 1.7
@ 2018-04-18  9:59 Ankit Navik
  2018-05-10  4:20 ` bharat panda
  0 siblings, 1 reply; 5+ messages in thread
From: Ankit Navik @ 2018-04-18  9:59 UTC (permalink / raw)
  To: linux-bluetooth

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-16 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- 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

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).