The `bluetooth/common/log.h` and `bluetooth/common/log.c` files have been removed. Files that were using them have been updated to use `zephyr/logging/log.h` instead. Those replacement have been done consequently: - `/BT_DBG/LOG_DBG/` - `/BT_ERR/LOG_ERR/` - `/BT_WARN/LOG_WRN/` - `/BT_INFO/LOG_INF/` - `/BT_HEXDUMP_DBG/LOG_HEXDUMP_DBG/` - `/BT_DBG_OBJ_ID/LOG_DBG_OBJ_ID/` Also, some files were relying on the `common/log.h` include to include `zephyr/bluetooth/hci.h`, in those cases the include of `hci.h` has been added. For files that were including `common/log.h` but not using any logs, the include has been removed and not replaced. Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
31 lines
755 B
Plaintext
31 lines
755 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_SMP_SC_ONLY=y
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|
|
CONFIG_BT_USE_DEBUG_KEYS=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_DEBUG_MONITOR_UART=y
|
|
CONFIG_UART_CONSOLE=n
|
|
CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_CONN_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_KEYS_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_L2CAP_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_SMP_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_SMP_SELFTEST=y
|
|
CONFIG_BT_ATT_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_GATT_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_BREDR=y
|
|
CONFIG_BT_RFCOMM=y
|
|
CONFIG_BT_AVDTP=y
|
|
CONFIG_BT_AVDTP_LOG_LEVEL_DBG=y
|
|
CONFIG_BT_A2DP=y
|
|
CONFIG_BT_HFP_HF=y
|
|
CONFIG_BT_HFP_HF_LOG_LEVEL_DBG=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|