File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
samples/bluetooth/fast_pair/locator_tag/configuration Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
7
7
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8
- CONFIG_BT_RX_STACK_SIZE=3072
9
8
10
9
# Align the TX power encoded in the Fast Pair advertising set and
11
10
# the Read Beacon Parameters response with Fast Pair expectations.
Original file line number Diff line number Diff line change 5
5
#
6
6
7
7
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8
- CONFIG_BT_RX_STACK_SIZE=3072
9
8
10
9
# Align the TX power encoded in the Fast Pair advertising set and
11
10
# the Read Beacon Parameters response with Fast Pair expectations.
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2024 Nordic Semiconductor ASA
2
+ # Copyright (c) 2024-2025 Nordic Semiconductor ASA
3
3
#
4
4
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
5
#
6
6
7
7
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=3584
8
- CONFIG_BT_RX_STACK_SIZE=3072
9
8
10
9
# Align the TX power encoded in the Fast Pair advertising set and
11
10
# the Read Beacon Parameters response with Fast Pair expectations.
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ CONFIG_FLASH_MAP=y
26
26
CONFIG_BT_SETTINGS=y
27
27
28
28
CONFIG_BT=y
29
+ CONFIG_BT_RX_STACK_SIZE=3072
29
30
CONFIG_BT_DEVICE_NAME="NCS locator tag"
30
31
CONFIG_BT_PERIPHERAL=y
31
32
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=24
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2024 Nordic Semiconductor
2
+ # Copyright (c) 2024-2025 Nordic Semiconductor
3
3
#
4
4
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
5
#
@@ -34,6 +34,7 @@ CONFIG_FLASH_MAP=y
34
34
CONFIG_BT_SETTINGS=y
35
35
36
36
CONFIG_BT=y
37
+ CONFIG_BT_RX_STACK_SIZE=3072
37
38
CONFIG_BT_DEVICE_NAME="NCS locator tag"
38
39
CONFIG_BT_PERIPHERAL=y
39
40
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=24
You can’t perform that action at this time.
0 commit comments