summaryrefslogtreecommitdiff
path: root/doc/ble.md
diff options
context:
space:
mode:
authorArsen6331 <arsen@arsenm.dev>2021-11-24 22:22:04 +0000
committerGitHub <noreply@github.com>2021-11-24 22:22:04 +0000
commit47f73269bbf24aeabeacd5190d64133f46372525 (patch)
treed2eb07a3a9ce108b79b17779569ba0787ff736a6 /doc/ble.md
parent7322f3286bd4aa15f671e780fa09d36b12ef0f20 (diff)
Add BLE FS docs link to BLE docs
Diffstat (limited to 'doc/ble.md')
-rw-r--r--doc/ble.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ble.md b/doc/ble.md
index 8573166f..c36fa62b 100644
--- a/doc/ble.md
+++ b/doc/ble.md
@@ -9,6 +9,7 @@ This page describes the BLE implementation and API built in this firmware.
### Table of Contents
- [BLE Connection](#ble-connection)
+- [BLE FS](#ble-fs)
- [BLE UUIDs](#ble-uuids)
- [BLE Services](#ble-services)
- [CTS](#cts)
@@ -51,6 +52,13 @@ If **CTS** is detected, it'll request the current time to the companion applicat
---
+## BLE FS
+
+The documentation for BLE FS can be found here:
+[BLEFS.md](./BLEFS.md)
+
+---
+
## BLE UUIDs
When possible, InfiniTime tries to implement BLE services defined by the BLE specification.
@@ -285,4 +293,4 @@ This characteristic expects a particular format:
- Microsecond divided by `1e6*256` (`uint8`)
- Binary 0001 (`uint8`)
-Write all of these together, encoded as little-endian, to the current time characteristic. \ No newline at end of file
+Write all of these together, encoded as little-endian, to the current time characteristic.