btdrv: Updated BtdrvBleScanResult.

This commit is contained in:
yellows8 2020-08-17 14:48:29 -04:00
parent 5820178f56
commit 797cdffb14

View File

@ -135,7 +135,10 @@ typedef struct {
/// BleScanResult
typedef struct {
u8 unk_x0[0x144]; ///< Unknown
u8 unk_x0; ///< Unknown
BtdrvAddress addr; ///< \ref BtdrvAddress
u8 unk_x7[0x139]; ///< Unknown
s32 unk_x140; ///< Unknown
s32 unk_x144; ///< Unknown
} BtdrvBleScanResult;