You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BLE-COMMON.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The BLE Library v2 allows to set a callback for BLE operations using `.with(Data
32
32
It is common, that you application needs to parse the received data.
33
33
34
34
Let's have a look at HRM profile.
35
-
The [Heart Rate Measurement](https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.heart_rate_measurement.xml)
35
+
The [Heart Rate Measurement](https://www.bluetooth.com/xml-viewer/?src=https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Characteristics/org.bluetooth.characteristic.heart_rate_measurement.xml)
36
36
characteristic specifies the structure of data sent by a remote sensor.
37
37
38
38
Using just the BLE Library, one would have to write code that looks something like this:
0 commit comments