Home
last modified time | relevance | path

Searched refs:hidapiReportMap (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c44 const unsigned char hidapiReportMap[] = { //8 bytes input, 8 bytes feature variable
128 .data = hidapiReportMap,
129 .len = sizeof(hidapiReportMap)
/hal_espressif-3.6.0/components/esp_hid/test/
Dhid_descriptor.h383 const unsigned char hidapiReportMap[] = { //8 bytes input, 8 bytes feature variable
Dtest_esp_hid.c193 …hid_report_map_t * report_map = esp_hid_parse_report_map(hidapiReportMap, sizeof(hidapiReportMap));
DREADME.md37 TEST_DUMP(hidapiReportMap);