DfuException
Errors specific to the Nordic Secure DFU protocol.
Inheritors
Types
Link copied to clipboard
CRC-32 of the transferred data does not match the device's computed checksum.
Link copied to clipboard
BLE connection to the DFU target could not be established or was lost.
Link copied to clipboard
The DFU zip package is malformed or missing required entries.
Link copied to clipboard
class ProtocolError(val opcode: Byte, val resultCode: Byte, val extendedError: Byte? = null) : DfuException
The device returned a DFU error response for a given opcode.
Link copied to clipboard
A DFU operation did not complete within the expected time window.
Link copied to clipboard
Data transfer to the device failed for a non-protocol reason (e.g. BLE write error).