I've followed migration document of S132 5.0.0 and to my positive surprise my existing SDK 13.1.0 code for nRF52832 seems to run without issues.
Are there any caveats of using this SD and SDK versions together?
Is 2Mbps PHY going to work assuming that I've got BLE_GAP_EVT_PHY_UPDATE
code right?
Update:
I've tested adapted SDK13.1.0 ble_app_att_mtu_throughput example between nRF52840 DK and nRF52 DK running S132 5.0.0. I'm getting ~1.3 Mbps in 2Mbps PHY mode and ~0.8 Mbps in 1Mbps mode so something is working.
I'd still feel better if Nordic could confirm that there are no unwanted side effects to that combination.