Page 1 of 1

esp_hidd_dev_input_set

Posted: Tue Apr 07, 2026 3:02 am
by pkness
I am working off of the esp_hid_device example, as that seems to be the most aligned with my final project goal of mimicing a bluetooth device, and the main method of sending data that this example uses is a function called `esp_hidd_dev_input_set`. I cannot find documentation on this function, and while most of it seems self explanatory, I am confused as to what the "map index" parameter does.

The example is this one:
https://github.com/espressif/esp-idf/bl ... ice_main.c
and the function is line 157