Hello,
I am currently developing an application on a single core application. I need to add a BLE part to this application. Currently, I have an OTA update procedure that allows me to update my application in LTE. But now, I need to add the ble layer. Does the network core need to be updated as well or is it a once flashed (as stacks) and my application communicates with it with an api?
I want to be able to continue to evolve my application with BLE functions by doing an OTA only on my application and not on the network core (because it is not supported in my OTA process).
It's possible ?
Regards,