Skip to content

Commit 04f19fc

Browse files
committed
Renamed Descriptors to Descriptor
1 parent 53234b2 commit 04f19fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/movisens/smartgattlib/Descriptors.java renamed to src/com/movisens/smartgattlib/Descriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.HashMap;
44
import java.util.UUID;
55

6-
public class Descriptors {
6+
public class Descriptor {
77
public static final UUID CHARACTERISTIC_EXTENDED_PROPERTIES = new UUID((0x2900L << 32) | 0x1000, GattUtils.leastSigBits);
88
public static final UUID CHARACTERISTIC_USER_DESCRIPTION = new UUID((0x2901L << 32) | 0x1000, GattUtils.leastSigBits);
99
public static final UUID CLIENT_CHARACTERISTIC_CONFIGURATION = new UUID((0x2902L << 32) | 0x1000, GattUtils.leastSigBits);

0 commit comments

Comments
 (0)