-
- All Implemented Interfaces:
-
com.polidea.rxandroidble2.internal.operations.Operation,java.lang.Comparable
public abstract class ScanOperation<SCAN_RESULT_TYPE, SCAN_CALLBACK_TYPE> extends QueueOperation<SCAN_RESULT_TYPE>
A class that handles starting and stopping BLE scans.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.polidea.rxandroidble2.internal.QueueOperation
compareTo, definedPriority, run -
Methods inherited from class com.polidea.rxandroidble2.internal.operations.Operation
run -
Methods inherited from class java.lang.Comparable
compareTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-