diff --git a/components/bt/controller/esp32c6/Kconfig.in b/components/bt/controller/esp32c6/Kconfig.in index 77ad51cf02..328438d9d4 100644 --- a/components/bt/controller/esp32c6/Kconfig.in +++ b/components/bt/controller/esp32c6/Kconfig.in @@ -108,7 +108,7 @@ menu "HCI Config" config BT_LE_HCI_TRANS_TASK_STACK_SIZE int "HCI transport task stack size" depends on !BT_LE_HCI_INTERFACE_USE_RAM - default 1024 + default 2048 help This configures stack size of hci transport task diff --git a/components/bt/controller/esp32h2/Kconfig.in b/components/bt/controller/esp32h2/Kconfig.in index 92299131fe..d324d442ed 100644 --- a/components/bt/controller/esp32h2/Kconfig.in +++ b/components/bt/controller/esp32h2/Kconfig.in @@ -108,7 +108,7 @@ menu "HCI Config" config BT_LE_HCI_TRANS_TASK_STACK_SIZE int "HCI transport task stack size" depends on !BT_LE_HCI_INTERFACE_USE_RAM - default 1024 + default 2048 help This configures stack size of hci transport task