From e0307a8ee4132bc05168dddd41e66adf523bd4cc Mon Sep 17 00:00:00 2001 From: ToXIc <4998146+ToXIc-Dev@users.noreply.github.com> Date: Sun, 5 Apr 2020 21:15:52 +0100 Subject: [PATCH] Links mixed up, fixed. --- doc/ble.md | 7 ++++--- 1 file 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