Skip to content

Commit 7ab8719

Browse files
PavelVPVnordicjm
authored andcommitted
[nrf fromtree] bluetooth: mesh: Increase BT RX Stack Size for PB-GATT
Increase BT RX Thread Stack Size which is needed for successfull provisioning over PB-GATT. Output from `kernel thread stacks` shell command: ``` BT RX WQ (real size 4096): unused 1408 usage 2688 / 4096 (65 %) ``` Fixes #98521 Signed-off-by: Pavel Vasilyev <[email protected]> (cherry picked from commit bb006dc) Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 5ada120 commit 7ab8719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ config BT_RX_STACK_SIZE
111111
int "Size of the receiving thread stack"
112112
default 768 if BT_HCI_RAW
113113
default 3092 if BT_MESH_GATT_CLIENT
114+
default 2800 if BT_MESH_PB_GATT
114115
default 2600 if BT_MESH
115116
default 2048 if BT_AUDIO
116117
default 1200

0 commit comments

Comments
 (0)