Commit e9ee3e0a authored by Théo Battrel's avatar Théo Battrel Committed by Anas Nashif
Browse files

Bluetooth: Samples: Remove usage of `BT_DEBUG_LOG`

Remove usage of Kconfig symbol `CONFIG_BT_DEBUG_LOG` from samples. It
has been deprecated since this PR:
https://github.com/zephyrproject-rtos/zephyr/pull/56183



The Kconfig symbols has been replaced by `CONFIG_LOG=y` on most of the
cases. Or it has been removed when not needed anymore.

Signed-off-by: default avatarThéo Battrel <theo.battrel@nordicsemi.no>
parent e0e7f588
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_LOG=y
CONFIG_BT_DEVICE_NAME="Test beacon"

CONFIG_BT_LL_SW_SPLIT=y
+1 −1
Original line number Diff line number Diff line
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_LOG=y
CONFIG_BT_DEVICE_NAME="Test beacon"
+1 −1
Original line number Diff line number Diff line
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_LOG=y
CONFIG_BT_AUDIO=y
CONFIG_BT_SMP=y
CONFIG_BT_PAC_SNK=y
+1 −1
Original line number Diff line number Diff line
CONFIG_MAIN_STACK_SIZE=2048

CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_LOG=y
CONFIG_BT_AUDIO=y
CONFIG_BT_BAP_BROADCAST_SOURCE=y

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ CONFIG_BT_EXT_ADV=y
CONFIG_BT_EXT_ADV_MAX_ADV_SET=2
CONFIG_BT_DEVICE_NAME="Broadcaster Multiple"

CONFIG_BT_DEBUG_LOG=y
CONFIG_LOG=y

# Zephyr Bluetooth LE Controller will need to use chain PDUs when AD data
# length > 191 bytes
Loading