Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c972 mesh_param.proxy_client_disconnected.addr_type = addr->type; in btc_ble_mesh_proxy_client_disconnect_cb()
973 memcpy(mesh_param.proxy_client_disconnected.addr, addr->val, BD_ADDR_LEN); in btc_ble_mesh_proxy_client_disconnect_cb()
974 mesh_param.proxy_client_disconnected.conn_handle = conn_handle; in btc_ble_mesh_proxy_client_disconnect_cb()
975 mesh_param.proxy_client_disconnected.net_idx = net_idx; in btc_ble_mesh_proxy_client_disconnect_cb()
976 mesh_param.proxy_client_disconnected.reason = reason; in btc_ble_mesh_proxy_client_disconnect_cb()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h1413 …} proxy_client_disconnected; /*!< Event parameter of ESP_BLE_MESH_PROXY_CLIENT_DISC… member