Bluetooth: controller: Minor scoping fixes for vendor implementations

Make sure declarations are in scope for certain vendor specific
configurations.

Signed-off-by: Morten Priess <mtpr@oticon.com>
This commit is contained in:
Morten Priess 2022-02-09 11:45:32 +01:00 committed by Anas Nashif
commit 9f7ea41780
2 changed files with 7 additions and 3 deletions

View file

@ -22,6 +22,7 @@
#include "ull_conn_internal.h"
#include "ll_feat.h"
#include "ll_settings.h"
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)
#define LOG_MODULE_NAME bt_ctlr_ll_feat