Hi,
the nRF5 SDK v13.0.0-1.alpha uses the BLE_GAP_PHY_CODED
constant to indicate a coded PHY.
The BLE 5.0 standard specifies two options for coding: S=2 (500 kbit/s) and S=8 (125 kbit/s).
Which one of these does BLE_GAP_PHY_CODED
enable?
Regards Tobias