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.
Loading...
Searching...
No Matches
meshx_model_ctl.cpp File Reference

Implementation of Light CTL Model classes for MeshX. This file contains the implementation of Light CTL Server and Client models for the MeshX BLE mesh framework. More...

Functions

meshx_err_t meshx_get_ctl_setup_srv_model (meshx_ptr_t p_model)

Detailed Description

Implementation of Light CTL Model classes for MeshX. This file contains the implementation of Light CTL Server and Client models for the MeshX BLE mesh framework.

Key Features:

  • Implements Bluetooth SIG-defined Light CTL model
  • Inherits from meshXServerModel and meshXClientModel templates
  • Provides standard Light CTL control operations (lightness, temperature, delta UV)
  • Integrates with MeshX transmission control
    Author
    Pranjal Chanda
    Date
    2024-2025

Function Documentation

◆ meshx_get_ctl_setup_srv_model()

meshx_err_t meshx_get_ctl_setup_srv_model ( meshx_ptr_t p_model)
685{
687}
meshx_err_t meshx_plat_get_ctl_setup_srv_model(meshx_ptr_t p_model)