23#if CONFIG_ENABLE_PROVISIONING
struct meshx_prov_params meshx_prov_params_t
Structure to hold provisioning parameters.
This header file defines the provisioning server interface for the MeshX BLE Mesh stack....
control_task_msg_handle_t prov_srv_cb_t
Definition meshx_ble_mesh_prov_srv.h:27
struct dev_struct dev_struct_t
Structure representing the device composition and elements.
meshx_err_t
MeshX Error Codes.
Definition meshx_err.h:43
meshx_err_t meshx_prov_srv_reg_el_client_cb(prov_srv_cb_t cb)
Register a callback function for provisioning events.
Definition meshx_prov_srv.cpp:283
meshx_err_t meshx_prov_srv_reg_el_server_cb(prov_srv_cb_t cb)
Register a callback function for provisioning events.
Definition meshx_prov_srv.cpp:292
meshx_err_t meshx_init_prov(dev_struct_t *p_dev, const meshx_prov_params_t *prov_cfg)
Initialize provisioning parameters.
Definition meshx_prov_srv.cpp:251