Searched refs:proxy_client_disconnected (Results 1 – 2 of 2) sorted by relevance
972 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()
1413 …} proxy_client_disconnected; /*!< Event parameter of ESP_BLE_MESH_PROXY_CLIENT_DISC… member