![]() |
nRF Connect SDK API 3.3.99
|
| void(* hid_report_provider_api::report_sent) (uint8_t report_id, bool error) |
Notify HID provider that HID report was sent to the subscriber.
This is an optional callback that allows provider to track number of HID reports in flight and get information about HID report transmission error.
| [in] | report_id | Report ID. |
| [in] | error | Report sending error. |