File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,14 @@ config BT_LL_SOFTDEVICE_HEADERS_INCLUDE
3939config BT_LL_SOFTDEVICE_HEADERS_INCLUDE_PATH_OVERRIDE
4040 bool
4141
42+ config BT_LONG_WQ_STACK_SIZE
43+ int
44+ default 3200 if BT_ECC && SOC_SERIES_NRF54LX
45+ default 3100 if BT_GATT_CACHING && SOC_SERIES_NRF54LX
46+ default 1800 if BT_ECC
47+ default 1700 if BT_GATT_CACHING
48+ default 1024
49+
4250rsource "controller/Kconfig"
4351rsource "host_extensions/Kconfig"
4452
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ config BT_RX_STACK_SIZE
9090 default 512 if BT_HCI_RAW
9191 default 2600 if BT_MESH
9292 default 2200 if BT_SETTINGS
93+ default 3200 if BT_SMP && SOC_SERIES_NRF54LX
9394 default 1536 if BT_SMP
9495 default 1024
9596 range 512 65536 if BT_HCI_RAW
You can’t perform that action at this time.
0 commit comments