We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a499afd commit a4f8957Copy full SHA for a4f8957
subsys/bluetooth/host/Kconfig
@@ -15,6 +15,7 @@ config BT_LONG_WQ_STACK_SIZE
15
# Hidden: Long workqueue stack size. Should be derived from system
16
# requirements.
17
int
18
+ default 4096 if NO_OPTIMIZATIONS
19
default 1400 if BT_ECC
20
default 1300 if BT_GATT_CACHING
21
default 1024
0 commit comments