Configuration of the core mesh during runtime. More...
Functions | |
void | nrf_mesh_configure_device_uuid_set (const uint8_t *p_uuid) |
Set the UUID of the device. More... | |
void | nrf_mesh_configure_device_uuid_reset (void) |
Set the UUID of the device to the factory imprinted ID. More... | |
const uint8_t * | nrf_mesh_configure_device_uuid_get (void) |
Obtains the device UUID from the mesh stack. More... | |
Configuration of the core mesh during runtime.
void nrf_mesh_configure_device_uuid_set | ( | const uint8_t * | p_uuid | ) |
Set the UUID of the device.
If never called, the framework will use the factory imprinted ID.
[in] | p_uuid | A UUID of size NRF_MESH_UUID_SIZE to set as the device's current UUID. |
void nrf_mesh_configure_device_uuid_reset | ( | void | ) |
Set the UUID of the device to the factory imprinted ID.
const uint8_t* nrf_mesh_configure_device_uuid_get | ( | void | ) |
Obtains the device UUID from the mesh stack.