Skip to content

Commit

Permalink
bluetooth: adv_prov: fast_pair: use proper kconfig syntax in API doc
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kapi-no authored and rlubos committed Aug 2, 2024
1 parent 6e9543b commit a4756f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/bluetooth/adv_prov/fast_pair.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a4756f6

Please sign in to comment.