Skip to content

Commit e1822eb

Browse files
committed
doc: Remove "whitelist" references in nRF Desktop and CAF
Rephrase the sentences in nRF Desktop and CAF documentation where "whiltelist" term was still used. Signed-off-by: Robert Lubos <[email protected]>
1 parent 9831ab1 commit e1822eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/nrf_desktop/doc/ble_adv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Avoiding connection requests from unbonded centrals when bonded
3131
===============================================================
3232

3333
If the Bluetooth local identity currently in use already has a bond and the nRF Desktop device uses indirect advertising, the device will not set the General Discoverable flag.
34-
The nRF desktop devices also enable :kconfig:`CONFIG_BT_FILTER_ACCEPT_LIST` to whitelist incoming scan response data requests and connection requests.
34+
The nRF Desktop devices also enable :kconfig:`CONFIG_BT_FILTER_ACCEPT_LIST` to mark incoming scan response data requests and connection requests as acceptable.
3535
This is done to prevent Bluetooth Centrals other than the bonded one from connecting with the device.
3636
The nRF Desktop dongle scans for peripheral devices using the Bluetooth device name, which is provided in the scan response data.
3737

doc/nrf/libraries/caf/ble_adv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The module performs one of the following operations:
136136
Avoiding connection requests from unbonded centrals when bonded
137137
===============================================================
138138

139-
If :kconfig:`CONFIG_BT_FILTER_ACCEPT_LIST` is enabled and Bluetooth local identity that is in use already has a bond, the device will whitelist incoming scan response data requests and connection requests.
139+
If :kconfig:`CONFIG_BT_FILTER_ACCEPT_LIST` is enabled and Bluetooth local identity that is in use already has a bond, the device will mark incoming scan response data requests and connection requests as acceptable.
140140
This is done to prevent Bluetooth Centrals other than the bonded one from connecting with the device.
141141

142142
.. |ble_adv| replace:: Bluetooth® LE advertising module

0 commit comments

Comments
 (0)