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_provisioner_prov_comp_param Struct Reference

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

Detailed Description

MESHX_PROVISIONER_PROV_COMPLETE_EVT.

Field Documentation

◆ device_uuid

uint8_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::device_uuid[16]

Device UUID of the provisioned device

◆ element_num

uint8_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::element_num

Element count of the provisioned device

◆ netkey_idx

uint16_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::netkey_idx

NetKey Index of the provisioned device

◆ node_idx

uint16_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::node_idx

Index of the provisioned device

◆ unicast_addr

uint16_t meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param::unicast_addr

Primary address of the provisioned device


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