src.bluetooth_sig.gatt.characteristics.latitude¶
Latitude characteristic implementation.
Classes¶
Name | Description |
|---|---|
Latitude characteristic (0x2AAE). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.latitude.LatitudeCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[float]Latitude characteristic (0x2AAE).
org.bluetooth.characteristic.latitude
Latitude characteristic representing geographic coordinate in degrees. Encoded as sint32 with scale factor 1e-7 degrees per unit.
- DEGREE_SCALING_FACTOR = 1e-07¶
- expected_type¶
- max_value = 90.0¶
- min_value = -90.0¶