Skip to content

Commit 4a31b80

Browse files
jhedbergkartben
authored andcommitted
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 <johan.hedberg@silabs.com>
1 parent 8d8fb5b commit 4a31b80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ config BT_RX_STACK_SIZE
112112
default 3092 if BT_MESH_GATT_CLIENT
113113
default 2600 if BT_MESH
114114
default 2048 if BT_AUDIO
115-
default 2200 if BT_SETTINGS
116115
default 1200
117116
help
118117
Size of the receiving thread stack. This is the context from

0 commit comments

Comments
 (0)