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.
Loading...
Searching...
No Matches
meshx_prov_cb_param_t::meshx_proxy_client_disconnected_param Struct Reference

MESHX_PROXY_CLIENT_DISCONNECTED_EVT. More...

#include <meshx_ble_mesh_prov_srv.h>

Collaboration diagram for meshx_prov_cb_param_t::meshx_proxy_client_disconnected_param:
Collaboration graph

Data Fields

meshx_bd_addr_t addr
 
meshx_addr_type_t addr_type
 
uint8_t conn_handle
 
uint16_t net_idx
 
uint8_t reason
 

Detailed Description

MESHX_PROXY_CLIENT_DISCONNECTED_EVT.

Definition at line 725 of file meshx_ble_mesh_prov_srv.h.

Field Documentation

◆ addr

meshx_bd_addr_t meshx_prov_cb_param_t::meshx_proxy_client_disconnected_param::addr

Device address of the Proxy Server

Definition at line 727 of file meshx_ble_mesh_prov_srv.h.

◆ addr_type

meshx_addr_type_t meshx_prov_cb_param_t::meshx_proxy_client_disconnected_param::addr_type

Device address type

Definition at line 728 of file meshx_ble_mesh_prov_srv.h.

◆ conn_handle

uint8_t meshx_prov_cb_param_t::meshx_proxy_client_disconnected_param::conn_handle

Proxy connection handle

Definition at line 729 of file meshx_ble_mesh_prov_srv.h.

◆ net_idx

uint16_t meshx_prov_cb_param_t::meshx_proxy_client_disconnected_param::net_idx

Corresponding NetKey Index

Definition at line 730 of file meshx_ble_mesh_prov_srv.h.

◆ reason

uint8_t meshx_prov_cb_param_t::meshx_proxy_client_disconnected_param::reason

Proxy disconnect reason

Definition at line 731 of file meshx_ble_mesh_prov_srv.h.


The documentation for this struct was generated from the following file: