diff -r fd914f897dcf -r a3f5af773bc7 src/eric7/MicroPython/Devices/EspDevices.py --- a/src/eric7/MicroPython/Devices/EspDevices.py Sun Mar 09 14:16:35 2025 +0100 +++ b/src/eric7/MicroPython/Devices/EspDevices.py Sat Mar 15 11:53:21 2025 +0100 @@ -1657,6 +1657,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 ##################################################################