|
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.
|
Structure for control task event callback registration. More...
#include <meshx_control_task.h>
Data Fields | |
| uint32_t | msg_evt_bmap |
| control_task_msg_handle_t | cb |
| struct control_task_evt_cb_reg * | next |
Structure for control task event callback registration.
| control_task_msg_handle_t control_task_evt_cb_reg::cb |
Callback function pointer.
| uint32_t control_task_evt_cb_reg::msg_evt_bmap |
Bitmap of message events.
| struct control_task_evt_cb_reg* control_task_evt_cb_reg::next |
Pointer to the next callback registration.