13#ifndef __MESHX_CONFIG_SERVER__
14#define __MESHX_CONFIG_SERVER__
21#if CONFIG_ENABLE_CONFIG_SERVER
Header file for MeshX BLE Mesh Configuration Server.
control_task_msg_handle_t config_srv_cb_t
meshx_err_t meshx_get_config_srv_model(void *p_model)
Retrieves the configuration server model for the MeshX framework.
meshx_err_t meshx_get_config_srv_instance(void **p_conf_srv)
Retrieves the instance of the MeshX configuration server.
meshx_err_t meshx_init_config_server(void)
Initialize the meshxuction configuration server.
meshx_err_t meshx_config_server_cb_reg(config_srv_cb_t cb, uint32_t config_evt_bmap)
Registers a configuration server callback for specific events.
meshx_err_t
MeshX Error Codes.