Skip to content

Commit 4ec4f3b

Browse files
committed
[nrf toup] Disable BLE SMP buffer scaling on nRF54L10
Disable automatic increase of the Bluetooth SMP MTU and RX buffers on the nRF54L10 SoC. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
1 parent 579ef88 commit 4ec4f3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/nrfconnect/chip-module/Kconfig.features

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ config MCUMGR_GRP_IMG_UPLOAD_CHECK_HOOK
182182
config MCUMGR_SMP_COMMAND_STATUS_HOOKS
183183
default y
184184

185-
# Increase BT MTU and RX buffer for big size DFU messages
185+
# Increase BT MTU and RX buffer sizes to improve DFU throughput on non-RAM-constrained devices
186186
config BT_L2CAP_TX_MTU
187-
default 498
187+
default 498 if !SOC_NRF54L10
188188

189189
config BT_BUF_ACL_RX_SIZE
190-
default 502
190+
default 502 if !SOC_NRF54L10
191191

192192
# 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
193193
config MCUMGR_TRANSPORT_NETBUF_SIZE

0 commit comments

Comments
 (0)