From d9af38524bfbab6ae44397f757355a8a55dd06b0 Mon Sep 17 00:00:00 2001 From: Wu Meng Shi Date: Wed, 11 Oct 2023 19:28:53 +0800 Subject: [PATCH] fix(ble_mesh): fix compilation failure on using scene model. (v5.0) --- .../bt/esp_ble_mesh/btc/include/btc_ble_mesh_time_scene_model.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/bt/esp_ble_mesh/btc/include/btc_ble_mesh_time_scene_model.h b/components/bt/esp_ble_mesh/btc/include/btc_ble_mesh_time_scene_model.h index 6c878dc776..850a77493e 100644 --- a/components/bt/esp_ble_mesh/btc/include/btc_ble_mesh_time_scene_model.h +++ b/components/bt/esp_ble_mesh/btc/include/btc_ble_mesh_time_scene_model.h @@ -45,6 +45,8 @@ void btc_ble_mesh_time_scene_client_cb_handler(btc_msg_t *msg); void btc_ble_mesh_time_scene_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); +void btc_ble_mesh_time_scene_client_arg_deep_free(btc_msg_t *msg); + void btc_ble_mesh_time_scene_client_publish_callback(uint32_t opcode, struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, struct net_buf_simple *buf);