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
meshx_onoff_client.c File Reference

Implementation of the Generic OnOff Client Model for BLE Mesh. More...

#include "meshx_err.h"
#include "meshx_txcm.h"
#include "meshx_onoff_client.h"
Include dependency graph for meshx_onoff_client.c:

Go to the source code of this file.

Macros

#define MESHX_CLIENT_INIT_MAGIC   0x2378
 

Detailed Description

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.

Macro Definition Documentation

◆ MESHX_CLIENT_INIT_MAGIC

#define MESHX_CLIENT_INIT_MAGIC   0x2378

Definition at line 16 of file meshx_onoff_client.c.