nvs::NVSHandle::find_key() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesOverride Tree

Return value

- ESP_OK if NVS entry for key provided was found. Data type will be returned via \c nvstype. - ESP_ERR_NVS_NOT_FOUND if the requested key doesn't exist. - ESP_ERR_NVS_INVALID_HANDLE if handle has been closed or is NULL. - ESP_FAIL if there is an internal error; most likely due to corrupted NVS partition (only if NVS assertion checks are disabled). - other error codes from the underlying storage driver.