Skip to content

Commit efb4612

Browse files
alstrzebonskirlubos
authored andcommitted
fast_pair: Align declared Tx power for nRF54L15 DK
Jira: NCSDK-29323 Signed-off-by: Aleksander Strzebonski <[email protected]>
1 parent 5247797 commit efb4612

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

applications/nrf_desktop/configuration/nrf54l15dk_nrf54l15_cpuapp/prj_fast_pair.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CONFIG_CAF_BLE_ADV_FILTER_ACCEPT_LIST=n
5050
CONFIG_CAF_BLE_STATE_MAX_LOCAL_ID_BONDS=3
5151

5252
# Align the advertised TX power with Fast Pair expectations.
53-
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-17
53+
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
5454

5555
CONFIG_DESKTOP_BLE_USE_DEFAULT_ID=y
5656

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
@@ -7,4 +7,4 @@
77
# Align the advertised TX power with Fast Pair expectations.
88
# The value has been tailored for following targets:
99
# * nrf54l15dk/nrf54l15/cpuapp
10-
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-17
10+
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# the Read Beacon Parameters response with Fast Pair expectations.
99
# The value has been tailored for following DKs:
1010
# * nrf54l15dk/nrf54l15/cpuapp
11-
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-17
12-
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-17
11+
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
12+
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-11

0 commit comments

Comments
 (0)