All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] hfp:Update for new HFP 1.8
@ 2025-03-03  3:36 Raghavender Reddy Bujala
  2025-03-04 15:10 ` patchwork-bot+ofono
  0 siblings, 1 reply; 2+ messages in thread
From: Raghavender Reddy Bujala @ 2025-03-03  3:36 UTC (permalink / raw)
  To: ofono; +Cc: quic_mohamull, quic_hbandi, Raghavender Reddy Bujala

Existing 1.7 version is outdated/withdrawn to
do certification, so updating it to 1.8 .

Signed-off-by: Raghavender Reddy Bujala <quic_rbujala@quicinc.com>
---
 plugins/hfp_hf_bluez5.c | 2 +-
 src/hfp.h               | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index 40051480..5ad1674f 100644
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -774,7 +774,7 @@ static void connect_handler(DBusConnection *conn, void *user_data)
 
 	DBG("Registering External Profile handler ...");
 
-	bt_register_profile(conn, HFP_HS_UUID, HFP_VERSION_1_7, "hfp_hf",
+	bt_register_profile(conn, HFP_HS_UUID, HFP_VERSION_1_8, "hfp_hf",
 					HFP_EXT_PROFILE_PATH, NULL, features);
 }
 
diff --git a/src/hfp.h b/src/hfp.h
index e58b0d22..28600664 100644
--- a/src/hfp.h
+++ b/src/hfp.h
@@ -72,7 +72,8 @@ enum hfp_version {
 	HFP_VERSION_1_5 =	0x0105,
 	HFP_VERSION_1_6 =	0x0106,
 	HFP_VERSION_1_7 =	0x0107,
-	HFP_VERSION_LATEST =	HFP_VERSION_1_7,
+	HFP_VERSION_1_8 =	0x0108,
+	HFP_VERSION_LATEST =	HFP_VERSION_1_8,
 };
 
 enum hfp_hf_indicator {
-- 
2.17.1


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

* Re: [PATCH v1] hfp:Update for new HFP 1.8
  2025-03-03  3:36 [PATCH v1] hfp:Update for new HFP 1.8 Raghavender Reddy Bujala
@ 2025-03-04 15:10 ` patchwork-bot+ofono
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+ofono @ 2025-03-04 15:10 UTC (permalink / raw)
  To: Raghavender Reddy Bujala; +Cc: ofono, quic_mohamull, quic_hbandi

Hello:

This patch was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:

On Mon,  3 Mar 2025 09:06:46 +0530 you wrote:
> Existing 1.7 version is outdated/withdrawn to
> do certification, so updating it to 1.8 .
> 
> Signed-off-by: Raghavender Reddy Bujala <quic_rbujala@quicinc.com>
> ---
>  plugins/hfp_hf_bluez5.c | 2 +-
>  src/hfp.h               | 3 ++-
>  2 files changed, 3 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [v1] hfp:Update for new HFP 1.8
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=c9514c749c32

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-03-04 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03  3:36 [PATCH v1] hfp:Update for new HFP 1.8 Raghavender Reddy Bujala
2025-03-04 15:10 ` patchwork-bot+ofono

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.