Found 2 other functions taking a
esp_local_ctrl_prop_val
argument:
Get descriptions and values of multiple properties at the same time. The properties are requested by indices. This internally calls the `get_prop_values` handler specified in the `esp_local_ctrl_handlers_t` structure. Since `get_prop_values` accepts property structure, the indices are first converted to the corresponding `esp_local_ctrl_prop_t` internally.
Set values of multiple properties at the same time. The properties to set are specified by indices. This internally calls the `set_prop_values` handler specified in the `esp_local_ctrl_handlers_t` structure. Since `set_prop_values` accepts property structures, the indices are first converted to the corresponding `esp_local_ctrl_prop_t` internally.