From 8e34701e19d40b015b686dedb5cc60f7bbdc71ff Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Thu, 17 Mar 2022 17:15:35 +0100 Subject: [PATCH] Bluetooth: Audio: Move CONFIG_BT_CODEC out of unicast-only Move the Kconfig options for BT_CODEC out of the BT_AUDIO_UNICAST guard, as these are used for broadcast sink and broadcast source as well. Signed-off-by: Emil Gydesen --- subsys/bluetooth/audio/Kconfig.baps | 3 --- 1 file changed, 3 deletions(-) diff --git a/subsys/bluetooth/audio/Kconfig.baps b/subsys/bluetooth/audio/Kconfig.baps index 09627d1eb2c..91c9be10cd6 100644 --- a/subsys/bluetooth/audio/Kconfig.baps +++ b/subsys/bluetooth/audio/Kconfig.baps @@ -36,8 +36,6 @@ config BT_AUDIO_UNICAST_CLIENT This option enables support for Bluetooth Unicast Audio Client using Isochronous channels. -if BT_AUDIO_UNICAST - config BT_CODEC_MAX_DATA_COUNT int "Codec Capabilities Data Count" default 5 @@ -115,7 +113,6 @@ config BT_AUDIO_UNICAST_CLIENT_ASE_SRC_COUNT instances for Basic Audio Profile on a per connection basis. endif # BT_AUDIO_UNICAST_CLIENT -endif # BT_AUDIO_UNICAST config BT_AUDIO_BROADCAST_SOURCE bool "Bluetooth Broadcast Source Audio Support [EXPERIMENTAL]"