From a8702d0b4fe5c7497c7276ba32b27910fe52b8a7 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Sat, 17 Apr 2021 00:57:26 +0200 Subject: [PATCH] btdrv: fix copy-pasted doc text --- nx/include/switch/services/btdrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/btdrv.h b/nx/include/switch/services/btdrv.h index 5f16b96c..2d539361 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -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