Bluetooth: Switch from SYS_LOG to logger-based logging

Initial conversion to use syslog instead of logger.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2018-07-17 10:35:52 +03:00 committed by Carles Cufí
commit 343c53e841
60 changed files with 93 additions and 25 deletions

View file

@ -24,6 +24,7 @@
#include <bluetooth/att.h>
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_CONN)
#define LOG_MODULE_NAME bt_conn
#include "common/log.h"
#include "hci_core.h"