Bluetooth: Remove deprecated BT_WHITELIST KConfig option
Remove the deprecated BT_WHITELIST Kconfig option. Also, remove a mention of the deleted bt_conn_create_auto_le API. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
8b5c84e2aa
commit
8888681aa8
2 changed files with 0 additions and 12 deletions
|
@ -87,11 +87,6 @@ if(CONFIG_BT_HCI_HOST)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(CONFIG_BT_WHITELIST)
|
||||
message(WARNING "CONFIG_BT_WHITELIST is deprecated.
|
||||
Please use CONFIG_BT_FILTER_ACCEPT_LIST instead."
|
||||
)
|
||||
endif()
|
||||
if(CONFIG_BT_DEBUG_SMP OR CONFIG_BT_DEBUG_KEYS OR CONFIG_BT_LOG_SNIFFER_INFO)
|
||||
message(WARNING "One of these options are enabled:
|
||||
CONFIG_BT_DEBUG_SMP CONFIG_BT_DEBUG_KEYS CONFIG_BT_LOG_SNIFFER_INFO.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue