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:
parent
aaefd3db7e
commit
00dbf6188c
2 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue