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_CLIENT_CONNECTED_EVT. More...
#include <meshx_ble_mesh_prov_srv.h>
Data Fields | |
meshx_bd_addr_t | addr |
meshx_addr_type_t | addr_type |
uint8_t | conn_handle |
uint16_t | net_idx |
MESHX_PROXY_CLIENT_CONNECTED_EVT.
Definition at line 715 of file meshx_ble_mesh_prov_srv.h.
meshx_bd_addr_t meshx_prov_cb_param_t::meshx_proxy_client_connected_param::addr |
Device address of the Proxy Server
Definition at line 717 of file meshx_ble_mesh_prov_srv.h.
meshx_addr_type_t meshx_prov_cb_param_t::meshx_proxy_client_connected_param::addr_type |
Device address type
Definition at line 718 of file meshx_ble_mesh_prov_srv.h.
uint8_t meshx_prov_cb_param_t::meshx_proxy_client_connected_param::conn_handle |
Proxy connection handle
Definition at line 719 of file meshx_ble_mesh_prov_srv.h.
uint16_t meshx_prov_cb_param_t::meshx_proxy_client_connected_param::net_idx |
Corresponding NetKey Index
Definition at line 720 of file meshx_ble_mesh_prov_srv.h.