diff -r fd914f897dcf -r a3f5af773bc7 src/eric7/MicroPython/Devices/MicrobitDevices.py --- a/src/eric7/MicroPython/Devices/MicrobitDevices.py Sun Mar 09 14:16:35 2025 +0100 +++ b/src/eric7/MicroPython/Devices/MicrobitDevices.py Sat Mar 15 11:53:21 2025 +0100 @@ -957,6 +957,16 @@ return scanResults, "" + def supportsDeviceScan(self): + """ + Public method to indicate, that the Bluetooth implementation supports + scanning for devices. + + @return flag indicating that the scanning function is supported + @rtype bool + """ + return True + def createDevice(microPythonWidget, deviceType, _vid, _pid, _boardName, serialNumber): """