mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
btdrv: Updated docs.
This commit is contained in:
parent
348b21def2
commit
110c2f0622
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user