bluetooth: host: Expand TX thread stack for BT_CENTRAL
Expand TX stack size as more RAM is needed when keys are stored. Signed-off-by: Pawel Dunaj <pawel.dunaj@nordicsemi.no>
This commit is contained in:
parent
eead071b18
commit
4858a868e6
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ config BT_HCI_TX_STACK_SIZE
|
|||
default 512 if BT_H5
|
||||
default 416 if BT_SPI
|
||||
default 940 if BT_CTLR && NO_OPTIMIZATIONS
|
||||
default 1024 if BT_CTLR && BT_CENTRAL
|
||||
default 640 if BT_CTLR
|
||||
default 512 if BT_USERCHAN
|
||||
# Even if no driver is selected the following default is still
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue