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:
Pawel Dunaj 2019-02-26 15:11:41 +01:00 committed by Carles Cufí
commit 4858a868e6

View file

@ -53,6 +53,7 @@ config BT_HCI_TX_STACK_SIZE
default 512 if BT_H5 default 512 if BT_H5
default 416 if BT_SPI default 416 if BT_SPI
default 940 if BT_CTLR && NO_OPTIMIZATIONS default 940 if BT_CTLR && NO_OPTIMIZATIONS
default 1024 if BT_CTLR && BT_CENTRAL
default 640 if BT_CTLR default 640 if BT_CTLR
default 512 if BT_USERCHAN default 512 if BT_USERCHAN
# Even if no driver is selected the following default is still # Even if no driver is selected the following default is still