From 75330d5b253b6bd7a69284c70383218382c58446 Mon Sep 17 00:00:00 2001 From: Vyacheslav Chigrin Date: Wed, 1 May 2024 16:59:16 +0300 Subject: [PATCH] Update documentation. --- doc/ble.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/ble.md b/doc/ble.md index 2a4ecf4cb8..8918aadd43 100644 --- a/doc/ble.md +++ b/doc/ble.md @@ -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) @@ -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