diff options
| author | JF <JF002@users.noreply.github.com> | 2021-12-20 20:06:29 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-20 20:06:29 (GMT) |
| commit | 8ab959b4dcd0778c7637ba7934d24dbe59634327 (patch) | |
| tree | 4734043de41afdfcb718e62ceb2a977aa1495d0c /doc/ble.md | |
| parent | 6a5946c4e3b8a2da29306b88222255260faf17a8 (diff) | |
| parent | 47f73269bbf24aeabeacd5190d64133f46372525 (diff) | |
Merge pull request #839 from Arsen6331/BLE-FS-Docs
Add documentation for BLE FS
Diffstat (limited to 'doc/ble.md')
| -rw-r--r-- | doc/ble.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. @@ -289,4 +297,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. |
