src.bluetooth_sig.gatt.characteristics.playing_orders_supported

Playing Orders Supported characteristic (0x2BA2).

Classes

Name

Description

PlayingOrdersSupported

Supported playing orders flags.

PlayingOrdersSupportedCharacteristic

Playing Orders Supported characteristic (0x2BA2).

Module Contents

class src.bluetooth_sig.gatt.characteristics.playing_orders_supported.PlayingOrdersSupported

Bases: enum.IntFlag

Supported playing orders flags.

IN_ORDER_ONCE = 4
IN_ORDER_REPEAT = 8
NEWEST_ONCE = 64
NEWEST_REPEAT = 128
OLDEST_ONCE = 16
OLDEST_REPEAT = 32
SHUFFLE_ONCE = 256
SHUFFLE_REPEAT = 512
SINGLE_ONCE = 1
SINGLE_REPEAT = 2
class src.bluetooth_sig.gatt.characteristics.playing_orders_supported.PlayingOrdersSupportedCharacteristic

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

Playing Orders Supported characteristic (0x2BA2).

org.bluetooth.characteristic.playing_orders_supported

Bitfield indicating which playing orders are supported.