获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
出现异常的广播的数据是什么样的,能提供个代码片段看看
getBluetoothDevices在鸿蒙5.0next版本中advertisData长度不对?wx.getBluetoothDevices({ success: function (res) { for (let i = 0; i < res.devices.length; i++) { // 遍历设备信息 let tempDevice = res.devices[i]; tempDevice.advUint8Array = new Uint8Array(tempDevice.advertisData); // advertisData少了一个字节 } }, fail: function (res) { console.error }, complete: function (res) {} }); 当前蓝牙设备的广播数据段中的 ManufacturerData 数据段,少了一个字节。
星期一 21:30