wx.startBluetoothDevicesDiscovery({
success: function (res) {
wx.getBluetoothDevices({
success: function (res) {
console.log(res)
}
})
}
})
今天这样用wx.getBluetoothDevices获取搜索到的设备获取不到,最后发现wx.getBluetoothDevices一开始搜索就执行了,这时还没搜到设备,所以最后用了wx.onBluetoothDeviceFound监听搜索到的每一个设备,然后处理的
“文章”是用于分享大家关于小程序的开发、运营经验的。
如果有问题或者需求反馈,可以发到“问答”模块,我们会有对应同学来处理回复。
我们会将这个帖子隐藏掉,可以将这篇帖子删掉发到“问答”里面。
加一个延时试试