Skip to content

Commit b3c6151

Browse files
jhedbergkartben
authored andcommitted
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]>
1 parent d3c8cb4 commit b3c6151

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/releases/migration-guide-4.1.rst

+3
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,9 @@ Bluetooth Host
437437
makes a device vulnerable for downgrade attacks. If an application still needs to use LE legacy
438438
pairing, it should disable :kconfig:option:`CONFIG_BT_SMP_SC_PAIR_ONLY` manually.
439439

440+
* The prompt for :kconfig:option:`CONFIG_BT_ECC` has been removed, since it only offers an internal
441+
API, meaning internal users should explicitly select it in their respective Kconfig options.
442+
440443
Bluetooth Crypto
441444
================
442445

doc/releases/release-notes-4.1.rst

+3
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)