ble update: bugfix for esp32c6 and esp32h2

This commit is contained in:
luomanruo
2023-07-18 18:09:26 +08:00
parent 5f68437c2f
commit 2a2251487b
8 changed files with 155 additions and 7 deletions

View File

@@ -260,6 +260,19 @@ config BT_LE_CONTROLLER_TASK_STACK_SIZE
help
This configures stack size of NimBLE controller task
config BT_LE_CONTROLLER_LOG_ENABLED
bool "Controller log enable"
default n
help
Enable controller log module
config BT_LE_CONTROLLER_LOG_DUMP_ONLY
bool "Controller log dump mode only"
depends on BT_LE_CONTROLLER_LOG_ENABLED
default y
help
Only operate in dump mode
config BT_LE_LL_RESOLV_LIST_SIZE
int "BLE LL Resolving list size"
range 1 5