Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h99 esp_ble_mesh_msg_ctx_t *ctx,
119 esp_ble_mesh_msg_ctx_t *ctx,
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c194 dst->model_send.ctx = bt_mesh_malloc(sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_arg_deep_copy()
203 memcpy(dst->model_send.ctx, src->model_send.ctx, sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_arg_deep_copy()
270 p_dest_data->model_operation.ctx = bt_mesh_malloc(sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()
273 …p_dest_data->model_operation.ctx, p_src_data->model_operation.ctx, sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()
289 … p_dest_data->client_recv_publish_msg.ctx = bt_mesh_malloc(sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()
292 …ent_recv_publish_msg.ctx, p_src_data->client_recv_publish_msg.ctx, sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()
308 p_dest_data->model_send_comp.ctx = bt_mesh_malloc(sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()
310 …p_dest_data->model_send_comp.ctx, p_src_data->model_send_comp.ctx, sizeof(esp_ble_mesh_msg_ctx_t)); 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()
321 …ata->client_send_timeout.ctx, p_src_data->client_send_timeout.ctx, sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h553 } esp_ble_mesh_msg_ctx_t; typedef
2057 esp_ble_mesh_msg_ctx_t ctx; /*!< The context used to send message */
2223 esp_ble_mesh_msg_ctx_t *ctx; /*!< Pointer to the context of the received message */
2234 esp_ble_mesh_msg_ctx_t *ctx; /*!< Context of the message */
2249 esp_ble_mesh_msg_ctx_t *ctx; /*!< Pointer to the context of the message */
2259 esp_ble_mesh_msg_ctx_t *ctx; /*!< Pointer to the context of the previous message */
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c18 esp_ble_mesh_msg_ctx_t *ctx, in ble_mesh_model_send_msg()
173 esp_ble_mesh_msg_ctx_t *ctx, in esp_ble_mesh_server_model_send_msg()
188 esp_ble_mesh_msg_ctx_t *ctx, in esp_ble_mesh_client_model_send_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_sensor_model_api.h656 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
Desp_ble_mesh_time_scene_model_api.h853 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
Desp_ble_mesh_config_model_api.h731 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received message */
Desp_ble_mesh_generic_model_api.h1243 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
Desp_ble_mesh_lighting_model_api.h1616 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h323 esp_ble_mesh_msg_ctx_t *ctx;