Hi,
Is it safe to use NVS and Settings on the same partition at the same time (the same application, BLE is running, NVS can be called concurrently to eg. pairing process)?
Assumptions:
- Code that is using NVS performs nvs_init() on the settings_storage partition
- Code that is using NVS is not exceeding NVS_NAMECNT_ID id
Dominik,