Skip to content

Commit 647c1f7

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: nrf54h20dk: Enable CONFIG_BT_CONN_PARAM_ANY
Change enables `CONFIG_BT_CONN_PARAM_ANY` in application configuration of nRF54H20 DK. Accepting any values for connection parameters must be explicitly enabled in the configuration, because Bluetooth Controller is not part of the main application. Jira: NCSDK-32681 Signed-off-by: Marek Pieta <[email protected]>
1 parent acb553b commit 647c1f7

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ CONFIG_UDC_DWC2_DMA=n
104104
CONFIG_BT_MAX_PAIRED=2
105105
CONFIG_BT_ID_MAX=3
106106

107+
# Accepting any values for Bluetooth LE connection parameters must be explicitly enabled, as the
108+
# Bluetooth Controller is not part of the main application.
109+
CONFIG_BT_CONN_PARAM_ANY=y
110+
107111
# Enable MCUmgr Bluetooth transport
108112
CONFIG_MCUMGR_TRANSPORT_BT=y
109113
CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW_ENCRYPT=y

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_dongle.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ CONFIG_BT_PRIVACY=y
8686

8787
CONFIG_BT_BUF_ACL_TX_SIZE=35
8888

89+
# Accepting any values for Bluetooth LE connection parameters must be explicitly enabled, as the
90+
# Bluetooth Controller is not part of the main application.
91+
CONFIG_BT_CONN_PARAM_ANY=y
92+
8993
CONFIG_STREAM_FLASH=y
9094
CONFIG_IMG_MANAGER=y
9195
CONFIG_MCUBOOT_IMG_MANAGER=y

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_release.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ CONFIG_UDC_DWC2_DMA=n
9898
CONFIG_BT_MAX_PAIRED=2
9999
CONFIG_BT_ID_MAX=3
100100

101+
# Accepting any values for Bluetooth LE connection parameters must be explicitly enabled, as the
102+
# Bluetooth Controller is not part of the main application.
103+
CONFIG_BT_CONN_PARAM_ANY=y
104+
101105
# Enable MCUmgr Bluetooth transport
102106
CONFIG_MCUMGR_TRANSPORT_BT=y
103107
CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW_ENCRYPT=y

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_release_dongle.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ CONFIG_BT_PRIVACY=y
8585

8686
CONFIG_BT_BUF_ACL_TX_SIZE=35
8787

88+
# Accepting any values for Bluetooth LE connection parameters must be explicitly enabled, as the
89+
# Bluetooth Controller is not part of the main application.
90+
CONFIG_BT_CONN_PARAM_ANY=y
91+
8892
CONFIG_STREAM_FLASH=y
8993
CONFIG_IMG_MANAGER=y
9094
CONFIG_MCUBOOT_IMG_MANAGER=y

0 commit comments

Comments
 (0)