封装发送照片、视频、文字,各设备调用公共模块
This commit is contained in:
@ -871,7 +871,7 @@ class BleHelper {
|
||||
if (!state.available) { //蓝牙状态不可用了,将所有设备标记为断开连接
|
||||
// 系统关蓝牙后原生 BLE 适配器已销毁;若仍认为 isOpenBlue=true,OpenBlue 会跳过重开,
|
||||
// 再开蓝牙后无法 createBLEConnection / 一直报 10001 适配器不可用
|
||||
this.data.isOpenBlue = false;
|
||||
// this.data.isOpenBlue = false;
|
||||
console.log("蓝牙模块不可用了,将所有设备标记为断开连接");
|
||||
this.data.connectingDevices = {}; //清空连接锁
|
||||
this.data.LinkedList.filter((v) => {
|
||||
|
||||
Reference in New Issue
Block a user