trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant REFERENCE_TIME_INFORMATION

Source
pub const REFERENCE_TIME_INFORMATION: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2a14 Reference Time Information

The Reference Time Information characteristic is used to represent information about the reference time source.


§Structure

§Data Type

FieldTime Source
Typestruct
Size1

§Description

Refer to Time Source characteristic in sec:org.bluetooth.characteristic.time_source

––///

§Data Type

FieldTime Accuracy
Typestruct
Size1

§Description

Refer to Time Accuracy characteristic in sec:org.bluetooth.characteristic.time_accuracy

––///

§Data Type

FieldDays Since Update
Typeuint8
Size1

§Description

Number of days portion of the time span since the last update from the reference. Valid range is 0 to 254 days A value of 255 is used when the time span is greater than or equal to 255 days

––///

§Data Type

FieldHours Since Update
Typeuint8
Size1

§Description

Number of hours portion of the time span since the last update from the reference. Valid range is 0 to 23 hours A value of 255 is used when the time span is greater than or equal to 255 days


more information