[nRF52840, NCS 2.5.0] Is it possible to reduce (or disable) the packet re-transmissions in the BLE stack?

Hello,

I am working on a BLE application based on the nRF52840 and NCS 2.5.0.

I'd like to reduce or disable the packet retransmissions. I've looked through the NCS documentation but couldn't find anything to that topic.

Is this possible?

I'm aware that there are a couple of similar posts here on the forum, but they seemed rather old and were referring to the nRF5 SDK. 

I did see that the Zephyr LL exposes a parameter CONFIG_BT_CTLR_TX_RETRY_DISABLE that seems to disable retransmissions completely,

but my application uses MPSL which is not compatible with the Zephyr LL.

Any help is much appreciated.

Thanks

Related