Skip to content

Commit 73a2c95

Browse files
mkapala-nordickapi-no
authored andcommitted
samples: bluetooth: fast_pair: Increase BT RX stack size for nRF54L
Increased BT RX stack size for nrf54l15dk/nrf54l15/cpuapp target to fix stack overflows encountered during FP validator tests. Jira: NCSDK-31777 Jira: NCSDK-31786 Signed-off-by: Mateusz Kapala <[email protected]>
1 parent 8df58d0 commit 73a2c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/bluetooth/fast_pair/input_device/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8-
CONFIG_BT_RX_STACK_SIZE=2560
8+
CONFIG_BT_RX_STACK_SIZE=3072
99

1010
# Align the advertised TX power with Fast Pair expectations.
1111
# The value has been tailored for following targets:

samples/bluetooth/fast_pair/locator_tag/configuration/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8-
CONFIG_BT_RX_STACK_SIZE=2560
8+
CONFIG_BT_RX_STACK_SIZE=3072
99

1010
# Align the TX power encoded in the Fast Pair advertising set and
1111
# the Read Beacon Parameters response with Fast Pair expectations.

0 commit comments

Comments
 (0)