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.
|
Implementation of the Generic OnOff Client Model for BLE Mesh. More...
Go to the source code of this file.
Macros | |
#define | MESHX_CLIENT_INIT_MAGIC 0x2378 |
Implementation of the Generic OnOff Client Model for BLE Mesh.
Copyright © 2024 - 2025 MeshX
This file provides the implementation of the Generic OnOff Client Model used in BLE Mesh networks. It includes functions to initialize the client, register callbacks, and handle BLE Mesh events related to the OnOff Client.
Definition in file meshx_onoff_client.c.
#define MESHX_CLIENT_INIT_MAGIC 0x2378 |
Definition at line 16 of file meshx_onoff_client.c.