From 2a294798a8212190248a53d80bfaf12d5270db1d Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Mon, 19 Apr 2021 22:41:14 +0200 Subject: [PATCH] btdrv: revert v12 inquiry status 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 7499695d..c023a423 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -52,7 +52,7 @@ typedef struct { } v1; ///< [1.0.0-11.0.1] struct { - u8 status; ///< Status: 0 = stopped, 1 = started. + u8 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+]