Skip to content

Commit 8888681

Browse files
cvinayakcarlescufi
authored andcommitted
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 <[email protected]>
1 parent 8b5c84e commit 8888681

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

subsys/bluetooth/host/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ if(CONFIG_BT_HCI_HOST)
8787
endif()
8888
endif()
8989

90-
if(CONFIG_BT_WHITELIST)
91-
message(WARNING "CONFIG_BT_WHITELIST is deprecated.
92-
Please use CONFIG_BT_FILTER_ACCEPT_LIST instead."
93-
)
94-
endif()
9590
if(CONFIG_BT_DEBUG_SMP OR CONFIG_BT_DEBUG_KEYS OR CONFIG_BT_LOG_SNIFFER_INFO)
9691
message(WARNING "One of these options are enabled:
9792
CONFIG_BT_DEBUG_SMP CONFIG_BT_DEBUG_KEYS CONFIG_BT_LOG_SNIFFER_INFO.

subsys/bluetooth/host/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ config BT_SETTINGS_USE_PRINTK
215215
printk is enabled then the program memory footprint will be larger.
216216
endif # BT_SETTINGS
217217

218-
config BT_WHITELIST
219-
bool "DEPRECATED: Use BT_FILTER_ACCEPT_LIST instead"
220-
select BT_FILTER_ACCEPT_LIST
221-
222218
config BT_FILTER_ACCEPT_LIST
223219
bool "Filter accept list support"
224220
help
@@ -234,9 +230,6 @@ config BT_FILTER_ACCEPT_LIST
234230
advertising reports.
235231
Connections can be established automatically for accepted peers.
236232

237-
This options deprecates the bt_le_set_auto_conn API in favor of the
238-
bt_conn_create_auto_le API.
239-
240233
config BT_LIM_ADV_TIMEOUT
241234
int "Timeout for limited advertising in 1s units"
242235
default 30

0 commit comments

Comments
 (0)