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.
|
MESHX_HEARTBEAT_MESSAGE_RECV_EVT. More...
#include <meshx_ble_mesh_prov_srv.h>
Data Fields | |
uint8_t | hops |
uint16_t | feature |
MESHX_HEARTBEAT_MESSAGE_RECV_EVT.
Definition at line 638 of file meshx_ble_mesh_prov_srv.h.
uint16_t meshx_prov_cb_param_t::meshx_heartbeat_msg_recv_param::feature |
Bit field of currently active features of the node
Definition at line 641 of file meshx_ble_mesh_prov_srv.h.
uint8_t meshx_prov_cb_param_t::meshx_heartbeat_msg_recv_param::hops |
Heartbeat hops (InitTTL - RxTTL + 1)
Definition at line 640 of file meshx_ble_mesh_prov_srv.h.