Very quick question:
I've created a device which implements the Legacy DFU Service. I've also created an Android Application that I plan to develop to be able to conduct OTA DFU updates with the device I created. I understand that Legacy DFU Service is not secure, but this is just for testing for now.
My question is how do I tell my Android Application to conduct the firmware update using the Legacy DFU Service? Looking at the Github page, do I just have to set setUnsafeExperimentalButtonlessServiceInSecureDfuEnabled(true), or is there any other way to tell my Android Application to do this? Any help or guidance would be appreciated!