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:
Vinayak Kariappa Chettimada 2022-05-22 06:52:10 +05:30 committed by Carles Cufí
commit 8888681aa8
2 changed files with 0 additions and 12 deletions

View file

@ -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.