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.
|
Data Fields | |
uint16_t | model_op_code |
const char * | op_str |
config_evt_t | config_evt |
Definition at line 20 of file meshx_config_server.c.
config_evt_t config_server_model_evt_map::config_evt |
Definition at line 24 of file meshx_config_server.c.
uint16_t config_server_model_evt_map::model_op_code |
Definition at line 22 of file meshx_config_server.c.
const char* config_server_model_evt_map::op_str |
Definition at line 23 of file meshx_config_server.c.