Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 1/2] shared/util: Add decoding support for HIDS 1.1 UUIDs
@ 2026-04-30 19:51 Luiz Augusto von Dentz
  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
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2026-04-30 19:51 UTC (permalink / raw)
  To: linux-bluetooth

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


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

end of thread, other threads:[~2026-05-01 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 19:51 [PATCH BlueZ v1 1/2] shared/util: Add decoding support for HIDS 1.1 UUIDs Luiz Augusto von Dentz
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox