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

MESHX_NODE_PROV_COMPLETE_EVT. More...

#include <meshx_ble_mesh_prov_srv.h>

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.

Field Documentation

◆ addr

uint16_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::addr

Primary address

◆ flags

uint8_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::flags

Flags

◆ iv_index

uint32_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::iv_index

IV Index

◆ net_idx

uint16_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::net_idx

NetKey Index

◆ net_key

uint8_t meshx_prov_cb_param_t::meshx_provision_complete_evt_param::net_key[16]

NetKey


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