소스 검색

contrast mobile 1.99 230106

Remove blue device filter for the device discovery
Ray Zhang 3 년 전
부모
커밋
5f5d6fae10
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      RedAnt ERP Mobile/common/AppDelegateBase.m

+ 2 - 2
RedAnt ERP Mobile/common/AppDelegateBase.m

@@ -4017,8 +4017,8 @@ void UncaughtExceptionHandler(NSException *exception) {
 //    NSLog(@"didDiscoverPeripheral");
     
     NSArray* pservice = advertisementData[@"kCBAdvDataServiceUUIDs"];
-    if(pservice.count<=0)
-        return;
+//    if(pservice.count<=0)
+//        return;
     if(peripheral.name.length<=0)
         return;
 //    _peripheral = peripheral;