btdrv: Updated docs.

This commit is contained in:
yellows8 2021-01-05 01:36:29 -05:00
parent 348b21def2
commit 110c2f0622
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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);