Skip to content

Commit 9d12cca

Browse files
muraliThokalarlubos
authored andcommitted
samples: wifi: ble_coex: Increase BT controller data length to 251
The default controller data length for single-core builds is 27 bytes, which limits Bluetooth LE throughput. Increasing this value to 251 enables Data Length Extension (DLE) and improves throughput to match dual-core platforms. This change is platform-agnostic and works for both single-core and dual-core builds. Signed-off-by: Murali Thokala <[email protected]>
1 parent 0df93db commit 9d12cca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/wifi/ble_coex/prj.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,8 @@ CONFIG_NRF70_QSPI_LOW_POWER=n
119119
CONFIG_NRF_RPC=n
120120
CONFIG_NRF_RPC_CBOR=n
121121
CONFIG_MBEDTLS_HEAP_SIZE=1024
122+
123+
# Increase controller data length to 251 for higher BLE throughput.
124+
# This setting is platform-agnostic and required for single-core builds.
125+
# For dual-core builds, sysbuild already propagates this Kconfig to the net/radio core.
126+
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251

0 commit comments

Comments
 (0)