Bluetooth: Update terms in public API to spec v5.3

The Bluetooth Core Specification, version 5.3, has introduced multiple
changes to several widely-used terms in order to make them inclusive.
Update the public API to reflect this, excluding hci.h, which will be
done in a subsequent commit.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2021-09-14 12:28:45 +02:00 committed by Johan Hedberg
commit 6de4747979
18 changed files with 152 additions and 105 deletions

View file

@ -87,6 +87,11 @@ 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.