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

Structure to map provisioning callback events to control task events. More...

Collaboration diagram for prov_cb_evt_ctrl_task_evt_table:
Collaboration graph

Data Fields

control_task_msg_evt_provision_t ctrl_task_evt
 

Detailed Description

Structure to map provisioning callback events to control task events.

This structure contains a string representation of the provisioning event and the corresponding control task event.

Definition at line 41 of file meshx_prov_srv.c.

Field Documentation

◆ ctrl_task_evt

control_task_msg_evt_provision_t prov_cb_evt_ctrl_task_evt_table::ctrl_task_evt

Corresponding control task event.

Definition at line 46 of file meshx_prov_srv.c.


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