Package 

Class ScanFilter

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

    
    public class ScanFilter
     implements Parcelable, ScanFilterInterface
                        

    Criteria for filtering result from Bluetooth LE scans. A ScanFilter allows clients to restrict scan results to only those that are of interest to them.

    Current filtering on the following fields are supported:

    Service UUIDs which identify the bluetooth gatt services running on the device. Name of remote Bluetooth LE device. Mac address of the remote device. Service data which is the data associated with a service. Manufacturer specific data which is the data associated with a particular manufacturer.