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_cb_param_t::meshx_provision_complete_evt_param Struct Reference

MESHX_NODE_PROV_COMPLETE_EVT. More...

#include <meshx_ble_mesh_prov_srv.h>

Collaboration diagram for meshx_prov_cb_param_t::meshx_provision_complete_evt_param:
Collaboration graph

Data Fields

uint16_t net_idx
 
uint8_t net_key [16]
 
uint16_t addr
 
uint8_t flags
 
uint32_t iv_index
 

Detailed Description

MESHX_NODE_PROV_COMPLETE_EVT.

Definition at line 127 of file meshx_ble_mesh_prov_srv.h.

Field Documentation

◆ addr

uint16_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::addr

Primary address

Definition at line 131 of file meshx_ble_mesh_prov_srv.h.

◆ flags

uint8_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::flags

Flags

Definition at line 132 of file meshx_ble_mesh_prov_srv.h.

◆ iv_index

uint32_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::iv_index

IV Index

Definition at line 133 of file meshx_ble_mesh_prov_srv.h.

◆ net_idx

uint16_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::net_idx

NetKey Index

Definition at line 129 of file meshx_ble_mesh_prov_srv.h.

◆ net_key

uint8_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::net_key[16]

NetKey

Definition at line 130 of file meshx_ble_mesh_prov_srv.h.


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