<!--
{
  "availability" : [
    "iOS: 5.0.0 - 9.0.0",
    "iPadOS: 5.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.7.0 - 10.13.0",
    "tvOS: 9.0.0 - 9.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 2.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreBluetooth",
  "identifier" : "/documentation/CoreBluetooth/CBUUID/init(cfuuid:)-3h0ry",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core Bluetooth"
    ],
    "preciseIdentifier" : "c:objc(cs)CBUUID(cm)UUIDWithCFUUID:"
  },
  "title" : "init(cfuuid:)"
}
-->

# init(cfuuid:)

Creates a Core Bluetooth UUID object from a Core Foundation UUID object.

```
init(cfuuid theUUID: CFUUID)
```

## Parameters

`theUUID`

A UUID represented by a <doc://com.apple.documentation/documentation/CoreFoundation/CFUUID> object.

## Return Value

A new [`CBUUID`](/documentation/CoreBluetooth/CBUUID) object for the specified UUID.

---

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)