Remove usage of Kconfig symbol `CONFIG_BT_DEBUG_LOG` from tests. 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: Théo Battrel <theo.battrel@nordicsemi.no>
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_BAS=y
|
|
CONFIG_BT_HRS=y
|
|
CONFIG_BT_ATT_PREPARE_COUNT=2
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_DEVICE_NAME="bsim_test_split"
|
|
CONFIG_BT_L2CAP_TX_BUF_COUNT=6
|
|
|
|
CONFIG_BT_CTLR_PRIVACY=n
|
|
|
|
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
|
|
CONFIG_BT_CTLR_SW_SWITCH_SINGLE_TIMER=y
|