From 82a7b0160aad0c9610bb65ec99ac562cb9fb1596 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 2bdf8764fc..4f0fa20b7b 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