MiEcosystem/ios-rn-sdk

MHXiaomiBLE.loginXiaoMiBLE返回------登陆失败------{"message":"login timeout.","code":404}

RideShi opened this issue · 0 comments

MHXiaomiBLE.loginXiaoMiBLE返回------登陆失败------{"message":"login timeout.","code":404}

尝试过重启蓝牙、退出插件重新进入方法皆无效
MHXiaomiBLE.loginXiaoMiBLE(MHPluginSDK.deviceId, mac, 10, (error, result) => {
if (error) {
console.log('------登陆失败------' + JSON.stringify(error));
} else {
console.log('------登陆成功------');
this.connectErrorNum = 0;
this.state.device = result.device;
// this.show_AlertIOS(JSON.stringify(result.device));
this._initDevice();
this.isConnect = true;
this.startConnect = false;
}
});