SDK 15.2.0
I migrated ble_app_buttonless_dfu to our project, and test DFU with android nRF Tool. Everything work fine.
But when tring on iOS nRF Tool, it always stop in { Enabling DFU Bootloader... } (as the picture attached )
At this moment, the nRF52 stop advertising.
If i reset the nRF52 it goes to application and advertising again.
Then I use nRF Tool on android to do DFU, I could see nRF52 switch to bootloader and the pending state on iOS start to DFU processing and complete the DFU.
I guess there's some problem in swtich to bootloader with iOS nRF Tool.
I could switch to DFU by using lightblue with The Buttonless Secure DFU Service, write 0x01to Buttonless DFU without bonds.
If any suggestion for me ?