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/ |
D | esp_ble_mesh_networking_api.h | 99 esp_ble_mesh_msg_ctx_t *ctx, 119 esp_ble_mesh_msg_ctx_t *ctx,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 194 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/ |
D | esp_ble_mesh_defs.h | 553 } 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/ |
D | esp_ble_mesh_networking_api.c | 18 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/ |
D | esp_ble_mesh_sensor_model_api.h | 656 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
|
D | esp_ble_mesh_time_scene_model_api.h | 853 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
|
D | esp_ble_mesh_config_model_api.h | 731 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received message */
|
D | esp_ble_mesh_generic_model_api.h | 1243 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
|
D | esp_ble_mesh_lighting_model_api.h | 1616 esp_ble_mesh_msg_ctx_t ctx; /*!< Context of the received messages */
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 323 esp_ble_mesh_msg_ctx_t *ctx;
|