Skip to content

Commit 0af8fe1

Browse files
committed
Renamed Discriptors to Descriptor in Example.java
1 parent 04f19fc commit 0af8fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/movisens/smartgattlib/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void main(String[] args) {
1717
UUID characteristicUuid = null;// characteristic.getUuid();
1818
if (Characteristic.HEART_RATE_MEASUREMENT.equals(characteristicUuid)) {
1919
// TODO: Enable notification
20-
//BluetoothGattDescriptor descriptor = characteristic.getDescriptor(Descriptors.CLIENT_CHARACTERISTIC_CONFIGURATION);
20+
//BluetoothGattDescriptor descriptor = characteristic.getDescriptor(Descriptor.CLIENT_CHARACTERISTIC_CONFIGURATION);
2121
//descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE);
2222
//mBluetoothGatt.writeDescriptor(descriptor);
2323
}

0 commit comments

Comments
 (0)