File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This page describes the BLE implementation and API built in this firmware.
99### Table of Contents
1010
1111- [ BLE Connection] ( #ble-connection )
12+ - [ BLE FS] ( #ble-fs )
1213- [ BLE UUIDs] ( #ble-uuids )
1314- [ BLE Services] ( #ble-services )
1415 - [ CTS] ( #cts )
@@ -51,6 +52,13 @@ If **CTS** is detected, it'll request the current time to the companion applicat
5152
5253---
5354
55+ ## BLE FS
56+
57+ The documentation for BLE FS can be found here:
58+ [ BLEFS.md] ( ./BLEFS.md )
59+
60+ ---
61+
5462## BLE UUIDs
5563When possible, InfiniTime tries to implement BLE services defined by the BLE specification.
5664
@@ -285,4 +293,4 @@ This characteristic expects a particular format:
285293- Microsecond divided by ` 1e6*256 ` (` uint8 ` )
286294- Binary 0001 (` uint8 ` )
287295
288- Write all of these together, encoded as little-endian, to the current time characteristic.
296+ Write all of these together, encoded as little-endian, to the current time characteristic.
You can’t perform that action at this time.
0 commit comments