From 9607ca018e7569b9490e97b3e1353cceb4c6c517 Mon Sep 17 00:00:00 2001 From: Kamil Piszczek Date: Fri, 14 Jun 2024 11:34:08 +0200 Subject: [PATCH] bluetooth: fast_pair: remove the experimental tag from fmdn extension Removed the experimental tag from the FMDN extension Kconfig: BT_FAST_PAIR_FMDN. Signed-off-by: Kamil Piszczek --- subsys/bluetooth/services/fast_pair/fmdn/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subsys/bluetooth/services/fast_pair/fmdn/Kconfig b/subsys/bluetooth/services/fast_pair/fmdn/Kconfig index 6021dd26731e..e3818f49cdb8 100644 --- a/subsys/bluetooth/services/fast_pair/fmdn/Kconfig +++ b/subsys/bluetooth/services/fast_pair/fmdn/Kconfig @@ -5,8 +5,7 @@ # menuconfig BT_FAST_PAIR_FMDN - bool "Find My Device Network extension for Fast Pair [EXPERIMENTAL]" - select EXPERIMENTAL + bool "Find My Device Network extension for Fast Pair" select BT_FAST_PAIR_STORAGE_OWNER_ACCOUNT_KEY select BT_FAST_PAIR_FMDN_CRYPTO help