小程序存在概率搜索不到低功耗设备情况(手机蓝牙5.0)
- 当前 Bug 的表现(可附上截图)
有时能搜索到指定的低功耗设备,有时不能。设置的10s搜索超时。
- 预期表现
能搜索到指定的设备。
- 复现路径
使用华为mate20手机,反复连接设备进行通信。
- 提供一个最简复现 Demo
wx.startBluetoothDevicesDiscovery({
allowDuplicatesKey: false,
success: function (res) {
console.log(“开始搜索附近蓝牙设备”, res);
},
fail: function (res) {
console.log('搜索附近蓝牙设备失败: ', res);
}
});