Bluetooth: Audio: Add AUDIO_ISO debug logging

Add a logging module for the audio_iso.c file, to enable
logging for that.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2022-12-22 15:10:58 +01:00 committed by Carles Cufí
commit b9a6e04cb3
4 changed files with 24 additions and 0 deletions

View file

@ -378,5 +378,9 @@ config BT_AUDIO_STREAM
default y if BT_ASCS || BT_AUDIO_UNICAST_CLIENT || \
BT_AUDIO_BROADCAST_SOURCE || BT_AUDIO_BROADCAST_SINK
module = BT_AUDIO_ISO
module-str = "Bluetooth Audio ISO"
source "subsys/logging/Kconfig.template.log_config"
rsource "Kconfig.pacs"
rsource "Kconfig.ascs"