src.bluetooth_sig.gatt.characteristics.time_source¶
Time Source characteristic implementation.
Classes¶
Name | Description |
|---|---|
Time source enumeration. |
|
Time Source characteristic (0x2A13). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.time_source.TimeSource¶
Bases:
enum.IntEnumTime source enumeration.
Indicates the type of time source used for reference time.
- ATOMIC_CLOCK = 5¶
- CELLULAR_NETWORK = 6¶
- GPS = 2¶
- MANUAL = 4¶
- NETWORK_TIME_PROTOCOL = 1¶
- NOT_SYNCHRONIZED = 7¶
- RADIO_TIME_SIGNAL = 3¶
- UNKNOWN = 0¶
- class src.bluetooth_sig.gatt.characteristics.time_source.TimeSourceCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]Time Source characteristic (0x2A13).
org.bluetooth.characteristic.time_source
Indicates the source of the time information as an 8-bit enumeration.