Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log
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>
This commit is contained in:
parent
808266a493
commit
e458f5aae6
253 changed files with 7131 additions and 7180 deletions
|
@ -66,18 +66,18 @@ CONFIG_UART_CONSOLE=y
|
|||
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
|
||||
CONFIG_BT_MESH_DEBUG=y
|
||||
#CONFIG_BT_MESH_DEBUG_PROV=y
|
||||
#CONFIG_BT_MESH_DEBUG_PROXY=y
|
||||
#CONFIG_BT_MESH_DEBUG_BEACON=y
|
||||
#CONFIG_BT_MESH_DEBUG_NET=y
|
||||
#CONFIG_BT_MESH_DEBUG_TRANS=y
|
||||
#CONFIG_BT_MESH_DEBUG_LOW_POWER=y
|
||||
#CONFIG_BT_MESH_DEBUG_FRIEND=y
|
||||
#CONFIG_BT_MESH_DEBUG_MODEL=y
|
||||
#CONFIG_BT_MESH_DEBUG_ACCESS=y
|
||||
#CONFIG_BT_MESH_DEBUG_CRYPTO=y
|
||||
#CONFIG_BT_MESH_DEBUG_ADV=y
|
||||
CONFIG_BT_MESH_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_PROXY_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_BEACON_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_NET_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_TRANS_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_LOW_POWER_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_FRIEND_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_MODEL_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_ACCESS_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_CRYPTO_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_ADV_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_MESH_SELF_TEST=y
|
||||
|
||||
#CONFIG_BT_HCI_VS_EXT=n
|
||||
|
@ -86,10 +86,10 @@ CONFIG_BT_MESH_DEBUG=y
|
|||
|
||||
CONFIG_BT_RX_STACK_SIZE=4096
|
||||
|
||||
#CONFIG_BT_DEBUG_HCI_DRIVER=y
|
||||
#CONFIG_BT_DEBUG_HCI_CORE=y
|
||||
#CONFIG_BT_DEBUG_GATT=y
|
||||
#CONFIG_BT_DEBUG_CONN=y
|
||||
#CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_GATT_LOG_LEVEL_DBG=y
|
||||
#CONFIG_BT_CONN_LOG_LEVEL_DBG=y
|
||||
|
||||
CONFIG_BT_MAX_CONN=1
|
||||
CONFIG_BT_CTLR_RX_BUFFERS=6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue