收藏
回答

getBLEDeviceServices 10004错误

wx.onBluetoothDeviceFound(function (res2) {
  console.log('发现新蓝牙设备')
  console.log(res2)
  var device = res2.devices[0];
  console.log(device)
  console.log('设备id:' + device.deviceId)
  console.log('设备name:' + device.name)
  
  
    wx.getBLEDeviceServices({
      deviceId: device.deviceId,
      complete: function (res) {
        console.log(">>>getBLEDeviceServices:",res) //这边报10004 没有找到指定服务错误,何解
      }

    })


})


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

6 个回答

  • 马凯Kevin
    马凯Kevin
    2017-08-03

    是的,要在连接成功之后调用

    2017-08-03
    有用
    回复
  • 🌝🙄
    🌝🙄
    2017-07-13

    wx.getBLEDeviceServices 不是要在连接成功后调用的吗

    2017-07-13
    有用
    回复
  • freeStyle
    freeStyle
    2017-07-03

    @Kevin马凯 请问怎么看有设备有没service?查硬件信息?我这是pos58热敏式


    2017-07-03
    有用
    回复
  • 马凯Kevin
    马凯Kevin
    2017-07-03

    Hi,请问设备有sercie吗?

    2017-07-03
    有用
    回复
  • freeStyle
    freeStyle
    2017-07-03

    android 版本7.0,

    微信是最新的6.5.8

    2017-07-03
    有用
    回复
  • ifwang
    ifwang
    2017-07-03

    系统平台和微信版本是什么呢?

    2017-07-03
    有用
    回复
登录 后发表内容