diff --git a/documentation/javadoc/no/nordicsemi/android/dfu/DfuController.html b/documentation/javadoc/no/nordicsemi/android/dfu/DfuController.html
new file mode 100644
index 0000000..14fdc95
--- /dev/null
+++ b/documentation/javadoc/no/nordicsemi/android/dfu/DfuController.html
@@ -0,0 +1,263 @@
+
+
+
+
+
+DfuController
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Field |
+- Constr |
+- Method
+
+
+- Detail:
+- Field |
+- Constr |
+- Method
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Method Summary
+
+All Methods Instance Methods Abstract Methods
+
+Modifier and Type |
+Method and Description |
+
+
+void |
+abort()
+Aborts the DFU operation after it has started.
+ |
+
+
+void |
+pause()
+Pauses the DFU operation.
+ |
+
+
+void |
+resume()
+Resumes a previously paused DFU operation.
+ |
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
pause
+void pause()
+Pauses the DFU operation. Call
resume()
to resume, or
abort()
to cancel.
+ This method does nothing if DFU operation was already paused.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Field |
+- Constr |
+- Method
+
+
+- Detail:
+- Field |
+- Constr |
+- Method
+
+
+
+
+
+
+
+