|
MeshX 0.4
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.
| uint16_t meshx_prov_params::freshboot_timeout_ms |
Fresh boot timeout in milliseconds
| uint8_t* meshx_prov_params::node_name |
Node name for the provisioning device
| uint8_t* meshx_prov_params::uuid |
UUID for the provisioning device