Comments improved

This commit is contained in:
Aleksander Nowakowski 2018-10-17 17:41:50 +02:00
parent cf86be8e11
commit 05e9a90ed0
2 changed files with 4 additions and 1 deletions

View File

@ -263,6 +263,7 @@ import no.nordicsemi.android.dfu.internal.exception.UploadAbortedException;
/**
* Wends the whole init packet stream to the given characteristic.
* @param characteristic the target characteristic
* @param crc32 the CRC object to be updated based on the data sent
* @throws DfuException
* @throws DeviceDisconnectedException
* @throws UploadAbortedException

View File

@ -45,7 +45,9 @@ import no.nordicsemi.android.dfu.internal.exception.UnknownResponseException;
import no.nordicsemi.android.dfu.internal.exception.UploadAbortedException;
import no.nordicsemi.android.error.SecureDfuError;
/* package */ class SecureDfuImpl extends BaseCustomDfuImpl {
/* package */
@SuppressWarnings("JavaDoc")
class SecureDfuImpl extends BaseCustomDfuImpl {
// UUIDs used by the DFU
protected static final UUID DEFAULT_DFU_SERVICE_UUID = new UUID(0x0000FE5900001000L, 0x800000805F9B34FBL); // 16-bit UUID assigned by Bluetooth SIG
protected static final UUID DEFAULT_DFU_CONTROL_POINT_UUID = new UUID(0x8EC90001F3154F60L, 0x9FB8838830DAEA50L);