ScanFilter.Matches(ScanResult) Method

Definition

Check if the scan filter matches a scanResult.

[Android.Runtime.Register("matches", "(Landroid/bluetooth/le/ScanResult;)Z", "")]
public bool Matches (Android.Bluetooth.LE.ScanResult? scanResult);
[<Android.Runtime.Register("matches", "(Landroid/bluetooth/le/ScanResult;)Z", "")>]
member this.Matches : Android.Bluetooth.LE.ScanResult -> bool

Parameters

scanResult
ScanResult

Returns

Attributes

Remarks

Java documentation for android.bluetooth.le.ScanFilter.matches(android.bluetooth.le.ScanResult).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to