Hi,
From some time I'm trying to fix problems with throughput sample.
I don't know why, but after setting data len parameter to any value it's constantly sets 27.
uart:~$ config data_length 100
LE Data Packet Length set to: 100
[00:00:34.655,975] <inf> main: LE Data length update pending, since 1135607
[00:00:36.110,992] <inf> main: [local] LE data len updated: TX (len: 27 time: 2120) RX (len: 27 time: 2120), done: 1183285
[00:00:36.111,022] <inf> main: LE Data Length updated
uart:~$ config data_length 100
LE Data Packet Length set to: 100
[00:00:39.185,546] <inf> main: LE Data length update pending, since 1284032
Same code for Particle Xenon with nrft52840 works fine so I guess it's config problem somewhere between network and application core.
https://github.com/DuMaM/bitly_nrf5x/blob/main/prj_nrf5340dk_nrf5340_cpuapp.conf
https://github.com/DuMaM/bitly_nrf5x/blob/main/child_image/hci_rpmsg.conf
Please help me in setting this up.