获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.offBluetoothDeviceFound 不执行
https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth/wx.offBluetoothDeviceFound.html 业务场景:调取 wx.onBluetoothDeviceFound() 监听获取设备的信息,然后调取 wx.createBLEConnection() 与设备建立连接后,调取 wx.offBluetoothDeviceFound() 取消监听设备信息,可是在 iOS 和 Android 端这个api 都不生效,wx.onBluetoothDeviceFound() 仍然在执行
2020-02-19 - onBluetoothAdapterStateChange 在 Android 平台不断被调用
https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth/wx.onBluetoothAdapterStateChange.html onBluetoothAdapterStateChange 在 Android 端会重复调用,即使蓝牙适配器状态未发生变化,重复返回字段如下: onBluetoothAdapterStateChange {available: true, discovering: true} 而在 iOS 端正常,希望尽快回复或修正此 api
2020-02-19