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_PROXY_SERVER_DISCONNECTED_EVT. More...
#include <meshx_ble_mesh_prov_srv.h>
Data Fields | |
uint8_t | conn_handle |
uint8_t | reason |
MESHX_PROXY_SERVER_DISCONNECTED_EVT.
Definition at line 808 of file meshx_ble_mesh_prov_srv.h.
uint8_t meshx_prov_cb_param_t::meshx_proxy_server_disconnected_param::conn_handle |
Proxy connection handle
Definition at line 810 of file meshx_ble_mesh_prov_srv.h.
uint8_t meshx_prov_cb_param_t::meshx_proxy_server_disconnected_param::reason |
Proxy disconnect reason
Definition at line 811 of file meshx_ble_mesh_prov_srv.h.