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.
|
Structure to map provisioning callback events to control task events. More...
Data Fields | |
control_task_msg_evt_provision_t | ctrl_task_evt |
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.
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.