getBluetoothDevices测试没问题,正式版本第一次找不到设备信息
- 当前 Bug 的表现(可附上截图)
查询蓝牙必须要延迟1000,这样在大多数情况下我在调用wx.getBluetoothDevices接口才能拿到设备列表,不然第一次肯定是空数组
![](https://image.wxopen.club/content_4d87cab6-480a-11ea-b990-001a7dda7111.png)
![](https://image.wxopen.club/content_4daf3e9c-480a-11ea-b36a-001a7dda7111.png)
- 预期表现
再不延迟的情况下能找到设备列表
- 复现路径
- 提供一个最简复现 Demo
查询蓝牙必须要延迟1000,这样在大多数情况下我在调用wx.getBluetoothDevices接口才能拿到设备列表,不然第一次肯定是空数组
再不延迟的情况下能找到设备列表