From 110c2f0622484628e85675ed50e802e906403ff9 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 5 Jan 2021 01:36:29 -0500 Subject: [PATCH] btdrv: Updated docs. --- 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 df236e20..cdbd3be0 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -405,7 +405,7 @@ Result btdrvEnableTbfcScan(bool flag); * @brief RegisterHidReportEvent * @note This also does sharedmem init/handling if needed, on [7.0.0+]. * @note The Event must be closed by the user once finished with it. - * @param[out] out_event Output Event with autoclear=true. + * @param[out] out_event Output Event with autoclear=true. This is signaled when data is available with \ref btdrvGetHidReportEventInfo. */ Result btdrvRegisterHidReportEvent(Event* out_event);