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

# selected(_:)

Includes only the preselected paired devices in the provided dictionary.

## Declaration

```swift
static func selected(_ pairedDevices: WAPairedDevice.Devices) -> WASubscriberBrowser.Devices
```

## Parameters

- `pairedDevices`: A doc://com.apple.wifiaware/documentation/WiFiAware/WASubscriberBrowser/Devices dictionary holding a snapshot of paired devices to use for this operation.

## Return Value

Return Value A new WASubscriber/Devices including the selected devices.

## See Also

### Selecting devices to connect to

- [selected(_:)](wifiaware/wasubscriberbrowser/devices/selected(_:)-5arv0.md)
- [userSpecifiedDevices](wifiaware/wasubscriberbrowser/devices/userspecifieddevices.md)
