|
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.
|
Header for Config Server (migrated for C++ architecture support). More...
#include <meshx_api.h>#include <meshx_common.h>#include <interface/ble_mesh/server/meshx_ble_mesh_config_srv.h>Go to the source code of this file.
Functions | |
| meshx_err_t | meshx_init_config_server (void) |
| meshx_err_t | meshx_get_config_srv_model (meshx_ptr_t p_model) |
| meshx_err_t | meshx_config_server_cb_reg (config_srv_cb_t cb, uint32_t config_evt_bmap) |
Header for Config Server (migrated for C++ architecture support).
Copyright © 2024 - 2025 MeshX
| 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.