diff -r 829c1edbf253 -r d34667faa686 src/eric7/Documentation/Help/source.qhp --- a/src/eric7/Documentation/Help/source.qhp Wed Mar 08 19:27:43 2023 +0100 +++ b/src/eric7/Documentation/Help/source.qhp Wed Mar 08 19:28:56 2023 +0100 @@ -268,6 +268,12 @@ <section title="eric7.JediInterface.RefactoringPreviewDialog" ref="eric7.JediInterface.RefactoringPreviewDialog.html" /> </section> <section title="eric7.MicroPython" ref="index-eric7.MicroPython.html"> + <section title="eric7.MicroPython.BluetoothDialogs" ref="index-eric7.MicroPython.BluetoothDialogs.html"> + <section title="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html" /> + <section title="eric7.MicroPython.BluetoothDialogs.BluetoothController" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html" /> + <section title="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow" ref="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html" /> + <section title="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html" /> + </section> <section title="eric7.MicroPython.Devices" ref="index-eric7.MicroPython.Devices.html"> <section title="eric7.MicroPython.Devices.CircuitPythonUpdater" ref="index-eric7.MicroPython.Devices.CircuitPythonUpdater.html"> <section title="eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface" ref="eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface.html" /> @@ -2064,8 +2070,11 @@ <keyword name="BaseDevice.__getDeviceData" id="BaseDevice.__getDeviceData" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.__getDeviceData" /> <keyword name="BaseDevice._getSetTimeCode" id="BaseDevice._getSetTimeCode" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice._getSetTimeCode" /> <keyword name="BaseDevice._shortError" id="BaseDevice._shortError" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice._shortError" /> + <keyword name="BaseDevice.activateBluetoothInterface" id="BaseDevice.activateBluetoothInterface" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.activateBluetoothInterface" /> + <keyword name="BaseDevice.addDeviceBluetoothEntries" id="BaseDevice.addDeviceBluetoothEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.addDeviceBluetoothEntries" /> <keyword name="BaseDevice.addDeviceMenuEntries" id="BaseDevice.addDeviceMenuEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.addDeviceMenuEntries" /> <keyword name="BaseDevice.addDeviceWifiEntries" id="BaseDevice.addDeviceWifiEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.addDeviceWifiEntries" /> + <keyword name="BaseDevice.bool2str" id="BaseDevice.bool2str" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.bool2str" /> <keyword name="BaseDevice.canRunScript" id="BaseDevice.canRunScript" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.canRunScript" /> <keyword name="BaseDevice.canStartFileManager" id="BaseDevice.canStartFileManager" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.canStartFileManager" /> <keyword name="BaseDevice.canStartPlotter" id="BaseDevice.canStartPlotter" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.canStartPlotter" /> @@ -2074,6 +2083,7 @@ <keyword name="BaseDevice.checkDeviceData" id="BaseDevice.checkDeviceData" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.checkDeviceData" /> <keyword name="BaseDevice.checkInternet" id="BaseDevice.checkInternet" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.checkInternet" /> <keyword name="BaseDevice.connectWifi" id="BaseDevice.connectWifi" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.connectWifi" /> + <keyword name="BaseDevice.deactivateBluetoothInterface" id="BaseDevice.deactivateBluetoothInterface" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.deactivateBluetoothInterface" /> <keyword name="BaseDevice.deactivateInterface" id="BaseDevice.deactivateInterface" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.deactivateInterface" /> <keyword name="BaseDevice.deviceName" id="BaseDevice.deviceName" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.deviceName" /> <keyword name="BaseDevice.disconnectWifi" id="BaseDevice.disconnectWifi" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.disconnectWifi" /> @@ -2082,10 +2092,12 @@ <keyword name="BaseDevice.fileSystemInfo" id="BaseDevice.fileSystemInfo" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.fileSystemInfo" /> <keyword name="BaseDevice.forceInterrupt" id="BaseDevice.forceInterrupt" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.forceInterrupt" /> <keyword name="BaseDevice.get" id="BaseDevice.get" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.get" /> + <keyword name="BaseDevice.getBluetoothStatus" id="BaseDevice.getBluetoothStatus" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getBluetoothStatus" /> <keyword name="BaseDevice.getBoardInformation" id="BaseDevice.getBoardInformation" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getBoardInformation" /> <keyword name="BaseDevice.getConnectedClients" id="BaseDevice.getConnectedClients" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getConnectedClients" /> <keyword name="BaseDevice.getData" id="BaseDevice.getData" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getData" /> <keyword name="BaseDevice.getDeviceData" id="BaseDevice.getDeviceData" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDeviceData" /> + <keyword name="BaseDevice.getDeviceScan" id="BaseDevice.getDeviceScan" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDeviceScan" /> <keyword name="BaseDevice.getDeviceType" id="BaseDevice.getDeviceType" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDeviceType" /> <keyword name="BaseDevice.getDocumentationUrl" id="BaseDevice.getDocumentationUrl" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDocumentationUrl" /> <keyword name="BaseDevice.getDownloadMenuEntries" id="BaseDevice.getDownloadMenuEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDownloadMenuEntries" /> @@ -2214,6 +2226,37 @@ <keyword name="BlackReport.path_ignored" id="BlackReport.path_ignored" ref="eric7.CodeFormatting.BlackFormattingDialog.html#BlackReport.path_ignored" /> <keyword name="BlackStatistics" id="BlackStatistics" ref="eric7.CodeFormatting.BlackFormattingDialog.html#BlackStatistics" /> <keyword name="BlackUtilities (Module)" id="BlackUtilities (Module)" ref="eric7.CodeFormatting.BlackUtilities.html" /> + <keyword name="BluetoothAdvertisement" id="BluetoothAdvertisement" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement" /> + <keyword name="BluetoothAdvertisement (Constructor)" id="BluetoothAdvertisement (Constructor)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.__init__" /> + <keyword name="BluetoothAdvertisement (Module)" id="BluetoothAdvertisement (Module)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html" /> + <keyword name="BluetoothAdvertisement.__decodeField" id="BluetoothAdvertisement.__decodeField" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.__decodeField" /> + <keyword name="BluetoothAdvertisement.__splitBytes" id="BluetoothAdvertisement.__splitBytes" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.__splitBytes" /> + <keyword name="BluetoothAdvertisement.__str__" id="BluetoothAdvertisement.__str__" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.__str__" /> + <keyword name="BluetoothAdvertisement.address" id="BluetoothAdvertisement.address" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.address" /> + <keyword name="BluetoothAdvertisement.manufacturer" id="BluetoothAdvertisement.manufacturer" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.manufacturer" /> + <keyword name="BluetoothAdvertisement.name" id="BluetoothAdvertisement.name" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.name" /> + <keyword name="BluetoothAdvertisement.rssi" id="BluetoothAdvertisement.rssi" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.rssi" /> + <keyword name="BluetoothAdvertisement.services" id="BluetoothAdvertisement.services" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.services" /> + <keyword name="BluetoothAdvertisement.txPower" id="BluetoothAdvertisement.txPower" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.txPower" /> + <keyword name="BluetoothAdvertisement.update" id="BluetoothAdvertisement.update" ref="eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html#BluetoothAdvertisement.update" /> + <keyword name="BluetoothController" id="BluetoothController" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html#BluetoothController" /> + <keyword name="BluetoothController (Constructor)" id="BluetoothController (Constructor)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html#BluetoothController.__init__" /> + <keyword name="BluetoothController (Module)" id="BluetoothController (Module)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html" /> + <keyword name="BluetoothController.__activateInterface" id="BluetoothController.__activateInterface" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html#BluetoothController.__activateInterface" /> + <keyword name="BluetoothController.__deactivateInterface" id="BluetoothController.__deactivateInterface" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html#BluetoothController.__deactivateInterface" /> + <keyword name="BluetoothController.__scan" id="BluetoothController.__scan" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html#BluetoothController.__scan" /> + <keyword name="BluetoothController.__showBtStatus" id="BluetoothController.__showBtStatus" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html#BluetoothController.__showBtStatus" /> + <keyword name="BluetoothController.createMenu" id="BluetoothController.createMenu" ref="eric7.MicroPython.BluetoothDialogs.BluetoothController.html#BluetoothController.createMenu" /> + <keyword name="BluetoothDialogs (Package)" id="BluetoothDialogs (Package)" ref="index-eric7.MicroPython.BluetoothDialogs.html" /> + <keyword name="BluetoothScanWindow" id="BluetoothScanWindow" ref="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html#BluetoothScanWindow" /> + <keyword name="BluetoothScanWindow (Constructor)" id="BluetoothScanWindow (Constructor)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html#BluetoothScanWindow.__init__" /> + <keyword name="BluetoothScanWindow (Module)" id="BluetoothScanWindow (Module)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html" /> + <keyword name="BluetoothScanWindow.__resizeColumns" id="BluetoothScanWindow.__resizeColumns" ref="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html#BluetoothScanWindow.__resizeColumns" /> + <keyword name="BluetoothScanWindow.__resort" id="BluetoothScanWindow.__resort" ref="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html#BluetoothScanWindow.__resort" /> + <keyword name="BluetoothScanWindow.scanDevices" id="BluetoothScanWindow.scanDevices" ref="eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html#BluetoothScanWindow.scanDevices" /> + <keyword name="BluetoothStatusDialog" id="BluetoothStatusDialog" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html#BluetoothStatusDialog" /> + <keyword name="BluetoothStatusDialog (Constructor)" id="BluetoothStatusDialog (Constructor)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html#BluetoothStatusDialog.__init__" /> + <keyword name="BluetoothStatusDialog (Module)" id="BluetoothStatusDialog (Module)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html" /> <keyword name="BoardDataDialog" id="BoardDataDialog" ref="eric7.MicroPython.BoardDataDialog.html#BoardDataDialog" /> <keyword name="BoardDataDialog (Constructor)" id="BoardDataDialog (Constructor)" ref="eric7.MicroPython.BoardDataDialog.html#BoardDataDialog.__init__" /> <keyword name="BoardDataDialog (Module)" id="BoardDataDialog (Module)" ref="eric7.MicroPython.BoardDataDialog.html" /> @@ -2803,6 +2846,7 @@ <keyword name="CircuitPythonDevice.__showCircuitPythonVersions" id="CircuitPythonDevice.__showCircuitPythonVersions" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.__showCircuitPythonVersions" /> <keyword name="CircuitPythonDevice.__showTeensyFlashInstructions" id="CircuitPythonDevice.__showTeensyFlashInstructions" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.__showTeensyFlashInstructions" /> <keyword name="CircuitPythonDevice.__startTeensyLoader" id="CircuitPythonDevice.__startTeensyLoader" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.__startTeensyLoader" /> + <keyword name="CircuitPythonDevice.activateBluetoothInterface" id="CircuitPythonDevice.activateBluetoothInterface" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.activateBluetoothInterface" /> <keyword name="CircuitPythonDevice.addDeviceMenuEntries" id="CircuitPythonDevice.addDeviceMenuEntries" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.addDeviceMenuEntries" /> <keyword name="CircuitPythonDevice.canRunScript" id="CircuitPythonDevice.canRunScript" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.canRunScript" /> <keyword name="CircuitPythonDevice.canStartFileManager" id="CircuitPythonDevice.canStartFileManager" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.canStartFileManager" /> @@ -2810,15 +2854,19 @@ <keyword name="CircuitPythonDevice.canStartRepl" id="CircuitPythonDevice.canStartRepl" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.canStartRepl" /> <keyword name="CircuitPythonDevice.checkInternet" id="CircuitPythonDevice.checkInternet" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.checkInternet" /> <keyword name="CircuitPythonDevice.connectWifi" id="CircuitPythonDevice.connectWifi" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.connectWifi" /> + <keyword name="CircuitPythonDevice.deactivateBluetoothInterface" id="CircuitPythonDevice.deactivateBluetoothInterface" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.deactivateBluetoothInterface" /> <keyword name="CircuitPythonDevice.deactivateInterface" id="CircuitPythonDevice.deactivateInterface" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.deactivateInterface" /> <keyword name="CircuitPythonDevice.deviceName" id="CircuitPythonDevice.deviceName" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.deviceName" /> <keyword name="CircuitPythonDevice.disconnectWifi" id="CircuitPythonDevice.disconnectWifi" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.disconnectWifi" /> <keyword name="CircuitPythonDevice.forceInterrupt" id="CircuitPythonDevice.forceInterrupt" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.forceInterrupt" /> + <keyword name="CircuitPythonDevice.getBluetoothStatus" id="CircuitPythonDevice.getBluetoothStatus" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.getBluetoothStatus" /> <keyword name="CircuitPythonDevice.getConnectedClients" id="CircuitPythonDevice.getConnectedClients" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.getConnectedClients" /> + <keyword name="CircuitPythonDevice.getDeviceScan" id="CircuitPythonDevice.getDeviceScan" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.getDeviceScan" /> <keyword name="CircuitPythonDevice.getDocumentationUrl" id="CircuitPythonDevice.getDocumentationUrl" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.getDocumentationUrl" /> <keyword name="CircuitPythonDevice.getDownloadMenuEntries" id="CircuitPythonDevice.getDownloadMenuEntries" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.getDownloadMenuEntries" /> <keyword name="CircuitPythonDevice.getWifiData" id="CircuitPythonDevice.getWifiData" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.getWifiData" /> <keyword name="CircuitPythonDevice.getWorkspace" id="CircuitPythonDevice.getWorkspace" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.getWorkspace" /> + <keyword name="CircuitPythonDevice.hasBluetooth" id="CircuitPythonDevice.hasBluetooth" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.hasBluetooth" /> <keyword name="CircuitPythonDevice.hasFlashMenuEntry" id="CircuitPythonDevice.hasFlashMenuEntry" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.hasFlashMenuEntry" /> <keyword name="CircuitPythonDevice.hasWifi" id="CircuitPythonDevice.hasWifi" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.hasWifi" /> <keyword name="CircuitPythonDevice.removeCredentials" id="CircuitPythonDevice.removeCredentials" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.removeCredentials" /> @@ -6192,6 +6240,7 @@ <keyword name="EspDevice.__showFlashID" id="EspDevice.__showFlashID" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.__showFlashID" /> <keyword name="EspDevice.__showMACAddress" id="EspDevice.__showMACAddress" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.__showMACAddress" /> <keyword name="EspDevice._getSetTimeCode" id="EspDevice._getSetTimeCode" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice._getSetTimeCode" /> + <keyword name="EspDevice.activateBluetoothInterface" id="EspDevice.activateBluetoothInterface" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.activateBluetoothInterface" /> <keyword name="EspDevice.addDeviceMenuEntries" id="EspDevice.addDeviceMenuEntries" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.addDeviceMenuEntries" /> <keyword name="EspDevice.canRunScript" id="EspDevice.canRunScript" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.canRunScript" /> <keyword name="EspDevice.canStartFileManager" id="EspDevice.canStartFileManager" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.canStartFileManager" /> @@ -6199,14 +6248,18 @@ <keyword name="EspDevice.canStartRepl" id="EspDevice.canStartRepl" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.canStartRepl" /> <keyword name="EspDevice.checkInternet" id="EspDevice.checkInternet" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.checkInternet" /> <keyword name="EspDevice.connectWifi" id="EspDevice.connectWifi" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.connectWifi" /> + <keyword name="EspDevice.deactivateBluetoothInterface" id="EspDevice.deactivateBluetoothInterface" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.deactivateBluetoothInterface" /> <keyword name="EspDevice.deactivateInterface" id="EspDevice.deactivateInterface" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.deactivateInterface" /> <keyword name="EspDevice.deviceName" id="EspDevice.deviceName" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.deviceName" /> <keyword name="EspDevice.disconnectWifi" id="EspDevice.disconnectWifi" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.disconnectWifi" /> <keyword name="EspDevice.forceInterrupt" id="EspDevice.forceInterrupt" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.forceInterrupt" /> + <keyword name="EspDevice.getBluetoothStatus" id="EspDevice.getBluetoothStatus" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.getBluetoothStatus" /> <keyword name="EspDevice.getConnectedClients" id="EspDevice.getConnectedClients" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.getConnectedClients" /> + <keyword name="EspDevice.getDeviceScan" id="EspDevice.getDeviceScan" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.getDeviceScan" /> <keyword name="EspDevice.getDocumentationUrl" id="EspDevice.getDocumentationUrl" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.getDocumentationUrl" /> <keyword name="EspDevice.getFirmwareUrl" id="EspDevice.getFirmwareUrl" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.getFirmwareUrl" /> <keyword name="EspDevice.getWifiData" id="EspDevice.getWifiData" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.getWifiData" /> + <keyword name="EspDevice.hasBluetooth" id="EspDevice.hasBluetooth" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.hasBluetooth" /> <keyword name="EspDevice.hasFlashMenuEntry" id="EspDevice.hasFlashMenuEntry" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.hasFlashMenuEntry" /> <keyword name="EspDevice.hasWifi" id="EspDevice.hasWifi" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.hasWifi" /> <keyword name="EspDevice.removeCredentials" id="EspDevice.removeCredentials" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.removeCredentials" /> @@ -20313,6 +20366,10 @@ <file>eric7.JediInterface.JediServer.html</file> <file>eric7.JediInterface.RefactoringPreviewDialog.html</file> <file>eric7.MicroPython.AddEditDevicesDialog.html</file> + <file>eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.html</file> + <file>eric7.MicroPython.BluetoothDialogs.BluetoothController.html</file> + <file>eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html</file> + <file>eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html</file> <file>eric7.MicroPython.BoardDataDialog.html</file> <file>eric7.MicroPython.ConnectionSelectionDialog.html</file> <file>eric7.MicroPython.Devices.CircuitPythonDevices.html</file> @@ -21331,6 +21388,7 @@ <file>index-eric7.IconEditor.cursors.html</file> <file>index-eric7.IconEditor.html</file> <file>index-eric7.JediInterface.html</file> + <file>index-eric7.MicroPython.BluetoothDialogs.html</file> <file>index-eric7.MicroPython.Devices.CircuitPythonUpdater.html</file> <file>index-eric7.MicroPython.Devices.EspDialogs.html</file> <file>index-eric7.MicroPython.Devices.MCUScripts.html</file>