![]() |
nRF Connect SDK API 3.3.99
|
| int emds_init | ( | emds_store_cb_t | cb | ) |
#include <include/emds/emds.h>
Initialize the emergency data storage.
Initializes the emergency data storage. This needs to be called before adding entries to the emds_dynamic_entry and loading data.
| cb | Callback to notify application that the store operation has been executed or NULL if no notification is needed. |
| 0 | Success |
| -ERRNO | errno code if error |