feature():扫描时间修改
This commit is contained in:
parent
c3b134a83f
commit
366b41d716
|
|
@ -465,7 +465,7 @@ public class BleDeviceManager {
|
||||||
}
|
}
|
||||||
mHeartCounter++;
|
mHeartCounter++;
|
||||||
return;
|
return;
|
||||||
} else if (mHeartCounter == 5) {
|
} else if (mHeartCounter == 60) {
|
||||||
// RNLog.i(TAG,"停止扫描");
|
// RNLog.i(TAG,"停止扫描");
|
||||||
if (mBleScanEnable) {
|
if (mBleScanEnable) {
|
||||||
stopScan();
|
stopScan();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue