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.
|
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 |
MESHX_NODE_PROV_COMPLETE_EVT.
Definition at line 127 of file meshx_ble_mesh_prov_srv.h.
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.
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.
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.
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.
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.