---
title: WAPairedDevice.Devices
framework: wifiaware
role: symbol
role_heading: Type Alias
path: wifiaware/wapaireddevice/devices
---

# WAPairedDevice.Devices

A dictionary holding a snapshot of currently paired devices accessible and known to your app.

## Declaration

```swift
typealias Devices = [WAPairedDevice.ID : WAPairedDevice]
```

## Mentioned in

Connecting devices for peer-to-peer Wi-Fi

## Discussion

Discussion An empty dictionary indicates that no paired devices are known to your app.

## See Also

### Paired devices

- [WAPairedDevice](wifiaware/wapaireddevice.md)
- [WAPairedDevice.DevicesSequence](wifiaware/wapaireddevice/devicessequence.md)
- [WAPairedDevice.PairingInfo](wifiaware/wapaireddevice/pairinginfo-swift.struct.md)
