Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c318 if (p_src_data->client_send_timeout.ctx) { in btc_ble_mesh_model_copy_req_data()
319 p_dest_data->client_send_timeout.ctx = bt_mesh_malloc(sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()
320 if (p_dest_data->client_send_timeout.ctx) { in btc_ble_mesh_model_copy_req_data()
321 …memcpy(p_dest_data->client_send_timeout.ctx, p_src_data->client_send_timeout.ctx, sizeof(esp_ble_m… in btc_ble_mesh_model_copy_req_data()
370 if (arg->client_send_timeout.ctx) { in btc_ble_mesh_model_free_req_data()
371 bt_mesh_free(arg->client_send_timeout.ctx); in btc_ble_mesh_model_free_req_data()
473 mesh_param.client_send_timeout.opcode = node->opcode; in btc_ble_mesh_client_model_timeout_cb()
474 mesh_param.client_send_timeout.model = (esp_ble_mesh_model_t *)ctx.model; in btc_ble_mesh_client_model_timeout_cb()
475 mesh_param.client_send_timeout.ctx = (esp_ble_mesh_msg_ctx_t *)&ctx; in btc_ble_mesh_client_model_timeout_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h2260 …} client_send_timeout; /*!< Event parameter of ESP_BLE_MESH_CLIENT_MODEL_SEND_TIMEOUT… member