- ERROR_BLUETOOTH_DISABLED - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when the the Bluetooth adapter is disabled.
- ERROR_CHARACTERISTICS_NOT_FOUND - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when the required DFU service has been found but at least one of the DFU characteristics is absent.
- ERROR_CONNECTION_MASK - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The flag set when one of BluetoothGattCallback
methods was called with status other than BluetoothGatt.GATT_SUCCESS
.
- ERROR_CONNECTION_STATE_MASK - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The flag set when the BluetoothGattCallback.onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)
method was called with
status other than BluetoothGatt.GATT_SUCCESS
.
- ERROR_CRC_ERROR - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when the received CRC does not match with the calculated one.
- ERROR_DEVICE_DISCONNECTED - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- ERROR_FILE_ERROR - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown if service was unable to open the file (IOException
has been thrown).
- ERROR_FILE_INVALID - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when input file is not a valid HEX or ZIP file.
- ERROR_FILE_IO_EXCEPTION - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when IOException
occurred when reading from file.
- ERROR_FILE_NOT_FOUND - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- ERROR_FILE_SIZE_INVALID - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when the firmware file is not word-aligned.
- ERROR_FILE_TYPE_UNSUPPORTED - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when the the service does not support given type or mime-type.
- ERROR_INIT_PACKET_REQUIRED - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
DFU Bootloader version 0.6+ requires sending the Init packet.
- ERROR_INVALID_RESPONSE - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when unknown response has been obtained from the target.
- ERROR_MASK - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
If this bit is set than the progress value indicates an error.
- ERROR_REMOTE_MASK - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Flag set when the DFU target returned a DFU error.
- ERROR_SERVICE_DISCOVERY_NOT_STARTED - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Error thrown when gatt.discoverServices();
returns false.
- ERROR_SERVICE_NOT_FOUND - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Thrown when the service discovery has finished but the DFU service has not been found.
- ERROR_TYPE_COMMUNICATION - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- ERROR_TYPE_COMMUNICATION_STATE - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- ERROR_TYPE_DFU_REMOTE - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- ERROR_TYPE_OTHER - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- EXTENDED_ERROR - Static variable in class no.nordicsemi.android.error.SecureDfuError
-
- EXTRA_ACTION - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The action extra.
- EXTRA_AVG_SPEED_B_PER_MS - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The average upload speed in bytes/millisecond for the current part.
- EXTRA_DATA - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
An extra field with progress and error information used in broadcast events.
- EXTRA_DEVICE_ADDRESS - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The address of the device to update.
- EXTRA_DEVICE_NAME - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The optional device name.
- EXTRA_DISABLE_NOTIFICATION - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
A boolean indicating whether to disable the progress notification in the status bar.
- EXTRA_ERROR_TYPE - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The type of the error.
- EXTRA_FILE_MIME_TYPE - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The input file mime-type.
- EXTRA_FILE_PATH - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
A path to the file with the new firmware.
- EXTRA_FILE_RES_ID - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- EXTRA_FILE_TYPE - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
This optional extra parameter may contain a file type.
- EXTRA_FILE_URI - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- EXTRA_INIT_FILE_PATH - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The Init packet URI.
- EXTRA_INIT_FILE_RES_ID - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The Init packet URI.
- EXTRA_INIT_FILE_URI - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The Init packet URI.
- EXTRA_KEEP_BOND - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
This flag indicated whether the bond information should be kept or removed after an upgrade of the Application.
- EXTRA_LOG_LEVEL - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- EXTRA_LOG_MESSAGE - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
- EXTRA_PART_CURRENT - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The number of currently transferred part.
- EXTRA_PARTS_TOTAL - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
Number of parts in total.
- EXTRA_PROGRESS - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
An extra field to send the progress or error information in the DFU notification.
- EXTRA_RESTORE_BOND - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
If the new firmware (application) does not share the bond information with the old one, the bond information is lost.
- EXTRA_SPEED_B_PER_MS - Static variable in class no.nordicsemi.android.dfu.DfuBaseService
-
The current upload speed in bytes/millisecond.