|
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 Generic Client Model shim for C++ migration. More...
#include "meshx_c_header.h"Functions | |
| meshx_err_t | meshx_gen_cli_send_msg (meshx_gen_client_send_params_t *params) |
| Sends a Generic Client message over BLE Mesh. | |
| meshx_err_t | meshx_gen_client_from_ble_reg_cb (uint32_t model_id, meshx_gen_client_cb_t cb) |
| meshx_err_t | meshx_gen_client_init (void) |
Implementation of Generic Client Model shim for C++ migration.
| meshx_err_t meshx_gen_cli_send_msg | ( | meshx_gen_client_send_params_t * | params | ) |
Sends a Generic Client message over BLE Mesh.
| meshx_err_t meshx_gen_client_from_ble_reg_cb | ( | uint32_t | model_id, |
| meshx_gen_client_cb_t | cb ) |
| meshx_err_t meshx_gen_client_init | ( | void | ) |