From 66f5d3dd800f651b9d1e4f153e933819880c90f2 Mon Sep 17 00:00:00 2001 From: Shen Weilong Date: Wed, 19 Mar 2025 14:44:24 +0800 Subject: [PATCH] feat(ble/controller): Added memory boundary check for ESP32-C61 --- components/bt/include/esp32c6/include/esp_bt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/include/esp32c6/include/esp_bt.h b/components/bt/include/esp32c6/include/esp_bt.h index c41a325650..9da4cbe8f4 100644 --- a/components/bt/include/esp32c6/include/esp_bt.h +++ b/components/bt/include/esp32c6/include/esp_bt.h @@ -338,6 +338,7 @@ typedef struct { .ble_chan_ass_en = DEFAULT_BT_LE_CTRL_CHAN_ASS_EN, \ .ble_data_lenth_zero_aux = DEFAULT_BT_LE_CTRL_ADV_DATA_LENGTH_ZERO_AUX, \ .vhci_enabled = DEFAULT_BT_LE_VHCI_ENABLED, \ + .ptr_check_enabled = DEFAULT_BT_LE_PTR_CHECK_ENABLED, \ .config_magic = CONFIG_MAGIC, \ } #endif