Skip to content

Commit 2f38c52

Browse files
cvinayakcfriedt
authored andcommitted
Bluetooth: Controller: Remove ULL header include in LLL
Do not include ULL header in LLL, instead values and fields required in LLL shall be declared in LLL contexts. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 66c931d commit 2f38c52

File tree

1 file changed

+0
-2
lines changed
  • subsys/bluetooth/controller/ll_sw/nordic/lll

1 file changed

+0
-2
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
#include "lll_prof_internal.h"
4646
#include "lll_df_internal.h"
4747

48-
#include "ull_internal.h"
49-
5048
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)
5149
#define LOG_MODULE_NAME bt_ctlr_lll_adv
5250
#include "common/log.h"

0 commit comments

Comments
 (0)