Revert "Bluetooth: Controller: Fix filter accept list and privacy default"

This reverts commit 59eef60665.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2023-01-20 15:51:55 +05:30 committed by Carles Cufí
commit 00dbf6188c
2 changed files with 2 additions and 4 deletions

View file

@ -476,16 +476,16 @@ endif # BT_CONN
config BT_CTLR_FILTER_ACCEPT_LIST
bool "Filter Accept List Support"
default y if BT_HCI_RAW || BT_FILTER_ACCEPT_LIST
default y
help
Enable support for controller Filter Accept List feature
config BT_CTLR_PRIVACY
bool "LE Controller-based Privacy"
depends on BT_CTLR_PRIVACY_SUPPORT
default y
select BT_CTLR_FILTER_ACCEPT_LIST if BT_LL_SW_SPLIT
select BT_RPA
default y if BT_HCI_RAW || BT_PRIVACY
help
Enable support for Bluetooth v4.2 LE Controller-based Privacy feature
in the Controller.