Skip to content

Commit 2aad7c1

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Imply CONFIG_BT_CONN_TX_NOTIFY_WQ
Change conditionally implies CONFIG_BT_CONN_TX_NOTIFY_WQ to work around HCI command timeout e.g. while erasing secondary image slot in the background. Jira: NCSDK-32945 Signed-off-by: Marek Pieta <[email protected]>
1 parent db7fe7d commit 2aad7c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

applications/nrf_desktop/Kconfig.ble

+6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ config DESKTOP_BT
1515
select BT_SETTINGS
1616
select BT_SIGNING
1717
select BT_SMP
18+
imply BT_CONN_TX_NOTIFY_WQ if BT_LL_SOFTDEVICE
1819
help
1920
Enable support for Bluetooth connectivity in the nRF Desktop
2021
application. Specific Bluetooth configurations and application
2122
modules are selected according to the HID device role. Apart from
2223
that, the defaults of Bluetooth-related Kconfigs are aligned with
2324
the nRF Desktop use case.
2425

26+
nRF Desktop conditionally implies using a separate workqueue for
27+
connection TX notify processing. This is done to work around HCI
28+
command timeout e.g. while erasing secondary image slot in the
29+
background.
30+
2531
if DESKTOP_BT
2632

2733
config DESKTOP_BT_PERIPHERAL

0 commit comments

Comments
 (0)