Bluetooth: Audio: Add CONFIG_BT_AUDIO_DEBUG_STREAM_DATA
Add the CONFIG_BT_AUDIO_DEBUG_STREAM_DATA Kconfig option to better debug bt_audio_stream without drowning the log in the data being sent. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
1add19c834
commit
1b9c2e22b2
4 changed files with 20 additions and 3 deletions
|
@ -193,6 +193,14 @@ config BT_AUDIO_DEBUG_STREAM
|
|||
Use this option to enable Bluetooth Audio Stream debug logs for the
|
||||
Bluetooth Audio functionality.
|
||||
|
||||
config BT_AUDIO_DEBUG_STREAM_DATA
|
||||
bool "Bluetooth Audio Stream data debug"
|
||||
depends on BT_AUDIO_DEBUG_STREAM
|
||||
help
|
||||
Use this option to enable Bluetooth Audio Stream data debug logs for
|
||||
the Bluetooth Audio functionality. This will enable debug logs for all
|
||||
audio data received and sent.
|
||||
|
||||
config BT_AUDIO_DEBUG_CAPABILITIES
|
||||
bool "Bluetooth Audio Capabilities debug"
|
||||
depends on BT_AUDIO_CAPABILITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue