Searched refs:hidReportMap (Results 1 – 4 of 4) sorted by relevance
16 const unsigned char hidReportMap[] = { variable
28 … esp_hid_report_map_t * report_map = esp_hid_parse_report_map(hidReportMap, sizeof(hidReportMap));
30 TEST_DUMP(hidReportMap);
39 static const uint8_t hidReportMap[] = { variable216 uint8_t hidReportMapLen = sizeof(hidReportMap);372 … HIDD_LE_REPORT_MAP_MAX_LEN, sizeof(hidReportMap),373 (uint8_t *)&hidReportMap}},