From 95766c321baded7a8ef9ae5d27fe2f6982501996 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Sat, 17 Apr 2021 00:54:47 +0200 Subject: [PATCH] btdrv: change comments to reference BtdrvInquiryStatus --- nx/include/switch/services/btdrv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/btdrv.h b/nx/include/switch/services/btdrv.h index 24a1d2f7..66d76454 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -48,11 +48,11 @@ typedef struct { struct { union { struct { - BtdrvInquiryStatus status; ///< Status: 0 = stopped, 1 = started. + BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus } v1; ///< [1.0.0-11.0.1] struct { - BtdrvInquiryStatus status; ///< Status: 0 = stopped, 1 = started. + BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus u8 pad[3]; ///< Padding u32 service_mask; ///< Services value from /ref btdrvStartInquiry when starting, otherwise this is value 0 } v12; ///< [12.0.0+]