On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During the Host data length update, I set the values to 251 bytes and 17040 µs, but the controller still ends up using the 251 bytes, 2704 µs parameters.
It seems that when using Coded PHY, the payload is limited to 27 bytes, which might be causing this.
I'd like to confirm:
Does this limitation exist on the nRF54L15 when using Coded PHY?
If not, how can I properly update the max TX time to 17040 µs in this case?