Package 

Class CycledLeScanner

    • Method Summary

      Modifier and Type Method Description
      static CycledLeScanner createScanner(Context context, long scanPeriod, long betweenScanPeriod, boolean backgroundFlag, CycledLeScanCallback cycledLeScanCallback, BluetoothCrashResolver crashResolver)
      void setLongScanForcingEnabled(boolean enabled) Enables the scanner to go to extra lengths to keep scans going for longer than wouldotherwise be allowed.
      void setScanPeriods(long scanPeriod, long betweenScanPeriod, boolean backgroundFlag) Tells the cycler the scan rate and whether it is in operating in background mode.Background mode flag is used only with the Android 5.0 scanning implementations to switchbetween LOW_POWER_MODE vs.
      void start()
      void stop()
      void destroy()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait