ESP-IDF
ble_mesh_proxy_client_disconnected_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_mesh_proxy_client_disconnected_param
ble_mesh_proxy_client_disconnected_param struct
ESP_BLE_MESH_PROXY_CLIENT_DISCONNECTED_EVT
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:1597
struct
ble_mesh_proxy_client_disconnected_param
{
esp_ble_mesh_bd_addr_t
addr
;
esp_ble_mesh_addr_type_t
addr_type
;
uint8_t
conn_handle
;
uint16_t
net_idx
;
uint8_t
reason
;
}
;
Fields
Field
Declared as
Description
ble_mesh_proxy_client_disconnected_param::addr
esp_ble_mesh_bd_addr_t
Device address of the Proxy Server.
ble_mesh_proxy_client_disconnected_param::addr_type
esp_ble_mesh_addr_type_t
Device address type.
ble_mesh_proxy_client_disconnected_param::conn_handle
uint8_t
Proxy connection handle.
ble_mesh_proxy_client_disconnected_param::net_idx
uint16_t
Corresponding NetKey Index.
ble_mesh_proxy_client_disconnected_param::reason
uint8_t
Proxy disconnect reason.
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_mesh_proxy_client_disconnected_param
{
esp_ble_mesh_defs.h:1597
esp_ble_mesh_prov_cb_param_t
esp_ble_mesh_prov_cb_param_t::proxy_client_disconnected
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_ble_mesh_prov_cb_param_t::proxy_client_disconnected
esp_ble_mesh_prov_cb_param_t
esp_ble_mesh_defs.h:1597
Lifecycle
from
examples
All items filtered out
All items filtered out