Fastest supported connection interval using the Coded PHY?

I'm trying to achieve a 10 ms connection interval using the LE Coded PHY.

SDK version 2.5.0

After implementing support for LE Coded PHY into our central application, I set the connection interval to 10 ms, but on the sniffer capture I’m seeing that the central (master) only checks in with an interval of 39.28 ms after every 3rd check in instead of the expected ~10 ms.  Any thoughts on why that would be?  My main.c is attached.

Related