QBluetoothLocalDevice¶
- PyQt5.QtBluetooth.QBluetoothLocalDevice
Inherits from QObject.
Description¶
TODO
Enums¶
- Error
TODO
Member
Value
Description
NoError TODO
TODO
PairingError TODO
TODO
UnknownError TODO
TODO
- HostMode
TODO
Member
Value
Description
HostConnectable TODO
TODO
HostDiscoverable TODO
TODO
HostDiscoverableLimitedInquiry TODO
TODO
HostPoweredOff TODO
TODO
- Pairing
TODO
Member
Value
Description
AuthorizedPaired TODO
TODO
Paired TODO
TODO
Unpaired TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- __init__(QBluetoothAddress, parent: QObject = None)
TODO
- address() → QBluetoothAddress
TODO
-
@staticmethod
allDevices() → List[QBluetoothHostInfo] TODO
- connectedDevices() → List[QBluetoothAddress]
TODO
- hostMode() → HostMode
TODO
- isValid() → bool
TODO
- name() → str
TODO
- pairingConfirmation(bool)
TODO
- pairingStatus(QBluetoothAddress) → Pairing
TODO
- powerOn()
TODO
- requestPairing(QBluetoothAddress, Pairing)
TODO
- setHostMode(HostMode)
TODO
Signals¶
- deviceConnected(QBluetoothAddress)
TODO
- deviceDisconnected(QBluetoothAddress)
TODO
- error(Error)
TODO
- hostModeStateChanged(HostMode)
TODO
- pairingDisplayConfirmation(QBluetoothAddress, str)
TODO
- pairingDisplayPinCode(QBluetoothAddress, str)
TODO
- pairingFinished(QBluetoothAddress, Pairing)
TODO