QBluetoothDeviceDiscoveryAgent¶
- PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent
Inherits from QObject.
Description¶
TODO
Classes¶
Enums¶
- DiscoveryMethod
TODO
Member
Value
- Error
TODO
Member
Value
Description
InputOutputError TODO
TODO
InvalidBluetoothAdapterError TODO
TODO
NoError TODO
TODO
PoweredOffError TODO
TODO
UnknownError TODO
TODO
UnsupportedDiscoveryMethod TODO
TODO
UnsupportedPlatformError TODO
TODO
- InquiryType
TODO
Member
Value
Description
GeneralUnlimitedInquiry TODO
TODO
LimitedInquiry TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- __init__(QBluetoothAddress, parent: QObject = None)
TODO
- discoveredDevices() → List[QBluetoothDeviceInfo]
TODO
- error() → Error
TODO
- errorString() → str
TODO
- inquiryType() → InquiryType
TODO
- isActive() → bool
TODO
- lowEnergyDiscoveryTimeout() → int
TODO
- setInquiryType(InquiryType)
TODO
- setLowEnergyDiscoveryTimeout(int)
TODO
- start()
TODO
- start(Union[DiscoveryMethods, DiscoveryMethod])
TODO
- stop()
TODO
-
@staticmethod
supportedDiscoveryMethods() → DiscoveryMethods TODO
Signals¶
- canceled()
TODO
- deviceDiscovered(QBluetoothDeviceInfo)
TODO
- deviceUpdated(QBluetoothDeviceInfo, Union[Fields, Field])
TODO
- error()
TODO
- error(Error)
TODO
- finished()
TODO