onBluetoothDeviceFound BUG
wx.onBluetoothDeviceFound 在第一次使用的时候是可以正常监听的,
但在调用了 停止蓝牙搜索 wx.stopBluetoothDevicesDiscovery ,然后再调用 蓝牙搜索 wx.startBluetoothDevicesDiscovery,之后就再也监听不到东西了。
我也试过再调用多一次 wx.onBluetoothDeviceFound ,还是监听不到东西。
测试代码
wx.onBluetoothDeviceFound(function (devices) {
console.log(1)
})
1 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),另外标题请勿头条化,建议修改下标题