* [bluez/bluez] 9b90a4: shared/util: Add decoding support for HIDS 1.1 UUIDs
@ 2026-04-30 20:02 Luiz Augusto von Dentz
0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2026-04-30 20:02 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/1088308
Home: https://github.com/bluez/bluez
Commit: 9b90a414b90a52815f2e73f4020722e668fb1afc
https://github.com/bluez/bluez/commit/9b90a414b90a52815f2e73f4020722e668fb1afc
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M src/shared/util.c
Log Message:
-----------
shared/util: Add decoding support for HIDS 1.1 UUIDs
This adds support for HIDS 1.1 SCI UUIDs:
HID SCI Mode(0x2c39)
HID SCI Information(0x2c3a)
Commit: 3bcc24e47bf1b2323f94d1ea9dee3de294e963aa
https://github.com/bluez/bluez/commit/3bcc24e47bf1b2323f94d1ea9dee3de294e963aa
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M monitor/att.c
M src/main.conf
Log Message:
-----------
monitor: Add decoding support for HIDS 1.1 flags and attributes
This adds support for HIDS 1.1 SCI flags and attributes:
> LE-ACL: Handle 2048 flags 0x02 dlen 9
ATT: Read Response (0x0b) len 4
Handle: 0x0021 Type: HID Information (0x2a4a)
Value[4]:
11 01 00 0f ....
bcdHID: 0x0111
bCountryCode: 0x00
Flags: 0x0f
RemoteWake (0x01)
NormallyConnectable (0x02)
SCI Supported (0x04)
SCI Low Power Mode Supported (0x08)
< LE-ACL: Handle 2048 flags 0x00 dlen 7
ATT: Read Request (0x0a) len 2
Handle: 0x003d Type: HID SCI Information (0x2c3a)
> LE-ACL: Handle 2048 flags 0x02 dlen 19
ATT: Read Response (0x0b) len 14
Handle: 0x003d Type: HID SCI Information (0x2c3a)
Value[14]:
08 02 0a 00 14 00 0a 00 08 00 08 00 08 00 ..............
Minimum Supported Connection Interval: 1.000 ms (0x08)
Number of Supported Subgroups: 2
Minimum Connection Interval[0]: 1.250 ms (0x000a)
Maximum Connection Interval[0]: 2.500 ms (0x0014)
Connection Interval Stride[0]: 1.250 ms (0x000a)
Minimum Connection Interval[1]: 1.000 ms (0x0008)
Maximum Connection Interval[1]: 1.000 ms (0x0008)
Connection Interval Stride[1]: 1.000 ms (0x0008)
< LE-ACL: Handle 2048 flags 0x00 dlen 7
ATT: Read Request (0x0a) len 2
Handle: 0x003f Type: HID SCI Mode (0x2c39)
> LE-ACL: Handle 2048 flags 0x02 dlen 6
ATT: Read Response (0x0b) len 1
Handle: 0x003f Type: HID SCI Mode (0x2c39)
Value[1]:
00 .
Mode: None (0x00)
Compare: https://github.com/bluez/bluez/compare/9b90a414b90a%5E...3bcc24e47bf1
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-30 20:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 20:02 [bluez/bluez] 9b90a4: shared/util: Add decoding support for HIDS 1.1 UUIDs Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox