Skip to content

Commit 4d84189

Browse files
alstrzebonskinordicjm
authored andcommitted
samples: bluetooth: fast_pair: Align declared TX power for nRF54LM20 DK
Aligns declared TX power for nRF54LM20 DK after latest measurements. Jira: NCSDK-34533 Signed-off-by: Aleksander Strzebonski <[email protected]>
1 parent 370805a commit 4d84189

File tree

5 files changed

+3
-8
lines changed

5 files changed

+3
-8
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Align the advertised TX power with Fast Pair expectations.
8-
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
9-
107
# START of workaround for issue NCSDK-33313
118
# Disable CRACEN for all but RNG and switch to software crypto.
129
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y

samples/bluetooth/fast_pair/input_device/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ CONFIG_BT_ADV_PROV_GAP_APPEARANCE_SD=y
4242
# * nrf52833dk/nrf52833
4343
# * nrf52840dk/nrf52840
4444
# * nrf5340dk/nrf5340/cpuapp(/ns)
45+
# * nrf54lm20dk/nrf54lm20a/cpuapp
4546
# * nrf54h20dk/nrf54h20/cpuapp
4647
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-15
4748

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Align the TX power encoded in the Fast Pair advertising set and
8-
# the Read Beacon Parameters response with Fast Pair expectations.
9-
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
10-
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-11
11-
127
# START of workaround for issue NCSDK-33313
138
# Disable CRACEN for all but RNG and switch to software crypto.
149
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ CONFIG_BT_DIS_PNP=n
100100
# * nrf52833dk/nrf52833
101101
# * nrf52840dk/nrf52840
102102
# * nrf5340dk/nrf5340/cpuapp(/ns)
103+
# * nrf54lm20dk/nrf54lm20a/cpuapp
103104
# * nrf54h20dk/nrf54h20/cpuapp
104105
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-15
105106
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-15

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ CONFIG_BT_DIS_PNP=n
105105
# * nrf52833dk/nrf52833
106106
# * nrf52840dk/nrf52840
107107
# * nrf5340dk/nrf5340/cpuapp(/ns)
108+
# * nrf54lm20dk/nrf54lm20a/cpuapp
108109
# * nrf54h20dk/nrf54h20/cpuapp
109110
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-15
110111
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-15

0 commit comments

Comments
 (0)