mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
btdrv/btmu: Updated structs.
This commit is contained in:
parent
94464baf38
commit
4e0fcb105d
@ -249,7 +249,8 @@ typedef struct {
|
|||||||
|
|
||||||
/// GattAttributeUuid
|
/// GattAttributeUuid
|
||||||
typedef struct {
|
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;
|
} BtdrvGattAttributeUuid;
|
||||||
|
|
||||||
/// GattId
|
/// GattId
|
||||||
|
@ -33,7 +33,9 @@ typedef struct {
|
|||||||
|
|
||||||
/// BleDataPath
|
/// BleDataPath
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 unk_x0[0x18]; ///< Unknown
|
u8 unk_x0; ///< Unknown
|
||||||
|
u8 pad[3]; ///< Padding
|
||||||
|
BtdrvGattAttributeUuid uuid; ///< \ref BtdrvGattAttributeUuid
|
||||||
} BtmuBleDataPath;
|
} BtmuBleDataPath;
|
||||||
|
|
||||||
/// Initialize btm:u.
|
/// Initialize btm:u.
|
||||||
|
Loading…
Reference in New Issue
Block a user