btm: Update the right struct, BtmDeviceInfoList.

This commit is contained in:
yellows8 2020-08-26 19:10:38 -04:00
parent 9febf780b1
commit 625616bd44
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -28,21 +28,21 @@ typedef struct {
u8 unk_x0[0x64]; ///< Unknown
} BtmDeviceSlotModeList;
/// DeviceInfoList
typedef struct {
u8 unk_x0[0x3C4]; ///< Unknown
} BtmDeviceInfoList;
/// DeviceInfo
typedef struct {
u8 unk_x0[0x60]; ///< Unknown
} BtmDeviceInfo;
/// DevicePropertyList
/// DeviceInfoList
typedef struct {
u8 total_entries; ///< Total entries.
u8 pad[3]; ///< Padding
BtmDeviceInfo devices[10]; ///< Array of \ref BtmDeviceInfo with the above entry total.
} BtmDeviceInfoList;
/// DevicePropertyList
typedef struct {
u8 unk_x0[0x268]; ///< Unknown
} BtmDevicePropertyList;
/// ZeroRetransmissionList