Package 

Class ScanSettings

  • All Implemented Interfaces:
    android.os.Parcelable , com.polidea.rxandroidble2.internal.scan.ExternalScanSettingsExtension

    
    public class ScanSettings
     implements Parcelable, ExternalScanSettingsExtension<ScanSettings>
                        

    Bluetooth LE scan settings are passed to startScan to define the parameters for the scan. RxAndroidBle Note: This class is basically copied from the Android AOSP. All of the exposed functionality is emulated by the software due to a lot of potential issues with different phones: https://code.google.com/p/android/issues/detail?id=158522 https://code.google.com/p/android/issues/detail?id=178614 https://code.google.com/p/android/issues/detail?id=228428