Package-level declarations
Set of classes and interfaces that are used to implement the Device Firmware Update feature in an Android application.
The main access point is the DfuServiceInitiator class that is used to initiate the DFU process.
Types
Link copied to clipboard
The DFU Service provides full support for Over-the-Air (OTA) Device Firmware Update (DFU) by Nordic Semiconductor.
Link copied to clipboard
interface DfuController
A controller class allows you to pause, resume or abort the DFU operation in a easy way.
Link copied to clipboard
interface DfuDeviceSelector
The device selector can be used to filter scan results when scanning for the device advertising in bootloader mode.
Link copied to clipboard
interface DfuLogListener
Listener for log events.
Link copied to clipboard
interface DfuProgressListener
Listener for status, progress and error events.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A controller class allows you to pause, resume or abort the DFU operation in a easy way.
Link copied to clipboard
class DfuServiceInitiator
A helper class for starting a DFU process on a remote device supporting Legacy or Secure DFU services from nRF5 SDK.
Link copied to clipboard
A helper class that should be used to register listeners for DFU Service broadcast events.
Link copied to clipboard
interface DfuSettingsConstants
A collection of constants used for reading DFU constants from android.preference.PreferenceManager in previous versions of DFU Library.
Link copied to clipboard