7#ifndef __MESHX_CONFIG_SERVER_H__
8#define __MESHX_CONFIG_SERVER_H__
This file contains the API definitions for the MeshX application.
void * meshx_ptr_t
Definition meshx_ble_mesh_cmn_def.h:636
Header file for MeshX BLE Mesh Configuration Server.
control_task_msg_handle_t config_srv_cb_t
Definition meshx_ble_mesh_config_srv.h:20
Common application definitions and includes for BLE Mesh Node.
meshx_err_t meshx_init_config_server(void)
Definition meshx_model_config.cpp:284
meshx_err_t meshx_get_config_srv_model(meshx_ptr_t p_model)
Definition meshx_model_config.cpp:309
meshx_err_t meshx_config_server_cb_reg(config_srv_cb_t cb, uint32_t config_evt_bmap)
Definition meshx_model_config.cpp:296
meshx_err_t
MeshX Error Codes.
Definition meshx_err.h:43