src/eric7/MicroPython/Devices/CircuitPythonDevices.py

branch
eric7
changeset 11167
a3f5af773bc7
parent 11090
f5f5f5803935
child 11174
ab097070aedf
--- 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
     ##################################################################

eric ide

mercurial