Class CycledLeScannerForLollipop
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.interfaces.Advertiser
public class CycledLeScannerForLollipop extends CycledLeScanner
Imported from AltBeacon http://altbeacon.org/
-
-
Field Summary
Fields Modifier and Type Field Description public static String
ACTION_FOR_BLUETOOTH_RESTORED
public static String
ACTION_FOR_BLUETOOTH_SCAN_FAILED
public static String
ACTION_FOR_BLUETOOTH_SCAN_START_FAILED
public static String
KEY_FOR_BLUETOOTH_INTENT_STRING_EXTRA
public final static long
ANDROID_N_MAX_SCAN_DURATION_MILLIS
public final Object
lock
-
Constructor Summary
Constructors Constructor Description CycledLeScannerForLollipop(Context context, long scanPeriod, long betweenScanPeriod, boolean backgroundFlag, BluetoothCrashResolver crashResolver, ConfigurationManager configurationManager)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.pointrlabs.core.util.PTRAdvertiserImpl
addListener, advertise, getListeners, getLock, isListenersEmpty, removeAllListeners, removeListener, setListeners
-
Methods inherited from class com.pointrlabs.core.bluetooth.scanner.CycledLeScanner
createScanner, destroy, hasBlePermission, restartScanning, setLongScanForcingEnabled, setScanFilters, setScanPeriods, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CycledLeScannerForLollipop
CycledLeScannerForLollipop(Context context, long scanPeriod, long betweenScanPeriod, boolean backgroundFlag, BluetoothCrashResolver crashResolver, ConfigurationManager configurationManager)
-
-
-
-