src.bluetooth_sig.gatt.characteristics.time_second_32¶
Time Second 32 characteristic (0x2B18).
Classes¶
Name | Description |
|---|---|
Time Second 32 characteristic (0x2B18). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.time_second_32.TimeSecond32Characteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[datetime.timedelta]Time Second 32 characteristic (0x2B18).
org.bluetooth.characteristic.time_second_32
Time in seconds with a resolution of 1 (0-4294967294). A value of 0xFFFFFFFF represents ‘value is not known’.
- Raises:
SpecialValueDetectedError – If raw value is a sentinel (e.g. 0xFFFFFFFF).