收藏
回答

iphone SE3 IOS 15.5 getBLEDeviceServices 报10004?

// 连接设备

createBLEConnection_() {

console.log('开始连接')

wx.createBLEConnection({

deviceId: that.deviceId,

success(res) {

console.log('连接成功', res);

console.log("设备ID",that.deviceId)

wx.getBLEDeviceServices({

deviceId: that.deviceId,

success(res) {

console.log("查询设备服务ID",res)

}

})


},

fail(err) {

console.log("连接失败", err)

// uni.hideLoading()

util.codefile(err.errCode ? err.errCode : '')

}

})



}


设备连接成功了,但是查询设备服务ID的时候报10004的错,安卓上没有问题,日志已上传,日志时间节点:2022-06-01 18:11左右

回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2022-06-02

    你好,麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点

    2022-06-02
    有用
    回复 1
    • 🐲🐾🍂🇨🇳
      🐲🐾🍂🇨🇳
      2022-06-07
      微信号:JoyceChou0210       时间点:2022-06-01 18:11
      2022-06-07
      回复
登录 后发表内容