BleDateTime

data class BleDateTime(val year: Int, val month: Int, val day: Int, val hours: Int, val minutes: Int, val seconds: Int)

Date/time as defined in the Bluetooth GATT specification (org.bluetooth.characteristic.date_time).

Used by profile parsers for timestamped measurements (Blood Pressure, Glucose, etc.).

Constructors

Link copied to clipboard
constructor(year: Int, month: Int, day: Int, hours: Int, minutes: Int, seconds: Int)

Properties

Link copied to clipboard
val day: Int
Link copied to clipboard
val hours: Int
Link copied to clipboard
Link copied to clipboard
val month: Int
Link copied to clipboard
Link copied to clipboard
val year: Int