评论

微信小程序蓝牙设备搜索

wx.getBluetoothDevices获取不到搜索到的设备

wx.startBluetoothDevicesDiscovery({
success: function (res) {
wx.getBluetoothDevices({
success: function (res) {
console.log(res)
}
})
}
})
今天这样用wx.getBluetoothDevices获取搜索到的设备获取不到,最后发现wx.getBluetoothDevices一开始搜索就执行了,这时还没搜到设备,所以最后用了wx.onBluetoothDeviceFound监听搜索到的每一个设备,然后处理的

点赞 0
收藏
评论

2 个评论

  • 灵芝
    灵芝
    2019-08-21

    “文章”是用于分享大家关于小程序的开发、运营经验的。
    如果有问题或者需求反馈,可以发到“问答”模块,我们会有对应同学来处理回复。
    我们会将这个帖子隐藏掉,可以将这篇帖子删掉发到“问答”里面。

    2019-08-21
    赞同
    回复
  • 2019-08-21

    加一个延时试试

    2019-08-21
    赞同
    回复
登录 后发表内容