<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothSDPUUID/uuid32(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:objc(cs)IOBluetoothSDPUUID(cm)uuid32:"
  },
  "title" : "uuid32(_:)"
}
-->

# uuid32(_:)

Creates a new 32-bit IOBluetoothSDPUUID with the given UUID32

```
class func uuid32(_ uuid32: BluetoothSDPUUID32) -> Self!
```

## Parameters

`uuid32`

A scalar representing a 32-bit UUID

## Return Value

Returns the new IOBluetoothSDPUUID object.

## Discussion

---

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)