From 538ff6c3ea4425a9253602ef621a195af02a36e9 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Thu, 30 Nov 2017 15:50:10 +0100 Subject: [PATCH] Javadoc comment fix --- dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java b/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java index aa01b063..24122cde 100644 --- a/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java +++ b/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java @@ -205,7 +205,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres public static final String EXTRA_PACKET_RECEIPT_NOTIFICATIONS_ENABLED = "no.nordicsemi.android.dfu.extra.EXTRA_PRN_ENABLED"; /** * This property must contain a positive integer value, usually from range 1-200. - *

The default value is {@value DfuServiceInitiator#DEFAULT_PRN_VALUE}. Setting it to 0 will disable the Packet Receipt Notification procedure. + *

The default value is {@link DfuServiceInitiator#DEFAULT_PRN_VALUE}. Setting it to 0 will disable the Packet Receipt Notification procedure. * When sending a firmware using the DFU procedure the service will send this number of packets before waiting for a notification. * Packet Receipt Notifications are used to synchronize the sender with receiver. *

On Android, calling {@link android.bluetooth.BluetoothGatt#writeCharacteristic(BluetoothGattCharacteristic)}