Skip to content

Commit 2993b1e

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: controller: legacy: Add missing BT_DEBUG_ENABLED define
Add missing BT_DEBUG_ENABLED definitions. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 83d6e5d commit 2993b1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

subsys/bluetooth/controller/ll_sw/ctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#include "ll_filter.h"
4848

4949
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)
50-
#define LOG_MODULE_NAME bt_ctlr_llsw_ctrl
50+
#define LOG_MODULE_NAME bt_ctlr_ctrl
5151
#include "common/log.h"
5252

5353
#if defined(CONFIG_BT_CTLR_CONN_RSSI)

subsys/bluetooth/controller/ll_sw/ll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <bluetooth/hci.h>
1616

1717
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)
18-
#define LOG_MODULE_NAME bt_ctlr_llsw_ll
18+
#define LOG_MODULE_NAME bt_ctlr_ll
1919
#include "common/log.h"
2020

2121
#include "hal/cpu.h"

subsys/bluetooth/controller/ll_sw/ll_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define ADDR_TYPE_ANON 0xFF
2525

2626
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)
27-
#define LOG_MODULE_NAME bt_ctlr_llsw_llfilter
27+
#define LOG_MODULE_NAME bt_ctlr_ll_filter
2828
#include "common/log.h"
2929

3030
#include "hal/debug.h"

0 commit comments

Comments
 (0)