src.bluetooth_sig.gatt.characteristics.ugt_features

UGT Features characteristic (0x2C02).

Classes

Name

Description

UGTFeatures

Unicast Game Terminal feature flags.

UGTFeaturesCharacteristic

UGT Features characteristic (0x2C02).

Module Contents

class src.bluetooth_sig.gatt.characteristics.ugt_features.UGTFeatures

Bases: enum.IntFlag

Unicast Game Terminal feature flags.

UGT_64_KBPS_SINK = 8
UGT_80_KBPS_SOURCE = 2
UGT_MULTIPLEX = 16
UGT_MULTISINK = 32
UGT_MULTISOURCE = 64
UGT_SINK = 4
UGT_SOURCE = 1
class src.bluetooth_sig.gatt.characteristics.ugt_features.UGTFeaturesCharacteristic

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

UGT Features characteristic (0x2C02).

org.bluetooth.characteristic.ugt_features

Bitfield indicating the supported Unicast Game Terminal features.