This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

extended ATT_MTU does not work in long-range mode (coded PHY)

Hello
I want to use MTU = 247 bytes.
For 1M PHY, everything is working fine.
When I set the coded PHY, there is a problem.
I get the GATT event NRF_BLE_GATT_EVT_ATT_MTU_UPDATED with att_mtu_effective = 247.
But transmitting 244 bytes of data takes a time equal to 11 connection intervals. From this, I conclude that the actual MTU = 244 / 11 = 23 bytes.

SDK 15.3.0, nRF52840

Best Regards,

Sergey

Related