HID Service event. More...
#include <hids.h>
Data Fields | |
| hids_evt_type_t | evt_type |
| uint8_t | conn_idx |
| hids_report_type_t | report_type |
| uint16_t | offset |
| uint16_t | len |
| uint8_t const * | data |
HID Service event.
| uint8_t hids_evt_t::conn_idx |
Connect index.
| uint8_t const* hids_evt_t::data |
Incoming data, variable length
| hids_evt_type_t hids_evt_t::evt_type |
Type of event.
| uint16_t hids_evt_t::len |
Length of the incoming data.
| uint16_t hids_evt_t::offset |
Offset for the write operation.
| hids_report_type_t hids_evt_t::report_type |
Type of report, see hids_report_type_t.