From 54845065827cc90eaa6065af5f3b6e24b7474e12 Mon Sep 17 00:00:00 2001 From: Wu Meng Shi Date: Wed, 11 Oct 2023 19:28:24 +0800 Subject: [PATCH] fix(ble_mesh): fix compilation failure on using scene model.(v4.3) --- .../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 16a8d9c372..fcc8fc4189 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 @@ -53,6 +53,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);