From 4a31b8036d9c20349a0ee9ab83fa86147fdf983e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 2 May 2025 13:41:10 +0300 Subject: [PATCH] Bluetooth: Host: Remove conditional stack size for BT_SETTINGS With BT_SETTINGS enabled, there doesn't seem to (anymore?) be any substantial overhead in stack consumption: 0x200020b8 BT RX WQ options: 0x0, priority: -8 timeout: -9223372036854775808 state: pending, entry: 0x5ba69 stack size 2240, unused 1072, usage 1168 / 2240 (52 %) Let's just remove the conditional default and fall back to the non-conditional one which is 1200. Signed-off-by: Johan Hedberg --- subsys/bluetooth/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 5337deb6c41..dfefa9aad29 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -112,7 +112,6 @@ config BT_RX_STACK_SIZE default 3092 if BT_MESH_GATT_CLIENT default 2600 if BT_MESH default 2048 if BT_AUDIO - default 2200 if BT_SETTINGS default 1200 help Size of the receiving thread stack. This is the context from