React Native SDKOTA检查是否可以更新检查 OTA 当前仅蓝牙通道支持。firmwareType 为 MCU 或 Module。 const firmwareType = 'MCU'; const result = await device.bleCapability.checkUpdate(firmwareType); if (result.success && result.data?.downloadUrl) { console.log(result.data.softVersion); }查询设备信息发起OTA