nvs_entry_find_in_handle() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK if no internal error or programming error occurred. - ESP_ERR_NVS_NOT_FOUND if no element of specified criteria has been found. - ESP_ERR_NO_MEM if memory has been exhausted during allocation of internal structures. - ESP_ERR_NVS_INVALID_HANDLE if unknown handle was specified. - ESP_ERR_INVALID_ARG if output_iterator parameter is NULL. Note: don't release \c output_iterator in case ESP_ERR_INVALID_ARG has been returned

References

from examples