QBluetoothServiceDiscoveryAgent¶
- PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent
Inherits from QObject.
Description¶
TODO
Enums¶
- DiscoveryMode
TODO
Member
Value
Description
FullDiscovery TODO
TODO
MinimalDiscovery TODO
TODO
- Error
TODO
Member
Value
Description
InputOutputError TODO
TODO
InvalidBluetoothAdapterError TODO
TODO
NoError TODO
TODO
PoweredOffError TODO
TODO
UnknownError TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- __init__(QBluetoothAddress, parent: QObject = None)
TODO
- clear()
TODO
- discoveredServices() → List[QBluetoothServiceInfo]
TODO
- error() → Error
TODO
- errorString() → str
TODO
- isActive() → bool
TODO
- remoteAddress() → QBluetoothAddress
TODO
- setRemoteAddress(QBluetoothAddress) → bool
TODO
- setUuidFilter(Iterable[QBluetoothUuid])
TODO
- setUuidFilter(QBluetoothUuid)
TODO
- start(mode: DiscoveryMode = MinimalDiscovery)
TODO
- stop()
TODO
- uuidFilter() → List[QBluetoothUuid]
TODO
Signals¶
- canceled()
TODO
- error()
TODO
- error(Error)
TODO
- finished()
TODO
- serviceDiscovered(QBluetoothServiceInfo)
TODO