- GattError - Class in no.nordicsemi.android.error
-
Parses the error numbers according to the gatt_api.h file from bluedroid stack.
- GattError() - Constructor for class no.nordicsemi.android.error.GattError
-
- getApplicationInfo() - Method in class no.nordicsemi.android.dfu.internal.manifest.Manifest
-
- getApplicationInit() - Method in class no.nordicsemi.android.dfu.internal.ArchiveInputStream
-
Returns the content of the init file for the Application or null
if no application file in the ZIP, or the DAT file is not provided.
- getApplicationVersion() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getBinFileName() - Method in class no.nordicsemi.android.dfu.internal.manifest.FileInfo
-
- getBootloaderInfo() - Method in class no.nordicsemi.android.dfu.internal.manifest.Manifest
-
- getBootloaderSize() - Method in class no.nordicsemi.android.dfu.internal.manifest.SoftDeviceBootloaderFileInfo
-
- getCompressionType() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getContentType() - Method in class no.nordicsemi.android.dfu.internal.ArchiveInputStream
-
Returns the content type based on the content of the ZIP file.
- getCrc32() - Method in class no.nordicsemi.android.dfu.internal.ArchiveInputStream
-
Returns the CRC32 of the part of the firmware that was already read.
- getDatFileName() - Method in class no.nordicsemi.android.dfu.internal.manifest.FileInfo
-
- getDeviceRevision() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getDeviceType() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getErrorNumber() - Method in exception no.nordicsemi.android.dfu.internal.exception.DfuException
-
- getErrorNumber() - Method in exception no.nordicsemi.android.dfu.internal.exception.RemoteDfuException
-
- getFirmwareCRC16() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getFirmwareHash() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getInitPacketData() - Method in class no.nordicsemi.android.dfu.internal.manifest.FileInfo
-
- getManifest() - Method in class no.nordicsemi.android.dfu.internal.ArchiveInputStream
-
Returns the manifest object if it was specified in the ZIP file.
- getManifest() - Method in class no.nordicsemi.android.dfu.internal.manifest.ManifestFile
-
- getMessage() - Method in exception no.nordicsemi.android.dfu.internal.exception.DfuException
-
- getMessage() - Method in exception no.nordicsemi.android.dfu.internal.exception.RemoteDfuException
-
- getMessage() - Method in exception no.nordicsemi.android.dfu.internal.exception.UnknownResponseException
-
- getNotificationTarget() - Method in class no.nordicsemi.android.dfu.DfuBaseService
-
This method must return the activity class that will be used to create the pending intent used as a content intent in the notification showing the upload progress.
- getPacketVersion() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getScanner() - Static method in class no.nordicsemi.android.dfu.internal.scanner.BootloaderScannerFactory
-
Returns the scanner implementation.
- getSoftdeviceBootloaderInfo() - Method in class no.nordicsemi.android.dfu.internal.manifest.Manifest
-
- getSoftdeviceInfo() - Method in class no.nordicsemi.android.dfu.internal.manifest.Manifest
-
- getSoftdeviceReq() - Method in class no.nordicsemi.android.dfu.internal.manifest.InitPacketData
-
- getSoftdeviceSize() - Method in class no.nordicsemi.android.dfu.internal.manifest.SoftDeviceBootloaderFileInfo
-
- getSystemInit() - Method in class no.nordicsemi.android.dfu.internal.ArchiveInputStream
-
Returns the content of the init file for SoftDevice and/or Bootloader.