--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.MicrobitDevices.html Sun Mar 09 14:16:35 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.MicrobitDevices.html Sat Mar 15 11:53:21 2025 +0100 @@ -187,6 +187,10 @@ <td><a href="#MicrobitDevice.setConnected">setConnected</a></td> <td>Public method to set the connection state.</td> </tr> +<tr> +<td><a href="#MicrobitDevice.supportsDeviceScan">supportsDeviceScan</a></td> +<td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td> +</tr> </table> <h3>Static Methods</h3> @@ -842,6 +846,26 @@ connection state </dd> </dl> +<a NAME="MicrobitDevice.supportsDeviceScan" ID="MicrobitDevice.supportsDeviceScan"></a> +<h4>MicrobitDevice.supportsDeviceScan</h4> +<b>supportsDeviceScan</b>(<i></i>) +<p> + Public method to indicate, that the Bluetooth implementation supports + scanning for devices. +</p> + +<dl> +<dt>Return:</dt> +<dd> +flag indicating that the scanning function is supported +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />