Bluetooth: Audio: Mark MICS and MICS_CLIENT as experimental

The implementation and its API is still considered experimental.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2021-10-26 16:48:07 +02:00 committed by Carles Cufí
commit 6cf9138eac

View file

@ -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.