Skip to content

Commit

Permalink
samples: bluetooth: fast_pair: Align declared Tx power for nRF54L15 DK
Browse files Browse the repository at this point in the history
Jira: NCSDK-29323

Signed-off-by: Aleksander Strzebonski <[email protected]>
  • Loading branch information
alstrzebonski committed Oct 22, 2024
1 parent 6d40ee4 commit 9bacb9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CONFIG_CAF_BLE_ADV_FILTER_ACCEPT_LIST=n
CONFIG_CAF_BLE_STATE_MAX_LOCAL_ID_BONDS=3

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

CONFIG_DESKTOP_BLE_USE_DEFAULT_ID=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# Align the advertised TX power with Fast Pair expectations.
# The value has been tailored for following targets:
# * nrf54l15dk/nrf54l15/cpuapp
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-17
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# the Read Beacon Parameters response with Fast Pair expectations.
# The value has been tailored for following DKs:
# * nrf54l15dk/nrf54l15/cpuapp
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-17
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-17
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-11

0 comments on commit 9bacb9a

Please sign in to comment.