summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToXIc <4998146+ToXIc-Dev@users.noreply.github.com>2020-04-05 21:15:52 +0100
committerGitHub <noreply@github.com>2020-04-05 21:15:52 +0100
commite0307a8ee4132bc05168dddd41e66adf523bd4cc (patch)
tree6529ee7dfa4ba040b1dca1c8bda5898d818e44f9
parent86d5732b960fbe7f81ed711b2de7e6b79293c96a (diff)
Links mixed up, fixed.
-rw-r--r--doc/ble.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ble.md b/doc/ble.md
index 0302b471..9a7c59a8 100644
--- a/doc/ble.md
+++ b/doc/ble.md
@@ -19,9 +19,10 @@ If **CTS** is detected, it'll request the current time to the companion applicat
[List of standard BLE services](https://www.bluetooth.com/specifications/gatt/services/)
### CTS
-[Current Time Service](https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Services/org.bluetooth.service.alert_notification.xml)
+[Current Time Service](https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Services/org.bluetooth.service.current_time.xml)
### ANS
-[Alert Notification Service](https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Services/org.bluetooth.service.current_time.xml)
+[Alert Notification Service](https://www.bluetooth.com/wp-content/uploads/Sitecore-Media-Library/Gatt/Xml/Services/org.bluetooth.service.alert_notification.xml)
+
+![ANS sequence diagram](./ble/ans_sequence.png "ANS sequence diagram")
-![ANS sequence diagram](./ble/ans_sequence.png "ANS sequence diagram") \ No newline at end of file