We currently have an application that is running SDK 12.1 on the NRF52832. We have no issues doing a firmware update using the iOS SDK. What we are seeing is a long delay between the iOS completion callback, and the actual application running again on the NRF52. In our case this is generally around 30 seconds.
SDK 14 has the following define:NRF_DFU_POST_SD_BL_TIMEOUT_MS, but I do not see anything related to this in SDK 12.
Is there some way I am missing to diminish this timeout?
Thanks in advance for the feedback.