Skip to content

Commit 05c3ddf

Browse files
committed
BLE/HRS: Fix #4661
1 parent 1af8aef commit 05c3ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/services/HeartRateService.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class HeartRateService {
5858
valueBytes(hrmCounter),
5959
hrmRate(GattCharacteristic::UUID_HEART_RATE_MEASUREMENT_CHAR, valueBytes.getPointer(),
6060
valueBytes.getNumValueBytes(), HeartRateValueBytes::MAX_VALUE_BYTES,
61-
GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_READ | GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY),
61+
GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY),
6262
hrmLocation(GattCharacteristic::UUID_BODY_SENSOR_LOCATION_CHAR, &location),
6363
controlPoint(GattCharacteristic::UUID_HEART_RATE_CONTROL_POINT_CHAR, &controlPointValue) {
6464
setupService();

0 commit comments

Comments
 (0)