Skip to content

Commit

Permalink
Bluetooth: controller: split: include proper header file
Browse files Browse the repository at this point in the history
After removal of legacy controller ll_adv_aux.h does not exist anymore.
This is fixed in this PR by including ull_adv_aux.h instead.
The error only shows up when Advertisement Extensions are enabled
in the LL (CONFIG_BT_CTLR_ADV_EXT=y)

Signed-off-by: Andries Kruithof <Andries.Kruithof@nordicsemi.no>
  • Loading branch information
kruithofa authored and carlescufi committed May 26, 2020
1 parent ba88c99 commit 3a91f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/shell/ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int cmd_test_end(const struct shell *shell, size_t argc, char *argv[])
#endif /* CONFIG_BT_CTLR_DTM */

#if defined(CONFIG_BT_CTLR_ADV_EXT)
#include "../controller/ll_sw/ll_adv_aux.h"
#include "../controller/ll_sw/ull_adv_aux.h"
#include "../controller/ll_sw/lll.h"

#define OWN_ADDR_TYPE 1
Expand Down

0 comments on commit 3a91f35

Please sign in to comment.