Skip to content

Commit

Permalink
Javadoc comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 30, 2017
1 parent e9f3f55 commit 538ff6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>The default value is {@value DfuServiceInitiator#DEFAULT_PRN_VALUE}. Setting it to 0 will disable the Packet Receipt Notification procedure.
* <p>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.
* <p>On Android, calling {@link android.bluetooth.BluetoothGatt#writeCharacteristic(BluetoothGattCharacteristic)}
Expand Down

0 comments on commit 538ff6c

Please sign in to comment.