mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
btdrv: Updated BtdrvBleScanResult.
This commit is contained in:
parent
b864dcfceb
commit
028a2043d2
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user