File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libraries/Bluefruit52Lib/examples/Peripheral/custom_hrm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ void setupHRM(void)
121
121
122
122
// Configure the Heart Rate Measurement characteristic
123
123
// See: https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.heart_rate_measurement.xml
124
- // Permission = Notify
124
+ // Properties = Notify
125
125
// Min Len = 1
126
126
// Max Len = 8
127
127
// B0 = UINT8 - Flag (MANDATORY)
@@ -144,7 +144,7 @@ void setupHRM(void)
144
144
145
145
// Configure the Body Sensor Location characteristic
146
146
// See: https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.body_sensor_location.xml
147
- // Permission = Read
147
+ // Properties = Read
148
148
// Min Len = 1
149
149
// Max Len = 1
150
150
// B0 = UINT8 - Body Sensor Location
You can’t perform that action at this time.
0 commit comments