btdrv: Updated BtdrvBleScanResult.

This commit is contained in:
yellows8 2020-08-17 14:48:29 -04:00
parent b864dcfceb
commit 028a2043d2
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -135,7 +135,10 @@ typedef struct {
/// BleScanResult /// BleScanResult
typedef struct { 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 s32 unk_x144; ///< Unknown
} BtdrvBleScanResult; } BtdrvBleScanResult;