---
title: "matching(_:)"
framework: wifiaware
role: symbol
role_heading: Type Method
path: "wifiaware/wasubscriberbrowser/devices/matching(_:)"
---

# matching(_:)

Includes only paired devices matching the provided live filter predicate.

## Declaration

```swift
static func matching(_ pairedDevicesFilter: Predicate<WAPairedDevice>) -> WASubscriberBrowser.Devices
```

## Parameters

- `pairedDevicesFilter`: The filter to apply to choose paired devices for this operation.

## Return Value

Return Value A new Devices containing the device filter to use.
