From 2fa19aab7aa44282b488ef6890d52d767f5c89bb Mon Sep 17 00:00:00 2001 From: linruihao Date: Wed, 27 Dec 2023 19:37:44 +0800 Subject: [PATCH] fix(bt/bludroid): Increase BTU task stack size --- components/bt/host/bluedroid/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/Kconfig.in b/components/bt/host/bluedroid/Kconfig.in index 2bdf8764fca..4f0fa20b7b0 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -29,7 +29,7 @@ config BT_BLUEDROID_PINNED_TO_CORE config BT_BTU_TASK_STACK_SIZE int "Bluetooth Bluedroid Host Stack task stack size" depends on BT_BLUEDROID_ENABLED - default 4096 + default 4352 help This select btu task stack size