![]() |
nRF Connect SDK API 3.3.99
|
HID report provider API (used by HID state). More...
#include <hid_report_provider_event.h>
Data Fields | |
| bool(* | send_report )(uint8_t report_id, bool force) |
| Send report to the currently connected subscriber. | |
| void(* | send_empty_report )(uint8_t report_id, const void *subscriber) |
| Send empty report to the given subscriber. | |
| void(* | connection_state_changed )(uint8_t report_id, const struct subscriber_conn_state *cs) |
| Report subscriber connection state change to the HID provider. | |
| void(* | report_sent )(uint8_t report_id, bool error) |
| Notify HID provider that HID report was sent to the subscriber. | |
HID report provider API (used by HID state).