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.
Loading...
Searching...
No Matches
meshx_prov_params Struct Reference

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

Detailed Description

Structure to hold provisioning parameters.

Field Documentation

◆ freshboot_timeout_ms

uint16_t meshx_prov_params::freshboot_timeout_ms

Fresh boot timeout in milliseconds

◆ node_name

uint8_t* meshx_prov_params::node_name

Node name for the provisioning device

◆ uuid

uint8_t* meshx_prov_params::uuid

UUID for the provisioning device


The documentation for this struct was generated from the following file: