Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hid/test/
Dhid_descriptor.h16 const unsigned char hidReportMap[] = { variable
Dtest_esp_hid.c28 … esp_hid_report_map_t * report_map = esp_hid_parse_report_map(hidReportMap, sizeof(hidReportMap));
DREADME.md30 TEST_DUMP(hidReportMap);
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c39 static const uint8_t hidReportMap[] = { variable
216 uint8_t hidReportMapLen = sizeof(hidReportMap);
372 … HIDD_LE_REPORT_MAP_MAX_LEN, sizeof(hidReportMap),
373 (uint8_t *)&hidReportMap}},