--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Sun Mar 09 14:16:35 2025 +0100 +++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Sat Mar 15 11:53:21 2025 +0100 @@ -1908,6 +1908,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 + ################################################################## ## Methods below implement NTP related methods ##################################################################