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_NODE_PROV_LINK_CLOSE_EVT. More...
#include <meshx_ble_mesh_prov_srv.h>
Data Fields | |
meshx_prov_bearer_t | bearer |
uint8_t | reason |
MESHX_NODE_PROV_LINK_CLOSE_EVT.
Definition at line 96 of file meshx_ble_mesh_prov_srv.h.
meshx_prov_bearer_t meshx_prov_cb_param_t::meshx_link_close_evt_param::bearer |
Type of the bearer used when device link is closed
Definition at line 98 of file meshx_ble_mesh_prov_srv.h.
uint8_t meshx_prov_cb_param_t::meshx_link_close_evt_param::reason |
Reason of the closed provisioning link
Definition at line 99 of file meshx_ble_mesh_prov_srv.h.