You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
35
35
This is done to prevent Bluetooth Centrals other than the bonded one from connecting with the device.
36
36
The nRF Desktop dongle scans for peripheral devices using the Bluetooth device name, which is provided in the scan response data.
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.
140
140
This is done to prevent Bluetooth Centrals other than the bonded one from connecting with the device.
141
141
142
142
.. |ble_adv| replace:: Bluetooth® LE advertising module
0 commit comments