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_PROVISIONER_PROV_COMPLETE_EVT. More...
#include <meshx_ble_mesh_prov_srv.h>
Data Fields | |
uint16_t | node_idx |
uint8_t | device_uuid [16] |
uint16_t | unicast_addr |
uint8_t | element_num |
uint16_t | netkey_idx |
MESHX_PROVISIONER_PROV_COMPLETE_EVT.
Definition at line 304 of file meshx_ble_mesh_prov_srv.h.
uint8_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::device_uuid[16] |
Device UUID of the provisioned device
Definition at line 307 of file meshx_ble_mesh_prov_srv.h.
uint8_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::element_num |
Element count of the provisioned device
Definition at line 309 of file meshx_ble_mesh_prov_srv.h.
uint16_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::netkey_idx |
NetKey Index of the provisioned device
Definition at line 310 of file meshx_ble_mesh_prov_srv.h.
uint16_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::node_idx |
Index of the provisioned device
Definition at line 306 of file meshx_ble_mesh_prov_srv.h.
uint16_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::unicast_addr |
Primary address of the provisioned device
Definition at line 308 of file meshx_ble_mesh_prov_srv.h.