diff --git a/components/bt/controller/esp32c6/Kconfig.in b/components/bt/controller/esp32c6/Kconfig.in index fa5bcd247c..0835740eec 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 8b3262ef37..c168e6b12a 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