Skip to content

Commit 4cefdfc

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Disable Bluetooth LE Security mode 2 support
Change disables the deprecated `CONFIG_BT_SIGNING` Kconfig option. The application relies on Bluetooth LE security mode 1 and security level of at least 2 to ensure data confidentiality through encryption. Jira: NCSDK-36689 Signed-off-by: Marek Pieta <[email protected]>
1 parent 411e76b commit 4cefdfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/nrf_desktop/Kconfig.ble

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ config DESKTOP_BT
1313
imply DESKTOP_BLE_BOND_ENABLE
1414
select BT
1515
select BT_SETTINGS
16-
select BT_SIGNING
1716
select BT_SMP
1817
imply BT_CONN_TX_NOTIFY_WQ if BT_LL_SOFTDEVICE
1918
help

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ nRF5340 Audio
203203
nRF Desktop
204204
-----------
205205

206-
|no_changes_yet_note|
206+
* Updated the :option:`CONFIG_DESKTOP_BT` Kconfig option to no longer select the deprecated :kconfig:option:`CONFIG_BT_SIGNING` Kconfig option.
207+
Application relies on Bluetooth LE security mode 1 and security level of at least 2 to ensure data confidentiality through encryption.
207208

208209
nRF Machine Learning (Edge Impulse)
209210
-----------------------------------

0 commit comments

Comments
 (0)