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)
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
You can’t perform that action at this time.
0 commit comments