Skip to content

Commit

Permalink
bluetooth: fast_pair: use_case: locator_tag: add restrictions
Browse files Browse the repository at this point in the history
Added restrictions for the unsupported Fast Pair features to the
Fast Pair Locator Tag use case.

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
  • Loading branch information
kapi-no authored and nordicjm committed Aug 27, 2024
1 parent 2e5e36f commit 5e45476
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions subsys/bluetooth/services/fast_pair/use_case/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ config BT_FAST_PAIR_USE_CASE_LOCATOR_TAG
bool "Locator tag use case"
select BT_FAST_PAIR_FMDN
select BT_FAST_PAIR_FMDN_DULT
select BT_FAST_PAIR_USE_CASE_UNSUPPORTED_GATT_SERVICE_MODEL_ID
select BT_FAST_PAIR_USE_CASE_UNSUPPORTED_SUBSEQUENT_PAIRING
select BT_FAST_PAIR_USE_CASE_UNSUPPORTED_PN
help
Select the locator tag Fast Pair use case. Locator tag is a small electronic device that
can be attached to an object or a person, and is designed to help locate them in case
Expand All @@ -67,3 +70,16 @@ config BT_FAST_PAIR_USE_CASE_MOUSE
in the Google Fast Pair specification.

endchoice

# Collection of unsupported Fast Pair features that can be selected by the use case Kconfig.
config BT_FAST_PAIR_USE_CASE_UNSUPPORTED_GATT_SERVICE_MODEL_ID
bool
depends on !BT_FAST_PAIR_GATT_SERVICE_MODEL_ID

config BT_FAST_PAIR_USE_CASE_UNSUPPORTED_SUBSEQUENT_PAIRING
bool
depends on !BT_FAST_PAIR_SUBSEQUENT_PAIRING

config BT_FAST_PAIR_USE_CASE_UNSUPPORTED_PN
bool
depends on !BT_FAST_PAIR_PN

0 comments on commit 5e45476

Please sign in to comment.