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

Structure to hold provisioning parameters. More...

#include <meshx_ble_mesh_cmn.h>

Collaboration diagram for meshx_prov_params:
Collaboration graph

Data Fields

uint8_t * uuid
 
uint8_t * node_name
 
uint16_t freshboot_timeout_ms
 

Detailed Description

Structure to hold provisioning parameters.

Definition at line 54 of file meshx_ble_mesh_cmn.h.

Field Documentation

◆ freshboot_timeout_ms

uint16_t meshx_prov_params::freshboot_timeout_ms

Fresh boot timeout in milliseconds

Definition at line 58 of file meshx_ble_mesh_cmn.h.

◆ node_name

uint8_t* meshx_prov_params::node_name

Node name for the provisioning device

Definition at line 57 of file meshx_ble_mesh_cmn.h.

◆ uuid

uint8_t* meshx_prov_params::uuid

UUID for the provisioning device

Definition at line 56 of file meshx_ble_mesh_cmn.h.


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