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

MESHX_PROVISIONER_PROV_COMPLETE_EVT. More...

#include <meshx_ble_mesh_prov_srv.h>

Collaboration diagram for meshx_prov_cb_param_t::meshx_provisioner_prov_comp_param:
Collaboration graph

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.

Definition at line 304 of file meshx_ble_mesh_prov_srv.h.

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

Definition at line 307 of file meshx_ble_mesh_prov_srv.h.

◆ element_num

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.

◆ netkey_idx

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.

◆ node_idx

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.

◆ unicast_addr

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.


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