Skip to content

Commit 2b8b335

Browse files
hermabembolivar-nordic
authored andcommitted
[nrf fromtree] Bluetooth: Increase RX thread stack size
Normal usage for Bluetooth applications are getting close to or already overflowing the default BT RX stack size of 1024. For example: - Discovery using the fixed ATT channel used 984 bytes. - Discovery using an enhanced ATT channel used 1048 bytes, which would lead to stack overflow using the default BT RX thread stack size. Signed-off-by: Herman Berget <[email protected]> (cherry picked from commit 5ace0e8)
1 parent 241c81c commit 2b8b335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ config BT_RX_STACK_SIZE
129129
default 2200 if BT_MESH
130130
default 2048 if BT_AUDIO
131131
default 2200 if BT_SETTINGS
132-
default 1024
132+
default 1200
133133
help
134134
Size of the receiving thread stack. This is the context from
135135
which all event callbacks to the application occur. The

0 commit comments

Comments
 (0)