为什么获取蓝牙低功耗设备的信号强度回调不执行?
https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth-ble/wx.getBLEDeviceRSSI.html 连接成功了执行获取蓝牙低功耗设备的信号强度的接口不走回调也没有报错信息 wx.getBLEDeviceRSSI({ deviceId, success(res) { console.log(res); }, }) 设备:苹果14,微信版本,8.0.34,基础库:2.31.1,ios:17.3.1