Package-level declarations
Types
Errors specific to the Nordic Secure DFU protocol.
Coarse phases inside DfuUploadTransport.transferFirmware, for UI that must explain a silent wait.
Common upload-time surface implemented by both SecureDfuTransport (Nordic Secure DFU, service FE59) and LegacyDfuTransport (Nordic Legacy DFU / Adafruit BLEDfu, service 1530).
Contents extracted from a Nordic DFU .zip package.
Errors specific to the Nordic Legacy DFU protocol. These are a subtype of DfuException so the existing handler error-path code (which catches DfuException) covers both protocols.
Kable-based transport for the Nordic Legacy DFU protocol (Nordic SDK 11/12 / Adafruit BLEDfu).
KMP FirmwareUpdateHandler for nRF52 devices.
Kable-based transport for the Nordic Secure DFU (Secure DFU over BLE) protocol.