Skip to content

Commit 2fc81d8

Browse files
ndeadlyfincs
authored andcommitted
btdrv: label proto_mode field in data_report event info
1 parent 29f6f4f commit 2fc81d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx/include/switch/services/btdrv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ typedef struct {
242242

243243
struct {
244244
u32 res; ///< Always 0.
245-
u8 unk_x4; ///< Always 0.
245+
u8 proto_mode; ///< Protocol mode. Always 0 (report mode).
246246
BtdrvAddress addr; ///< \ref BtdrvAddress
247247
u8 pad; ///< Padding
248248
BtdrvHidReport report;

0 commit comments

Comments
 (0)