Skip to content

Commit d6c5af6

Browse files
committed
samples: bluetooth: fast_pair: locator_tag: fix stack overflow
Fixed the stack overflow issue related to the Bluetooth RX thread in the Fast Pair Locator Tag sample. Ref: NCSDK-34807 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 31c96a1 commit d6c5af6

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

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

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

77
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8-
CONFIG_BT_RX_STACK_SIZE=3072
98

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

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

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

77
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8-
CONFIG_BT_RX_STACK_SIZE=3072
98

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#
2-
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
# Copyright (c) 2024-2025 Nordic Semiconductor ASA
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

77
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8-
CONFIG_BT_RX_STACK_SIZE=3072
98

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

samples/bluetooth/fast_pair/locator_tag/configuration/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CONFIG_FLASH_MAP=y
2626
CONFIG_BT_SETTINGS=y
2727

2828
CONFIG_BT=y
29+
CONFIG_BT_RX_STACK_SIZE=3072
2930
CONFIG_BT_DEVICE_NAME="NCS locator tag"
3031
CONFIG_BT_PERIPHERAL=y
3132
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=24

samples/bluetooth/fast_pair/locator_tag/configuration/prj_release.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024 Nordic Semiconductor
2+
# Copyright (c) 2024-2025 Nordic Semiconductor
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
@@ -34,6 +34,7 @@ CONFIG_FLASH_MAP=y
3434
CONFIG_BT_SETTINGS=y
3535

3636
CONFIG_BT=y
37+
CONFIG_BT_RX_STACK_SIZE=3072
3738
CONFIG_BT_DEVICE_NAME="NCS locator tag"
3839
CONFIG_BT_PERIPHERAL=y
3940
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=24

0 commit comments

Comments
 (0)