QBluetoothServiceInfo

PyQt5.QtBluetooth.QBluetoothServiceInfo

Description

TODO

Enums

AttributeId

TODO

Member

Value

Description

AdditionalProtocolDescriptorList

TODO

TODO

BluetoothProfileDescriptorList

TODO

TODO

BrowseGroupList

TODO

TODO

ClientExecutableUrl

TODO

TODO

DocumentationUrl

TODO

TODO

IconUrl

TODO

TODO

LanguageBaseAttributeIdList

TODO

TODO

PrimaryLanguageBase

TODO

TODO

ProtocolDescriptorList

TODO

TODO

ServiceAvailability

TODO

TODO

ServiceClassIds

TODO

TODO

ServiceDescription

TODO

TODO

ServiceId

TODO

TODO

ServiceInfoTimeToLive

TODO

TODO

ServiceName

TODO

TODO

ServiceProvider

TODO

TODO

ServiceRecordHandle

TODO

TODO

ServiceRecordState

TODO

TODO


Protocol

TODO

Member

Value

Description

L2capProtocol

TODO

TODO

RfcommProtocol

TODO

TODO

UnknownProtocol

TODO

TODO

Methods

__init__()

TODO


__init__(QBluetoothServiceInfo)

TODO


attribute(int) → Any

TODO


attributes() → List[int]

TODO


contains(int) → bool

TODO


device() → QBluetoothDeviceInfo

TODO


isComplete() → bool

TODO


isRegistered() → bool

TODO


isValid() → bool

TODO


protocolDescriptor(ProtocolUuid) → List[Any]

TODO


protocolServiceMultiplexer() → int

TODO


registerService(localAdapter: QBluetoothAddress = QBluetoothAddress()) → bool

TODO


removeAttribute(int)

TODO


serverChannel() → int

TODO


serviceAvailability() → int

TODO


serviceClassUuids() → List[QBluetoothUuid]

TODO


serviceDescription() → str

TODO


serviceName() → str

TODO


serviceProvider() → str

TODO


serviceUuid() → QBluetoothUuid

TODO


setAttribute(int, QBluetoothUuid)

TODO


setAttribute(int, Iterable[Any])

TODO


setAttribute(int, Any)

TODO


setDevice(QBluetoothDeviceInfo)

TODO


setServiceAvailability(int)

TODO


setServiceDescription(str)

TODO


setServiceName(str)

TODO


setServiceProvider(str)

TODO


setServiceUuid(QBluetoothUuid)

TODO


socketProtocol() → Protocol

TODO


unregisterService() → bool

TODO