Smart Remote 3 nRF52 v1.2
Data Fields
ble_hid_report_record_t Struct Reference

Database record containing HID report information. More...

Data Fields

uint8_t interface_idx
 
bool read_resp
 
uint8_t report_id
 
uint8_t report_len
 
m_coms_hid_report_type_t report_type
 

Detailed Description

Database record containing HID report information.

Field Documentation

uint8_t ble_hid_report_record_t::interface_idx

ID to distinguish between multiple HID services.

bool ble_hid_report_record_t::read_resp

Indicates whether the application should respond to read operations.

uint8_t ble_hid_report_record_t::report_id

Report ID as stated in the associated HID report map.

uint8_t ble_hid_report_record_t::report_len

Length of the report.

m_coms_hid_report_type_t ble_hid_report_record_t::report_type

Type (input/output/feature).


Documentation feedback | Developer Zone | Subscribe | Updated