- 当前 Bug 的表现(可附上截图)
使用wx.getBluetoothDevices API成功,但是搜索不到设备,暂时只发现这款机型出现
- 预期表现
可以搜到蓝牙设备
- 复现路径
- 提供一个最简复现 Demo
wx.openBluetoothAdapter({
success: function (res) {
wx.startBluetoothDevicesDiscovery({
services: [],
allowDuplicatesKey: false,
interval: 0,
success: (res) => {
setTimeout(() => {
wx.getBluetoothDevices({
success: (res) => {
console.log(res)
}
})
}, 3000)
}
})
}
})
你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
代码片段:wechatide://minicode/y93YhumG7j18
问题机型: motorola XT1635-03
微信版本:6.7.0
你好,这边问题未复现,请问是只有这个机型有问题吗?
你好,是的,其他机型暂时没发现
定位开关 以及 微信定位权限是否打开?帮忙确认下。
较多的case是因为这个.
ps:顺便确认下同一个手机其他app是否有这样子的问题..thx.