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 for the BLE Mesh application control message. More...
#include <meshx_api.h>
Structure for the BLE Mesh application control message.
This structure defines the BLE Mesh application control payloads.
Definition at line 118 of file meshx_api.h.
meshx_api_light_cwww_client_evt_t meshx_data_payload::light_cwww_client_evt |
Definition at line 122 of file meshx_api.h.
meshx_api_light_cwww_server_evt_t meshx_data_payload::light_cwww_server_evt |
Definition at line 123 of file meshx_api.h.
meshx_api_relay_client_evt_t meshx_data_payload::relay_client_evt |
Definition at line 120 of file meshx_api.h.
meshx_api_relay_server_evt_t meshx_data_payload::relay_server_evt |
Definition at line 121 of file meshx_api.h.