获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.setBLEMTU报错 setBLEMTU:fail:internal error
wx.setBLEMTU报错 setBLEMTU:fail:internal error,手机1+ace2 pro // 蓝牙MTU设置 setBLEMTU(deviceId) { setTimeout(() => { wx.setBLEMTU({ deviceId: deviceId, mtu: 512, success(res) { console.log("mtu设置成功!ccccc", res); //console.log(res); }, fail(err) { console.log("mtu设置失败:ccccc", err); //console.log(err); var ret = '{"code":1,"msg": "蓝牙MTU设置失败"}'; return ret; }, }) }, 1000) }
2024-05-08 - wx.addPhoneRepeatCalendar提醒时间不生效
[图片][图片]
2024-04-10