open() {
this._changeDrawer('stateDrawer', true);
var _this = this;
uni.startBluetoothDevicesDiscovery({
success: res => {
console.log("蓝牙开启成功,搜索蓝牙设备!")
_this.onBluetoothDeviceFound();
},
fail: res => {
uni.showToast({
icon: "none",
title: "查找设备失败!",
duration: 2000
})
}
});
},
- 发布:2023-02-15 15:44
- 更新:2023-02-15 15:44
- 阅读:290
【报Bug】uniapp 蓝牙api 在HarmonyOS 3.0.0.202最新版本中出现startBluetoothDevicesDiscovery失败ios及低版本没问题
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10 家庭中文版-21H2
HBuilderX类型: 正式
HBuilderX版本号: 3.6.18
第三方开发者工具版本号: 1.06.2301160win32-x64
基础库版本号: 2.30.0
项目创建方式: HBuilderX
示例代码:
操作步骤:
正常调用蓝牙的代码就行
正常调用蓝牙的代码就行
预期结果:
在3.0.0.202中可以开启蓝牙
在3.0.0.202中可以开启蓝牙
实际结果:
开启失败
开启失败
bug描述:
uniapp 蓝牙api 在HarmonyOS 3.0.0.202最新版本中出现startBluetoothDevicesDiscovery失败
目前测试ios以及harmonyos3.0.0.192均没问题,但是更新到202就出现了
0 个回复