微信升级6.5.10版本后,小程序无法连接蓝牙

发布于 7 年前作者 liuyan3908 次浏览最后编辑 7 年前来自 ask

在6.5.9版本的时候,测试蓝牙连接很顺畅,升级到6.5.10版本后,一起连接不上,是否api有改变?

1 回复
esu
esu1 楼6 年前
wx.createBLEConnection({
  // 这里的 deviceId 需要在上面的 getBluetoothDevices 或 onBluetoothDeviceFound 接口中获取
  deviceId: deviceId,
  success: function (res) {
    console.log(res)
  }
})

这个方法一直连接不上蓝牙,6.5.9版本可以连接