---
title: serviceUUIDs
framework: corebluetooth
role: symbol
role_heading: Type Property
path: corebluetooth/cbconnectioneventmatchingoption/serviceuuids
---

# serviceUUIDs

An array that represents service identifiers to match.

## Declaration

```swift
static let serviceUUIDs: CBConnectionEventMatchingOption
```

## Discussion

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

## See Also

### Matching Options

- [peripheralUUIDs](corebluetooth/cbconnectioneventmatchingoption/peripheraluuids.md)
