mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
btdrv: fix copy-pasted doc text
This commit is contained in:
parent
95766c321b
commit
52ae231c95
@ -82,7 +82,7 @@ typedef struct {
|
||||
BtdrvClassOfDevice class_of_device; ///< Class of Device.
|
||||
u8 flag; ///< bool flag for Just Works. With SSP passkey notification this is always 0
|
||||
u8 pad; ///< Padding
|
||||
s32 passkey; ///< Passkey, only set when the above field is value 3.
|
||||
s32 passkey; ///< Passkey
|
||||
} v12; ///< [12.0.0+]
|
||||
};
|
||||
} ssp_request; ///< ::BtdrvEventType_SspRequest
|
||||
|
Loading…
Reference in New Issue
Block a user