Hi everyone, since Qt 5.8 the QBluetoothDeviceDiscoveryAgent defines an Enum `DiscoveryMethod` which seems to be missing in PyQt 5.8.2. Here is a small test: `python -c 'import PyQt5.QtBluetooth; print(PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.LowEnergyMethod)'` All the best, Stefan