BLE handling module flash configuration.
More...
BLE handling module flash configuration.
uint32_t m_ble_flash_config_load |
( |
ble_tcs_params_t ** |
p_config | ) |
|
Function for loading the configuration.
- Parameters
-
[out] | p_config | Pointer to loaded configuration. |
- Return values
-
NRF_SUCCESS | Operation was successful. |
Other | codes from the underlying drivers. |
uint32_t m_ble_flash_config_store |
( |
ble_tcs_params_t * |
p_config | ) |
|
Function for storing the configuration.
- Parameters
-
[in] | p_config | Pointer to configuration to be stored. |
- Return values
-
NRF_SUCCESS | Operation was successful. |
NRF_ERROR_NULL | If a NULL pointer was supplied. |
Other | codes from the underlying drivers. |
uint32_t m_ble_flash_init |
( |
const ble_tcs_params_t * |
p_default_config, |
|
|
ble_tcs_params_t ** |
p_config |
|
) |
| |
Function for initializing Thingy configuration flash handling.
- Parameters
-
[in] | p_default_config | Pointer to default configuration. |
[out] | p_config | Pointer to current configuration. |
- Return values
-
NRF_SUCCESS | Operation was successful. |
NRF_ERROR_NULL | If a NULL pointer was supplied. |
Other | codes from the underlying drivers. |