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:
parent
324374d20c
commit
6de4747979
18 changed files with 152 additions and 105 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue