DeviceFilter


public interface DeviceFilter
implements Parcelable

android.companion.DeviceFilter<D extends android.os.Parcelable>
BluetoothDeviceFilter A filter for Bluetooth(non-LE) devices 
BluetoothLeDeviceFilter A filter for Bluetooth LE devices 
WifiDeviceFilter A filter for Wifi devices 


A filter for companion devices of type D

Summary

Inherited constants

int CONTENTS_FILE_DESCRIPTOR

Descriptor bit used with describeContents(): indicates that the Parcelable object's flattened representation includes a file descriptor.

int PARCELABLE_WRITE_RETURN_VALUE

Flag for use with writeToParcel(Parcel, int): the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)".

Inherited methods

abstract int describeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

abstract void writeToParcel(Parcel dest, int flags)

Flatten this object in to a Parcel.