|
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.
|
Implementation of Config Server Model. More...
#include <common_model/meshx_model_config.hpp>#include <meshx_element_registry.hpp>#include <variants/meshx_relay_element.hpp>Functions | |
| meshx_err_t | meshx_init_config_server (void) |
| meshx_err_t | meshx_config_server_cb_reg (config_srv_cb_t cb, uint32_t config_evt_bmap) |
| meshx_err_t | meshx_get_config_srv_model (meshx_ptr_t p_model) |
Implementation of Config Server Model.
| meshx_err_t meshx_config_server_cb_reg | ( | config_srv_cb_t | cb, |
| uint32_t | config_evt_bmap ) |
| meshx_err_t meshx_get_config_srv_model | ( | meshx_ptr_t | p_model | ) |
| meshx_err_t meshx_init_config_server | ( | void | ) |
Legacy support for Config Server initialization and callback registration. These are provided to support the transition away from elements_c.