Skip to content

Commit d4df509

Browse files
jhedberganangl
authored andcommitted
[nrf fromtree] doc: release: Add notes for Bluetooth ECDH changes
Mention the removed prompt for BT_ECC in the migration guide, and also add a note about the removed HCI emulation layer to the release notes. Signed-off-by: Johan Hedberg <[email protected]> (cherry picked from commit b3c6151)
1 parent 0adc06d commit d4df509

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/releases/migration-guide-4.1.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ Bluetooth Host
344344
makes a device vulnerable for downgrade attacks. If an application still needs to use LE legacy
345345
pairing, it should disable :kconfig:option:`CONFIG_BT_SMP_SC_PAIR_ONLY` manually.
346346

347+
* The prompt for :kconfig:option:`CONFIG_BT_ECC` has been removed, since it only offers an internal
348+
API, meaning internal users should explicitly select it in their respective Kconfig options.
349+
347350
Bluetooth Crypto
348351
================
349352

doc/releases/release-notes-4.1.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ Bluetooth
9696
* :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` has been deprecated and
9797
:kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA` has been added.
9898

99+
* The ECDH HCI command/event emulation layer has been removed, meaning the host will now always
100+
do direct calls to PSA to perform these operations.
101+
99102
* HCI Drivers
100103

101104
* Mesh

0 commit comments

Comments
 (0)