Skip to content

Commit 238590f

Browse files
committed
doc: nrf: bluetooth_services: fast_pair: Update Kconfig for sysbuild
Updates usage of a Kconfig for sysbuild Signed-off-by: Jamie McCrae <[email protected]>
1 parent 733c7ad commit 238590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/libraries/bluetooth_services/services/fast_pair.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Firmware Revision characteristic
135135

136136
The Fast Pair specification requires enabling GATT Device Information Service and the Firmware Revision characteristic.
137137
For this reason, the default values of the Kconfig options :kconfig:option:`CONFIG_BT_DIS` and :kconfig:option:`CONFIG_BT_DIS_FW_REV`, respectively, are set to enabled.
138-
The default value of :kconfig:option:`CONFIG_BT_DIS_FW_REV_STR` is set to :kconfig:option:`CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION` if :kconfig:option:`CONFIG_BOOTLOADER_MCUBOOT` is enabled.
138+
The default value of :kconfig:option:`CONFIG_BT_DIS_FW_REV_STR` is set to :kconfig:option:`CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION` if :kconfig:option:`SB_CONFIG_BOOTLOADER_MCUBOOT` is enabled.
139139
Otherwise, it is set to ``0.0.0+0``.
140140

141141
This requirement does not apply for the locator tag use case as specified in the `Fast Pair Device Feature Requirements for Locator Tags`_ documentation.

0 commit comments

Comments
 (0)