File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
doc/nrf/releases_and_maturity/migration Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,19 @@ ZMS settings backend
105
105
To migrate from the legacy backend to the new backend remove the Kconfig options :kconfig:option: `CONFIG_SETTINGS_ZMS_NAME_CACHE `
106
106
and :kconfig:option: `CONFIG_SETTINGS_ZMS_NAME_CACHE_SIZE ` from your conf files.
107
107
108
+ Bluetooth LE legacy pairing
109
+ ---------------------------
110
+
111
+ .. toggle ::
112
+
113
+ Support for Bluetooth LE legacy pairing is no longer enabled by default, because it is not secure.
114
+ The :kconfig:option: `CONFIG_BT_SMP_SC_PAIR_ONLY ` Kconfig option is enabled by default in Zephyr.
115
+ If you still need to support the Bluetooth LE legacy pairing and you accept the security risks, disable the option in the configuration.
116
+
117
+ .. note ::
118
+ Using Bluetooth LE legacy pairing introduces, among others, a risk of passive eavesdropping.
119
+ Supporting Bluetooth LE legacy pairing makes devices vulnerable to downgrade attacks.
120
+
108
121
nRF54H20
109
122
========
110
123
You can’t perform that action at this time.
0 commit comments