src.bluetooth_sig.gatt.characteristics.media_control_point_opcodes_supported

Media Control Point Opcodes Supported characteristic (0x2BA5).

Classes

Name

Description

MediaControlPointOpcodes

Supported media control point opcodes.

MediaControlPointOpcodesSupportedCharacteristic

Media Control Point Opcodes Supported characteristic (0x2BA5).

Module Contents

class src.bluetooth_sig.gatt.characteristics.media_control_point_opcodes_supported.MediaControlPointOpcodes

Bases: enum.IntFlag

Supported media control point opcodes.

FAST_FORWARD = 8
FAST_REWIND = 4
FIRST_GROUP = 262144
FIRST_SEGMENT = 256
FIRST_TRACK = 8192
GOTO_GROUP = 1048576
GOTO_SEGMENT = 1024
GOTO_TRACK = 32768
LAST_GROUP = 524288
LAST_SEGMENT = 512
LAST_TRACK = 16384
MOVE_RELATIVE = 32
NEXT_GROUP = 131072
NEXT_SEGMENT = 128
NEXT_TRACK = 4096
PAUSE = 2
PLAY = 1
PREVIOUS_GROUP = 65536
PREVIOUS_SEGMENT = 64
PREVIOUS_TRACK = 2048
STOP = 16
class src.bluetooth_sig.gatt.characteristics.media_control_point_opcodes_supported.MediaControlPointOpcodesSupportedCharacteristic

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

Media Control Point Opcodes Supported characteristic (0x2BA5).

org.bluetooth.characteristic.media_control_point_opcodes_supported

Bitfield indicating the supported media control point opcodes.