Bluetooth: controller: Rename BT_LL_SW to BT_LL_SW_LEGACY
Rename the controller Kconfig option BT_LL_SW to BT_LL_SW_LEGACY in preparation towards switch to new Link Layer implementation. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
312f05eaef
commit
f4eb03c538
17 changed files with 25 additions and 25 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "pdu.h"
|
||||
#include "lll.h"
|
||||
|
||||
#if defined(CONFIG_BT_LL_SW)
|
||||
#if defined(CONFIG_BT_LL_SW_LEGACY)
|
||||
#include <sys/slist.h>
|
||||
#include "ctrl.h"
|
||||
#define ull_adv_is_enabled ll_adv_is_enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue