File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,6 @@ if(CONFIG_BT_HCI_HOST)
8787 endif ()
8888endif ()
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 ()
9590if (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.
Original file line number Diff line number Diff line change @@ -215,10 +215,6 @@ config BT_SETTINGS_USE_PRINTK
215215 printk is enabled then the program memory footprint will be larger.
216216endif # BT_SETTINGS
217217
218- config BT_WHITELIST
219- bool "DEPRECATED: Use BT_FILTER_ACCEPT_LIST instead"
220- select BT_FILTER_ACCEPT_LIST
221-
222218config 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-
240233config BT_LIM_ADV_TIMEOUT
241234 int "Timeout for limited advertising in 1s units"
242235 default 30
You can’t perform that action at this time.
0 commit comments