Skip to content

Commit

Permalink
bluetooth: fast_pair: remove the experimental tag from the main Kconfig
Browse files Browse the repository at this point in the history
Removed the experimental tag from the main Fast Pair library Kconfig:
BT_FAST_PAIR.

Signed-off-by: Kamil Piszczek <[email protected]>
  • Loading branch information
kapi-no authored and carlescufi committed Jun 17, 2024
1 parent a5cb449 commit df5fed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subsys/bluetooth/services/fast_pair/Kconfig.fast_pair
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
#

menuconfig BT_FAST_PAIR
bool "Google Fast Pair Service (GFPS) [EXPERIMENTAL]"
bool "Google Fast Pair Service (GFPS)"
select BT_NRF_SERVICES
select EXPERIMENTAL
help
Enable Google Fast Pair Service (GFPS).

Expand Down

0 comments on commit df5fed1

Please sign in to comment.