Skip to content

Commit 31c96a1

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

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

samples/bluetooth/fast_pair/input_device/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 advertised TX power with Fast Pair expectations.
1110
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11

samples/bluetooth/fast_pair/input_device/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 advertised TX power with Fast Pair expectations.
1110
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
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 advertised TX power with Fast Pair expectations.
1110
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11

samples/bluetooth/fast_pair/input_device/prj.conf

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

1919
CONFIG_BT=y
20+
CONFIG_BT_RX_STACK_SIZE=3072
2021
CONFIG_BT_DEVICE_NAME="Nordic_Fast_Pair"
2122
CONFIG_BT_PERIPHERAL=y
2223
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=6

0 commit comments

Comments
 (0)