fix(bt/controller): Fixed controller flash only bug if hci-uart is enabled

This commit is contained in:
zhiweijian
2025-03-24 20:33:08 +08:00
committed by BOT
parent 0bda09c536
commit 450ef3dab8
2 changed files with 17 additions and 8 deletions

View File

@@ -547,6 +547,11 @@ config BT_CTRL_BLE_SCAN
bool "Enable BLE scan feature"
default y
config BT_CTRL_BLE_SECURITY_ENABLE
depends on BT_CTRL_RUN_IN_FLASH_ONLY
bool "Enable BLE security feature"
default y
config BT_CTRL_CHECK_CONNECT_IND_ACCESS_ADDRESS
bool "Enable enhanced Access Address check in CONNECT_IND"
default n