pub const TIME_UPDATE_STATE: BluetoothUuid16;Expand description
Bluetooth characteristic UUID.
0x2a17 Time Update State
The Time Update State characteristic is used to represent the status of the time update process and the result of the last update in a time server.
§Structure
§Data Type
| Field | Current State |
| Type | uint8 |
| Size | 1 |
§Description
0: Idle 1: Update Pending 2–255: Reserved for Future Use
––///
§Data Type
| Field | Result |
| Type | uint8 |
| Size | 1 |
§Description
0: Successful 1: Cancelled 2: No connection to reference 3: Reference responded with an error 4: Timeout 5: Update not attempted after reset 6–255: Reserved for Future Use