Skip to content

Commit bc38edc

Browse files
committed
Documentation updated
1 parent d7fb268 commit bc38edc

File tree

82 files changed

+171
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+171
-178
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
88

99
```Groovy
10-
compile 'no.nordicsemi.android:dfu:1.0.0'
10+
compile 'no.nordicsemi.android:dfu:1.0.1'
1111
```
1212

1313
If you use proguard, add the following line to your proguard rules:
@@ -51,6 +51,7 @@ Check platform folders for mode details about compatibility for each library.
5151
### Resources
5252

5353
- [DFU Introduction](http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/examples_ble_dfu.html?cp=6_0_0_4_3_1 "BLE Bootloader/DFU")
54+
- [Secure DFU Introduction](http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ble_sdk_app_dfu_bootloader.html?cp=4_0_0_4_3_1 "BLE Secure DFU Bootloader")
5455
- [How to create init packet](https://github.com/NordicSemiconductor/Android-nRF-Connect/tree/master/init%20packet%20handling "Init packet handling")
5556
- [nRF51 Development Kit (DK)](http://www.nordicsemi.com/eng/Products/nRF51-DK "nRF51 DK") (compatible with Arduino Uno Revision 3)
5657
- [nRF52 Development Kit (DK)](http://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52-DK "nRF52 DK") (compatible with Arduino Uno Revision 3)

documentation/javadoc/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

documentation/javadoc/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

documentation/javadoc/constant-values.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>Constant Field Values</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -115,14 +115,14 @@ <h2 title="no.nordicsemi">no.nordicsemi.*</h2>
115115
<!-- -->
116116
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
117117
<td><code><a href="no/nordicsemi/android/dfu/BuildConfig.html#VERSION_CODE">VERSION_CODE</a></code></td>
118-
<td class="colLast"><code>5</code></td>
118+
<td class="colLast"><code>6</code></td>
119119
</tr>
120120
<tr class="altColor">
121121
<td class="colFirst"><a name="no.nordicsemi.android.dfu.BuildConfig.VERSION_NAME">
122122
<!-- -->
123123
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
124124
<td><code><a href="no/nordicsemi/android/dfu/BuildConfig.html#VERSION_NAME">VERSION_NAME</a></code></td>
125-
<td class="colLast"><code>"1.0.0"</code></td>
125+
<td class="colLast"><code>"1.0.1"</code></td>
126126
</tr>
127127
</tbody>
128128
</table>
@@ -765,13 +765,6 @@ <h2 title="no.nordicsemi">no.nordicsemi.*</h2>
765765
<td class="colLast"><code>"settings_number_of_packets"</code></td>
766766
</tr>
767767
<tr class="altColor">
768-
<td class="colFirst"><a name="no.nordicsemi.android.dfu.DfuSettingsConstants.SETTINGS_NUMBER_OF_PACKETS_DEFAULT">
769-
<!-- -->
770-
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
771-
<td><code><a href="no/nordicsemi/android/dfu/DfuSettingsConstants.html#SETTINGS_NUMBER_OF_PACKETS_DEFAULT">SETTINGS_NUMBER_OF_PACKETS_DEFAULT</a></code></td>
772-
<td class="colLast"><code>12</code></td>
773-
</tr>
774-
<tr class="rowColor">
775768
<td class="colFirst"><a name="no.nordicsemi.android.dfu.DfuSettingsConstants.SETTINGS_PACKET_RECEIPT_NOTIFICATION_ENABLED">
776769
<!-- -->
777770
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>

documentation/javadoc/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>Deprecated List</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

documentation/javadoc/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:36 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>API Help</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>A-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-10.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>L-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-11.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>M-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-12.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>N-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-13.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>O-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-14.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>P-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-15.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>R-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-16.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>S-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-17.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>T-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-18.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>U-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-19.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>V-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>B-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-20.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>W-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>C-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-4.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>D-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-5.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>E-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-6.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>F-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-7.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>G-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-8.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>H-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index-files/index-9.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>I-Index</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

documentation/javadoc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>Generated Documentation (Untitled)</title>
77
<script type="text/javascript">
88
targetPage = "" + window.location.search;

documentation/javadoc/no/nordicsemi/android/dfu/BuildConfig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>BuildConfig</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

documentation/javadoc/no/nordicsemi/android/dfu/DfuBaseService.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>DfuBaseService</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

documentation/javadoc/no/nordicsemi/android/dfu/DfuLogListener.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 01 16:24:35 CEST 2016 -->
5+
<!-- Generated by javadoc (1.8.0_91) on Thu Sep 15 13:13:31 CEST 2016 -->
66
<title>DfuLogListener</title>
7-
<meta name="date" content="2016-09-01">
7+
<meta name="date" content="2016-09-15">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)