Bluetooth: Audio: Add missing codec debug Kconfig
Add misisng codec debug Kconfig for the codec.c file. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
6ca40703d1
commit
a9071b361f
4 changed files with 8 additions and 1 deletions
|
@ -273,6 +273,11 @@ legacy-debug-sym = BT_AUDIO_DEBUG_STREAM
|
|||
module-str = "Bluetooth Audio Stream"
|
||||
source "subsys/bluetooth/common/Kconfig.template.log_config_bt"
|
||||
|
||||
parent-module = BT
|
||||
module = BT_AUDIO_CODEC
|
||||
module-str = "Bluetooth Audio Codec"
|
||||
source "subsys/logging/Kconfig.template.log_config_inherit"
|
||||
|
||||
config BT_AUDIO_DEBUG_STREAM_DATA
|
||||
bool "Bluetooth Audio Stream data debug"
|
||||
depends on BT_AUDIO_STREAM_LOG_LEVEL_DBG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue