mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 14:45:48 +00:00
BT_DEBUG is a promptless helper symbol, defined in subsys/bluetooth/common/Kconfig. It is selected by BT_DEBUG_LOG, which these configuration files also enable. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_DEVICE_NAME="P2PSRV1"
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_BUFFER_SIZE=2048
|