https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth-ble/wx.getBLEDeviceRSSI.html
wx.getBLEDeviceRSSI({
// 这里的 deviceId 需要已经通过 createBLEConnection 与对应设备建立链接
deviceId: e,
success(res) {
console.log(res);
},
fail: (err) => {
console.log(err);
}
})
一般是iOS系统问题,尝试重启手机看看问题是否解决