From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v1 1/2] shared/util: Add decoding support for HIDS 1.1 UUIDs
Date: Thu, 30 Apr 2026 15:51:13 -0400 [thread overview]
Message-ID: <20260430195114.608794-1-luiz.dentz@gmail.com> (raw)
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This adds support for HIDS 1.1 SCI UUIDs:
HID SCI Mode(0x2c39)
HID SCI Information(0x2c3a)
---
src/shared/util.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/shared/util.c b/src/shared/util.c
index 07e718bca0a8..62dd1369b70d 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1164,6 +1164,8 @@ static const struct {
{ 0x2c17, "RAS Control Point" },
{ 0x2c18, "RAS Ranging Data Ready" },
{ 0x2c19, "RAS Ranging Data Overwritten" },
+ { 0x2c39, "HID SCI Mode" },
+ { 0x2c3a, "HID SCI Information" },
/* vendor defined */
{ 0xfeff, "GN Netcom" },
{ 0xfefe, "GN ReSound A/S" },
--
2.53.0
next reply other threads:[~2026-04-30 19:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-30 19:51 Luiz Augusto von Dentz [this message]
2026-04-30 19:51 ` [PATCH BlueZ v1 2/2] monitor: Add decoding support for HIDS 1.1 flags and attributes Luiz Augusto von Dentz
2026-04-30 20:54 ` [BlueZ,v1,1/2] shared/util: Add decoding support for HIDS 1.1 UUIDs bluez.test.bot
2026-05-01 14:10 ` [PATCH BlueZ v1 1/2] " patchwork-bot+bluetooth
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=20260430195114.608794-1-luiz.dentz@gmail.com \
--to=luiz.dentz@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