Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchigrin committed May 1, 2024
1 parent a01b73a commit 75330d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/ble.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This page describes the BLE implementation and API built in this firmware.
- [BLE Services](#ble-services)
- [CTS](#cts)
- [ANS](#ans)
- [BLE Clients](#ble-clients)
- [IAC](#iac)
- [Getting Information](#getting-information)
- [Firmware Version](#firmware-version)
- [Battery Level](#battery-level)
Expand Down Expand Up @@ -113,6 +115,16 @@ The following custom services are implemented in InfiniTime:

![ANS sequence diagram](./ble/ans_sequence.png "ANS sequence diagram")

## BLE clients

### IAC

InfiniTime implements Immediade Alert Service client, that can be used to send notifications to companion app.
This is useful for "Find my Phone" functionality.

More documentation about this service can be found here.

[Immediade Alert Service](https://www.bluetooth.com/specifications/specs/immediate-alert-service-1-0/)
---

### Getting Information
Expand Down

0 comments on commit 75330d5

Please sign in to comment.