src.bluetooth_sig.gatt.characteristics.date_time¶
Date Time characteristic implementation.
Classes¶
Name | Description |
|---|---|
Date Time characteristic (0x2A08). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.date_time.DateTimeCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[datetime.datetime]Date Time characteristic (0x2A08).
org.bluetooth.characteristic.date_time
Represents date and time in 7-byte format: year(2), month(1), day(1), hours(1), minutes(1), seconds(1).
- expected_length = 7¶