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
| Field | Flags |
| Type | boolean16 |
| Size | 2 |
§Description
See sec:org.bluetooth.characteristic.navigation/field/flags
––///
§Data Type
| Field | Bearing |
| Type | uint16 |
| Size | 2 |
§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
| Field | Heading |
| Type | uint16 |
| Size | 2 |
§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
| Field | Remaining Distance |
| Type | uint24 |
| Size | 0 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
| Field | Remaining Vertical Distance |
| Type | sint24 |
| Size | 0 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
| Field | Estimated Time of Arrival |
| Type | struct |
| Size | 0 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