src.bluetooth_sig.gatt.characteristics.object_first_created

Object First-Created characteristic implementation.

Classes

Name

Description

ObjectFirstCreatedCharacteristic

Object First-Created characteristic (0x2AC1).

Module Contents

class src.bluetooth_sig.gatt.characteristics.object_first_created.ObjectFirstCreatedCharacteristic

Bases: src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[datetime.datetime]

Object First-Created characteristic (0x2AC1).

org.bluetooth.characteristic.object_first_created

Represents the date/time when an OTS object was first created. Uses the standard Date Time format: year (uint16), month (uint8), day (uint8), hours (uint8), minutes (uint8), seconds (uint8).

expected_length: int = 7
min_length: int = 7