Skip to content

Commit 4ff0212

Browse files
committed
Link updated
1 parent eba7cd8 commit 4ff0212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: BLE-COMMON.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The BLE Library v2 allows to set a callback for BLE operations using `.with(Data
3232
It is common, that you application needs to parse the received data.
3333

3434
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)
3636
characteristic specifies the structure of data sent by a remote sensor.
3737

3838
Using just the BLE Library, one would have to write code that looks something like this:

0 commit comments

Comments
 (0)