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 to hold provisioning parameters. More...
#include <meshx_ble_mesh_cmn.h>
Data Fields | |
uint8_t * | uuid |
uint8_t * | node_name |
uint16_t | freshboot_timeout_ms |
Structure to hold provisioning parameters.
Definition at line 54 of file meshx_ble_mesh_cmn.h.
uint16_t meshx_prov_params::freshboot_timeout_ms |
Fresh boot timeout in milliseconds
Definition at line 58 of file meshx_ble_mesh_cmn.h.
uint8_t* meshx_prov_params::node_name |
Node name for the provisioning device
Definition at line 57 of file meshx_ble_mesh_cmn.h.
uint8_t* meshx_prov_params::uuid |
UUID for the provisioning device
Definition at line 56 of file meshx_ble_mesh_cmn.h.