src.bluetooth_sig.gatt.characteristics.time_update_control_point

Time Update Control Point characteristic (0x2A16) implementation.

Classes

Name

Description

TimeUpdateControlPointCharacteristic

Time Update Control Point characteristic.

TimeUpdateControlPointCommand

Time Update Control Point commands.

Module Contents

class src.bluetooth_sig.gatt.characteristics.time_update_control_point.TimeUpdateControlPointCharacteristic

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

Time Update Control Point characteristic.

Allows a client to request or cancel reference time updates.

Value: uint8 command - 0x01: Get Reference Time Update - 0x02: Cancel Reference Time Update

class src.bluetooth_sig.gatt.characteristics.time_update_control_point.TimeUpdateControlPointCommand

Bases: enum.IntEnum

Time Update Control Point commands.

CANCEL_REFERENCE_UPDATE = 2
GET_REFERENCE_UPDATE = 1