File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dfu/src/main/java/no/nordicsemi/android/dfu Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
205
205
public static final String EXTRA_PACKET_RECEIPT_NOTIFICATIONS_ENABLED = "no.nordicsemi.android.dfu.extra.EXTRA_PRN_ENABLED" ;
206
206
/**
207
207
* This property must contain a positive integer value, usually from range 1-200.
208
- * <p>The default value is {@value DfuServiceInitiator#DEFAULT_PRN_VALUE}. Setting it to 0 will disable the Packet Receipt Notification procedure.
208
+ * <p>The default value is {@link DfuServiceInitiator#DEFAULT_PRN_VALUE}. Setting it to 0 will disable the Packet Receipt Notification procedure.
209
209
* When sending a firmware using the DFU procedure the service will send this number of packets before waiting for a notification.
210
210
* Packet Receipt Notifications are used to synchronize the sender with receiver.
211
211
* <p>On Android, calling {@link android.bluetooth.BluetoothGatt#writeCharacteristic(BluetoothGattCharacteristic)}
You can’t perform that action at this time.
0 commit comments