QBluetoothDeviceInfo¶

PyQt5.QtBluetooth.QBluetoothDeviceInfo

Description¶

TODO

Enums¶

CoreConfiguration

TODO

Member

Value

Description

BaseRateAndLowEnergyCoreConfiguration

TODO

TODO

BaseRateCoreConfiguration

TODO

TODO

LowEnergyCoreConfiguration

TODO

TODO

UnknownCoreConfiguration

TODO

TODO


DataCompleteness

TODO

Member

Value

Description

DataComplete

TODO

TODO

DataIncomplete

TODO

TODO

DataUnavailable

TODO

TODO


Field

TODO

Member

Value

Description

All

TODO

TODO

ManufacturerData

TODO

TODO

None_

TODO

TODO

RSSI

TODO

TODO


MajorDeviceClass

TODO

Member

Value

Description

AudioVideoDevice

TODO

TODO

ComputerDevice

TODO

TODO

HealthDevice

TODO

TODO

ImagingDevice

TODO

TODO

LANAccessDevice

TODO

TODO

MiscellaneousDevice

TODO

TODO

NetworkDevice

TODO

TODO

PeripheralDevice

TODO

TODO

PhoneDevice

TODO

TODO

ToyDevice

TODO

TODO

UncategorizedDevice

TODO

TODO

WearableDevice

TODO

TODO


MinorAudioVideoClass

TODO

Member

Value

Description

Camcorder

TODO

TODO

CarAudio

TODO

TODO

GamingDevice

TODO

TODO

HandsFreeDevice

TODO

TODO

Headphones

TODO

TODO

HiFiAudioDevice

TODO

TODO

Loudspeaker

TODO

TODO

Microphone

TODO

TODO

PortableAudioDevice

TODO

TODO

SetTopBox

TODO

TODO

UncategorizedAudioVideoDevice

TODO

TODO

Vcr

TODO

TODO

VideoCamera

TODO

TODO

VideoConferencing

TODO

TODO

VideoDisplayAndLoudspeaker

TODO

TODO

VideoMonitor

TODO

TODO

WearableHeadsetDevice

TODO

TODO


MinorComputerClass

TODO

Member

Value

Description

DesktopComputer

TODO

TODO

HandheldClamShellComputer

TODO

TODO

HandheldComputer

TODO

TODO

LaptopComputer

TODO

TODO

ServerComputer

TODO

TODO

UncategorizedComputer

TODO

TODO

WearableComputer

TODO

TODO


MinorHealthClass

TODO

Member

Value

Description

HealthBloodPressureMonitor

TODO

TODO

HealthDataDisplay

TODO

TODO

HealthGlucoseMeter

TODO

TODO

HealthPulseOximeter

TODO

TODO

HealthStepCounter

TODO

TODO

HealthThermometer

TODO

TODO

HealthWeightScale

TODO

TODO

UncategorizedHealthDevice

TODO

TODO


MinorImagingClass

TODO

Member

Value

Description

ImageCamera

TODO

TODO

ImageDisplay

TODO

TODO

ImagePrinter

TODO

TODO

ImageScanner

TODO

TODO

UncategorizedImagingDevice

TODO

TODO


MinorMiscellaneousClass

TODO

Member

Value

Description

UncategorizedMiscellaneous

TODO

TODO


MinorNetworkClass

TODO

Member

Value

Description

NetworkFullService

TODO

TODO

NetworkLoadFactorFive

TODO

TODO

NetworkLoadFactorFour

TODO

TODO

NetworkLoadFactorOne

TODO

TODO

NetworkLoadFactorSix

TODO

TODO

NetworkLoadFactorThree

TODO

TODO

NetworkLoadFactorTwo

TODO

TODO

NetworkNoService

TODO

TODO


MinorPeripheralClass

TODO

Member

Value

Description

CardReaderPeripheral

TODO

TODO

DigitizerTabletPeripheral

TODO

TODO

GamepadPeripheral

TODO

TODO

JoystickPeripheral

TODO

TODO

KeyboardPeripheral

TODO

TODO

KeyboardWithPointingDevicePeripheral

TODO

TODO

PointingDevicePeripheral

TODO

TODO

RemoteControlPeripheral

TODO

TODO

SensingDevicePeripheral

TODO

TODO

UncategorizedPeripheral

TODO

TODO


MinorPhoneClass

TODO

Member

Value

Description

CellularPhone

TODO

TODO

CommonIsdnAccessPhone

TODO

TODO

CordlessPhone

TODO

TODO

SmartPhone

TODO

TODO

UncategorizedPhone

TODO

TODO

WiredModemOrVoiceGatewayPhone

TODO

TODO


MinorToyClass

TODO

Member

Value

Description

ToyController

TODO

TODO

ToyDoll

TODO

TODO

ToyGame

TODO

TODO

ToyRobot

TODO

TODO

ToyVehicle

TODO

TODO

UncategorizedToy

TODO

TODO


MinorWearableClass

TODO

Member

Value

Description

UncategorizedWearableDevice

TODO

TODO

WearableGlasses

TODO

TODO

WearableHelmet

TODO

TODO

WearableJacket

TODO

TODO

WearablePager

TODO

TODO

WearableWristWatch

TODO

TODO


ServiceClass

TODO

Member

Value

Description

AllServices

TODO

TODO

AudioService

TODO

TODO

CapturingService

TODO

TODO

InformationService

TODO

TODO

NetworkingService

TODO

TODO

NoService

TODO

TODO

ObjectTransferService

TODO

TODO

PositioningService

TODO

TODO

RenderingService

TODO

TODO

TelephonyService

TODO

TODO

Methods¶

__init__()

TODO


__init__(QBluetoothDeviceInfo)

TODO


__init__(QBluetoothAddress, str, int)

TODO


__init__(QBluetoothUuid, str, int)

TODO


address() → QBluetoothAddress

TODO


coreConfigurations() → CoreConfigurations

TODO


deviceUuid() → QBluetoothUuid

TODO


__eq__(QBluetoothDeviceInfo) → bool

TODO


isCached() → bool

TODO


isValid() → bool

TODO


majorDeviceClass() → MajorDeviceClass

TODO


manufacturerData() → Dict[int, QByteArray]

TODO


manufacturerData(int) → QByteArray

TODO


manufacturerIds() → List[int]

TODO


minorDeviceClass() → int

TODO


name() → str

TODO


__ne__(QBluetoothDeviceInfo) → bool

TODO


rssi() → int

TODO


serviceClasses() → ServiceClasses

TODO


serviceUuids() → (List[QBluetoothUuid], DataCompleteness)

TODO


serviceUuidsCompleteness() → DataCompleteness

TODO


setCached(bool)

TODO


setCoreConfigurations(Union[CoreConfigurations, CoreConfiguration])

TODO


setDeviceUuid(QBluetoothUuid)

TODO


setManufacturerData(int, Union[QByteArray, bytes, bytearray]) → bool

TODO


setRssi(int)

TODO


setServiceUuids(Iterable[QBluetoothUuid])

TODO


setServiceUuids(Iterable[QBluetoothUuid], DataCompleteness)

TODO