- oppoR15调试摸下下蓝牙能够开门,体验版不行
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo request:fail read error:ssl=0x9e708cc0 I/O error during system call 目前测试到的机型里面,note5能够搜索出来设备,但是一直没法链接蓝牙设备,其他机型魅族note8,荣耀8X,荣耀6,iphone6可以的 oppoR15调试摸下下蓝牙能够和蓝牙设备通信,体验版和正式版不能通信,有哪位大神遇到过这种情况,体验版的debug显示,
2019-06-23 - 魅族Note5低功耗蓝牙链接不上
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo request:fail read error:ssl=0x9e708cc0 I/O error during system call 目前测试到的机型里面,note5能够搜索出来设备,但是一直没法链接蓝牙设备,其他机型魅族note8,荣耀8X,荣耀6,iphone6可以的
2019-06-22 - 请求失败问题
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo request:fail read error:ssl=0x9e708cc0 I/O error during system call
2019-06-20 - 小程序onBluetoothDeviceFound一直发现不了设备,前两天是正常
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo wx.openBluetoothAdapter({ success: function (res) { wx.showLoading({ title: '搜索蓝牙....', }) //开始搜索蓝牙 wx.startBluetoothDevicesDiscovery({ success: function (res) { console.log('search111', res); //监听发现设备 wx.onBluetoothDeviceFound(function (devices) { console.log('发现设备:', devices.devices) wx.hideLoading(); for (let i = 0; i < devices.devices.length; i++) { that.connectBle(devices.devices[i].deviceId);//开始链接设备 } }) }, fail(res) { console.log("开启蓝牙搜索服务失败" + e); } }) },
2019-06-07