Hi,
Is there a way to reject a buttonless DFU attempt (nRF52832, SDK14.2) ?
I want my application to allow DFU only when certain conditions are met.
I thought using case BLE_DFU_EVT_BOOTLOADER_ENTER_PREPARE: in ble_dfu_evt_handler().
However, since it does not return any value (void) I don't see a way to 'abort' the DFU attempt (without messing with the DFU service implementation).
Any thoughts?
Thanks