From 6cf9138eacf521a6a27234fa54683c63a7ce00c0 Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Tue, 26 Oct 2021 16:48:07 +0200 Subject: [PATCH] Bluetooth: Audio: Mark MICS and MICS_CLIENT as experimental The implementation and its API is still considered experimental. Signed-off-by: Emil Gydesen --- subsys/bluetooth/audio/Kconfig.mics | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/subsys/bluetooth/audio/Kconfig.mics b/subsys/bluetooth/audio/Kconfig.mics index 0388f650366..9c71d92ea71 100644 --- a/subsys/bluetooth/audio/Kconfig.mics +++ b/subsys/bluetooth/audio/Kconfig.mics @@ -11,8 +11,9 @@ if BT_AUDIO ##################### Microphone Input Control Service ##################### config BT_MICS - bool "Microphone Input Control Service Support" + bool "Microphone Input Control Service Support [EXPERIMENTAL]" default n + select EXPERIMENTAL help This option enables support for Microphone Input Control Service. @@ -47,9 +48,10 @@ endif # BT_MICS ##################### Microphone Control Profile Client ##################### config BT_MICS_CLIENT - bool "Microphone Control Profile Support" + bool "Microphone Control Profile Support [EXPERIMENTAL]" select BT_GATT_CLIENT select BT_GATT_AUTO_DISCOVER_CCC + select EXPERIMENTAL help This option enables support for Microphone Control Profile.