feature():扫描时间修改

This commit is contained in:
lvwang2002 2024-04-29 22:53:15 +08:00
parent c3b134a83f
commit 366b41d716
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ public class BleDeviceManager {
}
mHeartCounter++;
return;
} else if (mHeartCounter == 5) {
} else if (mHeartCounter == 60) {
// RNLog.i(TAG,"停止扫描");
if (mBleScanEnable) {
stopScan();