Skip to content

Commit cb6faf3

Browse files
mkapala-nordicanangl
authored andcommitted
application: nrf_desktop: Rework DESKTOP_BLE_LOW_LATENCY_LOCK dependency
Change dependency on CONFIG_DESKTOP_BLE_LOW_LATENCY_LOCK so it can be configured in case when BT_CTLR is not enabled as part of the application that uses BLE latency module. Jira: NCSDK-24224 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
1 parent 82fee48 commit cb6faf3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

applications/nrf_desktop/src/modules/Kconfig.ble_latency

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ config DESKTOP_BLE_SECURITY_FAIL_TIMEOUT_S
2929

3030
config DESKTOP_BLE_LOW_LATENCY_LOCK
3131
bool "Keep the slave latency low for LLPM connections"
32-
depends on BT_LL_SOFTDEVICE
32+
depends on CAF_BLE_USE_LLPM
3333
help
3434
When this option is selected, the slave latency is kept low
3535
for the LLPM connection unless device is in low power mode. This

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

+2
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ nRF Desktop
196196
* The :ref:`nrf_desktop_dfu` to use :ref:`partition_manager` definitions for determining currently booted image slot in build time.
197197
The other image slot is used to store an application update image.
198198
* The :ref:`nrf_desktop_dfu_mcumgr` to use MCUmgr SMP command status callbacks (the :kconfig:option:`CONFIG_MCUMGR_SMP_COMMAND_STATUS_HOOKS` Kconfig option) instead of MCUmgr image and OS management callbacks.
199+
* The dependencies of the :kconfig:option:`CONFIG_DESKTOP_BLE_LOW_LATENCY_LOCK` Kconfig option.
200+
The option can be enabled even when the Bluetooth controller is not enabled as part of the application that uses :ref:`nrf_desktop_ble_latency`.
199201

200202
Thingy:53: Matter weather station
201203
---------------------------------

0 commit comments

Comments
 (0)