Found 2 other functions taking a
esp_local_ctrl_prop
argument:
Add a new property This adds a new property and allocates internal resources for it. The total number of properties that could be added is limited by configuration option `max_properties`
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.