Hi, I am using the Nordic nRF53DK, with the Segger IDE, in the NCS 1.5.0 release.
I'm playing around the Data Length Extension with the Sample of the Central UART and Peripheral UAR using nRF53DK both.
Acorrding to the sample of through,I've added a hci_rpmsg.conf file in a "child_image" folder and added there my configuration extension for both project:

I also increasing the value of MTU and set the CONFIG_BT_USER_DATA_LEN_UPDATE in both Sample project :

Including, I've added the code in both project according to the throughput:

When I build and run the both project, the log is:
central

perpheral

Note that the Data Length Extension doesn't work. How to change it? In a init way.