--- a/src/eric7/APIs/Python3/eric7.api Wed Mar 08 19:27:43 2023 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Wed Mar 08 19:28:56 2023 +0100 @@ -2547,6 +2547,36 @@ eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog.on_deviceTypeComboBox_currentIndexChanged?4(index) eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog.on_reportButton_clicked?4() eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog?1(vid=0, pid=0, description=0, deviceData=None, parent=None) +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_DIRECT_IND?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_IND?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_NONCONN_IND?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_SCAN_IND?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_COMPLETE_NAME?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_MANUFACTURER?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_SHORT_NAME?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_SVC_DATA?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_TX_POWER_LEVEL?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_UUID128_COMPLETE?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_UUID128_INCOMPLETE?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_UUID16_COMPLETE?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_UUID16_INCOMPLETE?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_UUID32_COMPLETE?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ADV_TYPE_UUID32_INCOMPLETE?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement.address?4() +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement.manufacturer?4(filterId=None, withName=False) +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement.name?4() +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement.rssi?4() +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement.services?4() +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement.txPower?4() +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement.update?4(advType, rssi, advData) +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.BluetoothAdvertisement?1(address) +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.ManufacturerId?7 +eric7.MicroPython.BluetoothDialogs.BluetoothAdvertisement.SCAN_RSP?7 +eric7.MicroPython.BluetoothDialogs.BluetoothController.BluetoothController.createMenu?4(menu) +eric7.MicroPython.BluetoothDialogs.BluetoothController.BluetoothController?1(microPython, parent=None) +eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.BluetoothScanWindow.scanDevices?4() +eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.BluetoothScanWindow?1(device, parent=None) +eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.BluetoothStatusDialog?1(status, parent=None) eric7.MicroPython.BoardDataDialog.BoardDataDialog?1(data, parent=None) eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.PortNameRole?7 eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.VidPidRole?7 @@ -2555,6 +2585,7 @@ eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.on_portNameComboBox_currentTextChanged?4(txt) eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog?1(ports, currentPort, currentType, parent=None) eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.DeviceVolumeName?7 +eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.activateBluetoothInterface?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.canRunScript?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.canStartFileManager?4() @@ -2562,15 +2593,19 @@ eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.canStartRepl?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.checkInternet?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.connectWifi?4(ssid, password) +eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.deactivateBluetoothInterface?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.deactivateInterface?4(interface) eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.deviceName?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.disconnectWifi?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.forceInterrupt?4() +eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.getBluetoothStatus?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.getConnectedClients?4() +eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.getDeviceScan?4(timeout=10) eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.getDocumentationUrl?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.getDownloadMenuEntries?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.getWifiData?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.getWorkspace?4(silent=False) +eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.hasBluetooth?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.hasFlashMenuEntry?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.hasWifi?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.removeCredentials?4() @@ -2610,8 +2645,11 @@ eric7.MicroPython.Devices.CircuitPythonUpdater.ShowOutdatedDialog.ShowOutdatedDialog?1(devicePath, selectionMode=False, parent=None) eric7.MicroPython.Devices.DeviceBase.BaseDevice._getSetTimeCode?5() eric7.MicroPython.Devices.DeviceBase.BaseDevice._shortError?5(error) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.activateBluetoothInterface?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.addDeviceBluetoothEntries?4(menu) eric7.MicroPython.Devices.DeviceBase.BaseDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.DeviceBase.BaseDevice.addDeviceWifiEntries?4(menu) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.bool2str?4(val, capitalized=True) eric7.MicroPython.Devices.DeviceBase.BaseDevice.canRunScript?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.canStartFileManager?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.canStartPlotter?4() @@ -2620,6 +2658,7 @@ eric7.MicroPython.Devices.DeviceBase.BaseDevice.checkDeviceData?4(quiet=True) eric7.MicroPython.Devices.DeviceBase.BaseDevice.checkInternet?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.connectWifi?4(ssid, password) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.deactivateBluetoothInterface?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.deactivateInterface?4(interface) eric7.MicroPython.Devices.DeviceBase.BaseDevice.deviceName?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.disconnectWifi?4() @@ -2628,10 +2667,12 @@ eric7.MicroPython.Devices.DeviceBase.BaseDevice.fileSystemInfo?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.forceInterrupt?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.get?4(deviceFileName, hostFileName=None) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.getBluetoothStatus?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getBoardInformation?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getConnectedClients?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getData?4(deviceFileName) eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDeviceData?4(key=None) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDeviceScan?4(timeout=10) eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDeviceType?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDocumentationUrl?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDownloadMenuEntries?4() @@ -2678,6 +2719,7 @@ eric7.MicroPython.Devices.DeviceBase.BaseDevice.writeCredentials?4(ssid, password) eric7.MicroPython.Devices.DeviceBase.BaseDevice?1(microPythonWidget, deviceType, parent=None) eric7.MicroPython.Devices.EspDevices.EspDevice._getSetTimeCode?5() +eric7.MicroPython.Devices.EspDevices.EspDevice.activateBluetoothInterface?4() eric7.MicroPython.Devices.EspDevices.EspDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.EspDevices.EspDevice.canRunScript?4() eric7.MicroPython.Devices.EspDevices.EspDevice.canStartFileManager?4() @@ -2685,14 +2727,18 @@ eric7.MicroPython.Devices.EspDevices.EspDevice.canStartRepl?4() eric7.MicroPython.Devices.EspDevices.EspDevice.checkInternet?4() eric7.MicroPython.Devices.EspDevices.EspDevice.connectWifi?4(ssid, password) +eric7.MicroPython.Devices.EspDevices.EspDevice.deactivateBluetoothInterface?4() eric7.MicroPython.Devices.EspDevices.EspDevice.deactivateInterface?4(interface) eric7.MicroPython.Devices.EspDevices.EspDevice.deviceName?4() eric7.MicroPython.Devices.EspDevices.EspDevice.disconnectWifi?4() eric7.MicroPython.Devices.EspDevices.EspDevice.forceInterrupt?4() +eric7.MicroPython.Devices.EspDevices.EspDevice.getBluetoothStatus?4() eric7.MicroPython.Devices.EspDevices.EspDevice.getConnectedClients?4() +eric7.MicroPython.Devices.EspDevices.EspDevice.getDeviceScan?4(timeout=10) eric7.MicroPython.Devices.EspDevices.EspDevice.getDocumentationUrl?4() eric7.MicroPython.Devices.EspDevices.EspDevice.getFirmwareUrl?4() eric7.MicroPython.Devices.EspDevices.EspDevice.getWifiData?4() +eric7.MicroPython.Devices.EspDevices.EspDevice.hasBluetooth?4() eric7.MicroPython.Devices.EspDevices.EspDevice.hasFlashMenuEntry?4() eric7.MicroPython.Devices.EspDevices.EspDevice.hasWifi?4() eric7.MicroPython.Devices.EspDevices.EspDevice.removeCredentials?4()