btdrv/btmu: Updated structs.

This commit is contained in:
yellows8 2020-08-02 23:27:23 -04:00
parent 94464baf38
commit 4e0fcb105d
2 changed files with 5 additions and 2 deletions

View File

@ -249,7 +249,8 @@ typedef struct {
/// GattAttributeUuid
typedef struct {
u8 unk_x0[0x14]; ///< Unknown
u32 size; ///< UUID size, must be 0x2, 0x4, or 0x10.
u8 uuid[0x10]; ///< UUID with the above size.
} BtdrvGattAttributeUuid;
/// GattId

View File

@ -33,7 +33,9 @@ typedef struct {
/// BleDataPath
typedef struct {
u8 unk_x0[0x18]; ///< Unknown
u8 unk_x0; ///< Unknown
u8 pad[3]; ///< Padding
BtdrvGattAttributeUuid uuid; ///< \ref BtdrvGattAttributeUuid
} BtmuBleDataPath;
/// Initialize btm:u.