trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant NAVIGATION

Source
pub const NAVIGATION: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2a68 Navigation

The Navigation characteristic is used to represent data related to a navigation sensor.


§Structure

§Data Type

FieldFlags
Typeboolean16
Size2

§Description

See sec:org.bluetooth.characteristic.navigation/field/flags

––///

§Data Type

FieldBearing
Typeuint16
Size2

§Description

Base Unit: org.bluetooth.unit.plane_angle.degree Represented values: M = 1, d = -2, b = 0 Unit is 1*10\textsuperscript{-2` degrees

––///

§Data Type

FieldHeading
Typeuint16
Size2

§Description

Base Unit: org.bluetooth.unit.plane_angle.degree Represented values: M = 1, d = -2, b = 0 Unit is 1*10\textsuperscript{-2` degrees

––///

§Data Type

FieldRemaining Distance
Typeuint24
Size0 or 3

§Description

Base Unit: org.bluetooth.unit.length.metre Represented values: M = 1, d = -1, b = 0 Unit is 1/10 m Present if bit 0 of Flags field is set to 1

––///

§Data Type

FieldRemaining Vertical Distance
Typesint24
Size0 or 3

§Description

Base Unit: org.bluetooth.unit.length.metre Represented values: M = 1, d = -2, b = 0 Unit is 1/100 m Present if bit 1 of Flags field is set to 1

––///

§Data Type

FieldEstimated Time of Arrival
Typestruct
Size0 or 7

§Description

Refer to Date Time characteristic in sec:org.bluetooth.characteristic.date_time. Present if bit 2 of Flags field is set to 1


more information