From a4756f6adf86a247a39dca2725a9e70c178eb4b0 Mon Sep 17 00:00:00 2001 From: Kamil Piszczek Date: Thu, 1 Aug 2024 16:25:06 +0200 Subject: [PATCH] bluetooth: adv_prov: fast_pair: use proper kconfig syntax in API doc Improved the Bluetooth Advertising Provider API documentation for Fast Pair by adding Kconfig tags to the described Kconfig options. Ref: NCSDK-28245 Signed-off-by: Kamil Piszczek --- include/bluetooth/adv_prov/fast_pair.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bluetooth/adv_prov/fast_pair.h b/include/bluetooth/adv_prov/fast_pair.h index 3f7977b256b..a04fb2c317d 100644 --- a/include/bluetooth/adv_prov/fast_pair.h +++ b/include/bluetooth/adv_prov/fast_pair.h @@ -31,8 +31,8 @@ void bt_le_adv_prov_fast_pair_enable(bool enable); /** Show/hide UI indication in Fast Pair not discoverable advertising. * - * This API is only available when the CONFIG_BT_FAST_PAIR_SUBSEQUENT_PAIRING Kconfig - * option is enabled. With this Kconfig option disabled, UI indications are always + * This API is only available when the @kconfig{CONFIG_BT_FAST_PAIR_SUBSEQUENT_PAIRING} + * Kconfig option is enabled. With this Kconfig option disabled, UI indications are always * hidden. * * This configuration does not affect Fast Pair discoverable advertising.