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 1af8aef commit 05c3ddfCopy full SHA for 05c3ddf
features/FEATURE_BLE/ble/services/HeartRateService.h
@@ -58,7 +58,7 @@ class HeartRateService {
58
valueBytes(hrmCounter),
59
hrmRate(GattCharacteristic::UUID_HEART_RATE_MEASUREMENT_CHAR, valueBytes.getPointer(),
60
valueBytes.getNumValueBytes(), HeartRateValueBytes::MAX_VALUE_BYTES,
61
- GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_READ | GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY),
+ GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY),
62
hrmLocation(GattCharacteristic::UUID_BODY_SENSOR_LOCATION_CHAR, &location),
63
controlPoint(GattCharacteristic::UUID_HEART_RATE_CONTROL_POINT_CHAR, &controlPointValue) {
64
setupService();
0 commit comments