在6.5.9版本的时候,测试蓝牙连接很顺畅,升级到6.5.10版本后,一起连接不上,是否api有改变?
wx.createBLEConnection({
// 这里的 deviceId 需要在上面的 getBluetoothDevices 或 onBluetoothDeviceFound 接口中获取
deviceId: deviceId,
success:
function
(res) {
console.log(res)
}
})
这个方法一直连接不上蓝牙,6.5.9版本可以连接