I used SDK 13.x to create a custom profile with services for nRF52832 with BLE 4.2
If I go to a nrf52840 with BLE 5.x SDK, can I use the exact same code, or do I have to modify old code to be BLE 5.x compatible?
I do not know how much work is needed to change the 4.2 code for BLE 5
Or can I use the older BLE 4.2 SDK 13.xx on nrf52840 with the old BLE 4.2 code I wrote?
Eventually, I will upgrade to BLE 5.x but for now the existing code for nRF52832 and SDK 13.x and BLE 4.2 works fine.
Any help appreciated