---
title: peripheralUUIDs
framework: corebluetooth
role: symbol
role_heading: Type Property
path: corebluetooth/cbconnectioneventmatchingoption/peripheraluuids
---

# peripheralUUIDs

An array of UUID objects that represents peripherals to match.

## Declaration

```swift
static let peripheralUUIDs: CBConnectionEventMatchingOption
```

## Discussion

Discussion A connected peer with any matching peripheral UUIDs results in a call to centralManager(_:connectionEventDidOccur:for:).

## See Also

### Matching Options

- [serviceUUIDs](corebluetooth/cbconnectioneventmatchingoption/serviceuuids.md)
