SDK: NCS 1.8.0
Based on: Peripheral LBS example
Central: Mobile (iPhone)
Peripheral: nRF52832
Hello,
We are attempting to abstract the FOTA service within our custom application. We have successfully performed a FOTA using the nRF Connect Mobile App after integrating the "smp_server" sample.
Is there a way to trigger a reset into the MCUBoot bootloader, without using the FOTA service, within our own application code? This was previously possible using the nRF5 SDK, we reset the device into bootloader mode and could see then see the device advertise as "DFUTarg". Is this possible using nRF Connect SDK?
Another thing to note is that we'd like the FOTA service not to be included in our GATT table when the device is not in MCUBoot mode.
Thank you,
Tom