Skip to content

Commit 357ffb9

Browse files
committed
clean up
1 parent b735d6a commit 357ffb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/custom_hrm/custom_hrm.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void setupHRM(void)
121121

122122
// Configure the Heart Rate Measurement characteristic
123123
// See: https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.heart_rate_measurement.xml
124-
// Permission = Notify
124+
// Properties = Notify
125125
// Min Len = 1
126126
// Max Len = 8
127127
// B0 = UINT8 - Flag (MANDATORY)
@@ -144,7 +144,7 @@ void setupHRM(void)
144144

145145
// Configure the Body Sensor Location characteristic
146146
// See: https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.body_sensor_location.xml
147-
// Permission = Read
147+
// Properties = Read
148148
// Min Len = 1
149149
// Max Len = 1
150150
// B0 = UINT8 - Body Sensor Location

0 commit comments

Comments
 (0)