The configuration server model implements the server side of the configuration model.
More...
The configuration server model implements the server side of the configuration model.
This model is required to be present in Bluetooth mesh nodes and provides functionality that allows a provisioner to configure a node after it has been provisioned.
◆ config_server_init()
Initializes the configuration server model and registers it in the access layer.
- Parameters
-
[in] | evt_cb | An event callback function pointer. |
- Return values
-
NRF_SUCCESS | The configuration server model was successfully initialized and registered in the access layer. |
◆ config_server_bind()
Binds the configuration server to a given device key.
- Parameters
-
[in] | devkey_handle | Device key handle. |
- Return values
-
NRF_SUCCESS | Successfully bound device key to configuration server. |
NRF_ERROR_NOT_FOUND | Configuration model not initialized. |
NRF_ERROR_INVALID_PARAM | Invalid device key handle. |