We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f19fc commit 0af8fe1Copy full SHA for 0af8fe1
src/com/movisens/smartgattlib/Example.java
@@ -17,7 +17,7 @@ public static void main(String[] args) {
17
UUID characteristicUuid = null;// characteristic.getUuid();
18
if (Characteristic.HEART_RATE_MEASUREMENT.equals(characteristicUuid)) {
19
// TODO: Enable notification
20
- //BluetoothGattDescriptor descriptor = characteristic.getDescriptor(Descriptors.CLIENT_CHARACTERISTIC_CONFIGURATION);
+ //BluetoothGattDescriptor descriptor = characteristic.getDescriptor(Descriptor.CLIENT_CHARACTERISTIC_CONFIGURATION);
21
//descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE);
22
//mBluetoothGatt.writeDescriptor(descriptor);
23
}
0 commit comments