From 27245d0048fac5fc8c2b989377519a0443bd0fc8 Mon Sep 17 00:00:00 2001 From: Yago Fontoura do Rosario Date: Mon, 3 Feb 2025 13:57:35 +0100 Subject: [PATCH] Bluetooth: Host: Allow application to leverage the LONG WQ * Applications can also benefit from the WQ for long-running tasks without having to create a new WQ Signed-off-by: Yago Fontoura do Rosario --- subsys/bluetooth/host/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index cc5ee14f92bb..51cf1b34af90 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -12,9 +12,7 @@ config BT_LONG_WQ if BT_LONG_WQ config BT_LONG_WQ_STACK_SIZE - # Hidden: Long workqueue stack size. Should be derived from system - # requirements. - int + int "Long workqueue stack size" default 1400 if BT_ECC default 1300 if BT_GATT_CACHING default 1024