Searched refs:client_send_timeout (Results 1 – 2 of 2) sorted by relevance
318 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()
2260 …} client_send_timeout; /*!< Event parameter of ESP_BLE_MESH_CLIENT_MODEL_SEND_TIMEOUT… member