e9ee3e0af0
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: Théo Battrel <theo.battrel@nordicsemi.no>
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
# Uncomment the following two options to get thread stack usage logs
|
|
#CONFIG_INIT_STACKS=y
|
|
#CONFIG_THREAD_STACK_INFO=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SMP_SC_ONLY=y
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|
|
CONFIG_BT_MAX_PAIRED=2
|
|
CONFIG_BT_DEVICE_NAME="SC only peripheral"
|