Home
last modified time | relevance | path

Searched refs:proxy_client_disconnected (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c997 mesh_param.proxy_client_disconnected.addr_type = addr->type; in btc_ble_mesh_proxy_client_disconnect_cb()
998 memcpy(mesh_param.proxy_client_disconnected.addr, addr->val, BD_ADDR_LEN); in btc_ble_mesh_proxy_client_disconnect_cb()
999 mesh_param.proxy_client_disconnected.conn_handle = conn_handle; in btc_ble_mesh_proxy_client_disconnect_cb()
1000 mesh_param.proxy_client_disconnected.net_idx = net_idx; in btc_ble_mesh_proxy_client_disconnect_cb()
1001 mesh_param.proxy_client_disconnected.reason = reason; in btc_ble_mesh_proxy_client_disconnect_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h1419 …} proxy_client_disconnected; /*!< Event parameter of ESP_BLE_MESH_PROXY_CLIENT_DISC… member