Skip to content

Commit fd4c36a

Browse files
mkapala-nordicthst-nordic
authored andcommitted
samples: bluetooth: fast_pair: locator_tag: Use DULT API variant v2
Migrate the Fast Pair Locator sample to use the DULT API variant v2. Jira: NCSDK-40821 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
1 parent 0ea1717 commit fd4c36a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ CONFIG_BT_FAST_PAIR_FHN_DULT_MODEL_NAME="NCS locator tag"
7676
CONFIG_BT_FAST_PAIR_FHN_DULT_ACCESSORY_CATEGORY=1
7777
CONFIG_BT_FAST_PAIR_FHN_DULT_MOTION_DETECTOR=y
7878

79+
# DULT configuration
80+
CONFIG_DULT_API_VARIANT_V2=y
7981
CONFIG_DULT_LOG_LEVEL_DBG=y
8082

8183
# If the MCUboot is used for the bootloader, the firmware version must be aligned

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ CONFIG_BT_FAST_PAIR_FHN_DULT_MODEL_NAME="NCS locator tag"
8383
CONFIG_BT_FAST_PAIR_FHN_DULT_ACCESSORY_CATEGORY=1
8484
CONFIG_BT_FAST_PAIR_FHN_DULT_MOTION_DETECTOR=y
8585

86+
# DULT configuration
87+
CONFIG_DULT_API_VARIANT_V2=y
88+
8689
# If the MCUboot is used for the bootloader, the firmware version must be aligned
8790
# to the version from the VERSION file.
8891
# Major.Minor.Revision value of 0.0.0 is not supported by the Fast Pair Validator

0 commit comments

Comments
 (0)