<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreBluetooth",
  "identifier" : "/documentation/CoreBluetooth/CBConnectionEventMatchingOption/peripheralUUIDs",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Bluetooth",
      "CoreBluetooth"
    ],
    "preciseIdentifier" : "c:@CBConnectionEventMatchingOptionPeripheralUUIDs"
  },
  "title" : "peripheralUUIDs"
}
-->

# peripheralUUIDs

An array of UUID objects that represents peripherals to match.

```
static let peripheralUUIDs: CBConnectionEventMatchingOption
```

## Discussion

A connected peer with any matching peripheral UUIDs results in a call to [`centralManager(_:connectionEventDidOccur:for:)`](/documentation/CoreBluetooth/CBCentralManagerDelegate/centralManager(_:connectionEventDidOccur:for:)).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)