We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579ef88 commit 4ec4f3bCopy full SHA for 4ec4f3b
1 file changed
config/nrfconnect/chip-module/Kconfig.features
@@ -182,12 +182,12 @@ config MCUMGR_GRP_IMG_UPLOAD_CHECK_HOOK
182
config MCUMGR_SMP_COMMAND_STATUS_HOOKS
183
default y
184
185
-# Increase BT MTU and RX buffer for big size DFU messages
+# Increase BT MTU and RX buffer sizes to improve DFU throughput on non-RAM-constrained devices
186
config BT_L2CAP_TX_MTU
187
- default 498
+ default 498 if !SOC_NRF54L10
188
189
config BT_BUF_ACL_RX_SIZE
190
- default 502
+ default 502 if !SOC_NRF54L10
191
192
# Increase MCUMGR_TRANSPORT_NETBUF_SIZE, as it must be big enough to fit MAX MTU + overhead and for single-image DFU default is 384 B
193
config MCUMGR_TRANSPORT_NETBUF_SIZE
0 commit comments