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.
|
Structure for MeshX configuration. More...
#include <meshx.h>
Data Fields | |
uint16_t | cid |
uint16_t | pid |
char * | product_name |
uint32_t | meshx_nvs_save_period |
uint16_t | element_comp_arr_len |
element_comp_t * | element_comp_arr |
meshx_app_data_cb_t | app_element_cb |
meshx_app_ctrl_cb_t | app_ctrl_cb |
unsigned | meshx_log_level |
meshx_uuid_addr_t | meshx_uuid_addr |
meshx_app_ctrl_cb_t meshx_config::app_ctrl_cb |
meshx_app_data_cb_t meshx_config::app_element_cb |
element_comp_t* meshx_config::element_comp_arr |
uint16_t meshx_config::element_comp_arr_len |
meshx_uuid_addr_t meshx_config::meshx_uuid_addr |