trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant TIME_ACCURACY

Source
pub const TIME_ACCURACY: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2a12 Time Accuracy

The Time Accuracy characteristic is used to represent the accuracy (drift) of time information compared to a reference time source.


§Structure

§Data Type

FieldAccuracy
Typeuint8
Size1

§Description

Base Unit: org.bluetooth.unit.time.second Represented values: M = 1, d = 0, b = -3 This field represents accuracy (drift) of time information in steps of 1/8 of a second (125ms) compared to a reference time source. Valid range from 0 to 253 (0s to 31.625s). A value of 254 means drift is larger than 31.625s. A value of 255 means drift is unknown.


more information