Hi, I am using the Nordic nRF53PDK, with the Segger IDE, and v1.3.0 of theSDK, and would like to know how to enable Data Length Extensions. I am starting from the SDK \\v1.3.0\nrf\samples\bluetooth\llpm project, as this is a BT5.2 capable project, supporting Low Latency.
For my project, I need to enable Data Length Extension functionality, but can't see where this needs to be added in order to get it to work.
I have tried adding CONFIG_BT_DATA_LEN_UPDATE=y and CONFIG_BT_CTLR_DATA_LENGTH_MAX=234 to the proj.conf file, but this causes an exception to be issues immediately to the debug ouput UART
Any help would be appreciated.
Best Regards,
Rick