src/eric7/MicroPython/Devices/EspDevices.py

branch
eric7
changeset 11167
a3f5af773bc7
parent 11148
15e30f0c76a8
child 11236
75c26fe1d1c7
--- 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
     ##################################################################

eric ide

mercurial