uwb(hal): Add link to official UCI specification

Resolving a TODO.

Bug: 196004116
Change-Id: I1b2e3caa6f67f2d04bd728ab682cfb31e8f3ee82
Test: Compiles
This commit is contained in:
Roshan Pius 2022-03-15 19:39:56 +00:00
parent 78619cd491
commit de9336b13c
2 changed files with 3 additions and 4 deletions

View file

@ -71,8 +71,8 @@ interface IUwbChip {
* The UCI message format is as per UCI protocol and it is
* defined in "FiRa Consortium - UCI Generic Specification_v1.0" specification at FiRa
* consortium.
* WIP doc link: https://groups.firaconsortium.org/wg/Technical/document/folder/127.
* TODO(b/196004116): Link to the published specification.
*
* UCI 1.1 specification: https://groups.firaconsortium.org/wg/members/document/1949.
*
* This method may queue writes and return immediately, or it may block until data is written.
* Implementation must guarantee that writes are executed in order.

View file

@ -28,8 +28,7 @@ oneway interface IUwbClientCallback {
* can use to pass incoming data to the stack. These include UCI
* responses and notifications from the UWB subsystem.
*
* WIP doc link: https://groups.firaconsortium.org/wg/Technical/document/folder/127.
* TODO(b/196004116): Link to the published specification.
* UCI 1.1 specification: https://groups.firaconsortium.org/wg/members/document/1949.
*
* @param data UCI packet sent.
*/