MeshX 0.3
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
#include <meshx_ble_mesh_config_srv.h>
Data Fields | |
meshx_ctx_t | ctx |
meshx_model_t | model |
meshx_cfg_srv_state_change_t | state_change |
Definition at line 150 of file meshx_ble_mesh_config_srv.h.
meshx_ctx_t meshx_config_srv_cb_param::ctx |
Definition at line 152 of file meshx_ble_mesh_config_srv.h.
meshx_model_t meshx_config_srv_cb_param::model |
Definition at line 153 of file meshx_ble_mesh_config_srv.h.
meshx_cfg_srv_state_change_t meshx_config_srv_cb_param::state_change |
Definition at line 154 of file meshx_ble_mesh_config_srv.h.