Skip to content

Commit d117c09

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Add a note about disabling BLE legacy pairing
Change introduces a release note to inform that BLE legacy pairing was disabled by default in application configurations. Jira: NCSDK-31809 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
1 parent 9537bf8 commit d117c09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@ nRF Desktop
254254
This change results from the Bluetooth subsystem transition to the PSA cryptographic API.
255255
The GATT database hash calculation now requires larger stack size.
256256

257+
* Support for Bluetooth LE legacy pairing is no longer enabled by default, because it is not secure.
258+
Using Bluetooth LE legacy pairing introduces, among others, a risk of passive eavesdropping.
259+
Supporting Bluetooth LE legacy pairing makes devices vulnerable for a downgrade attack.
260+
The :kconfig:option:`CONFIG_BT_SMP_SC_PAIR_ONLY` Kconfig option is enabled by default in Zephyr.
261+
If you still need to support the Bluetooth LE legacy pairing, you need to disable the option in the configuration.
262+
257263
* Added:
258264

259265
* System Power Management for the :ref:`zephyr:nrf54h20dk_nrf54h20` board target on the application and radio cores.

0 commit comments

Comments
 (0)