Skip to content

Commit

Permalink
Renamed Discriptors to Descriptor in Example.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JStumpp committed Jul 24, 2013
1 parent 04f19fc commit 0af8fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/movisens/smartgattlib/Example.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void main(String[] args) {
UUID characteristicUuid = null;// characteristic.getUuid();
if (Characteristic.HEART_RATE_MEASUREMENT.equals(characteristicUuid)) {
// TODO: Enable notification
//BluetoothGattDescriptor descriptor = characteristic.getDescriptor(Descriptors.CLIENT_CHARACTERISTIC_CONFIGURATION);
//BluetoothGattDescriptor descriptor = characteristic.getDescriptor(Descriptor.CLIENT_CHARACTERISTIC_CONFIGURATION);
//descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE);
//mBluetoothGatt.writeDescriptor(descriptor);
}
Expand Down

0 comments on commit 0af8fe1

Please sign in to comment.