Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c408 esp_ble_mesh_model_cb_param_t mesh_param = {0}; in btc_ble_mesh_server_model_op_cb() local
410 mesh_param.model_operation.opcode = ctx->recv_op; in btc_ble_mesh_server_model_op_cb()
411 mesh_param.model_operation.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_server_model_op_cb()
412 mesh_param.model_operation.ctx = (esp_ble_mesh_msg_ctx_t *)ctx; in btc_ble_mesh_server_model_op_cb()
413 mesh_param.model_operation.length = buf->len; in btc_ble_mesh_server_model_op_cb()
414 mesh_param.model_operation.msg = buf->data; in btc_ble_mesh_server_model_op_cb()
416 btc_ble_mesh_model_callback(&mesh_param, ESP_BLE_MESH_MODEL_OPERATION_EVT); in btc_ble_mesh_server_model_op_cb()
424 esp_ble_mesh_model_cb_param_t mesh_param = {0}; in btc_ble_mesh_client_model_op_cb() local
436 mesh_param.client_recv_publish_msg.opcode = ctx->recv_op; in btc_ble_mesh_client_model_op_cb()
437 mesh_param.client_recv_publish_msg.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_client_model_op_cb()
[all …]