Bluetooth: controller: Disable controller privacy feature
Disable the unsupported controller privacy feature in the ULL/LLL split architecture implementation. This feature will be enabled in the future when it has been ported to support multiple vendor SoCs. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
90c205f6a0
commit
c629ea8a64
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ config BT_CTLR_LE_PING
|
||||||
|
|
||||||
config BT_CTLR_PRIVACY
|
config BT_CTLR_PRIVACY
|
||||||
bool "LE Controller-based Privacy"
|
bool "LE Controller-based Privacy"
|
||||||
depends on !SOC_SERIES_NRF51X
|
depends on !SOC_SERIES_NRF51X && BT_LL_SW
|
||||||
default y
|
default y
|
||||||
select BT_CTLR_FILTER
|
select BT_CTLR_FILTER
|
||||||
select BT_RPA
|
select BT_RPA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue