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

# uuid16(_:)

Creates a new 16-bit IOBluetoothSDPUUID with the given UUID16

```
class func uuid16(_ uuid16: BluetoothSDPUUID16) -> Self!
```

## Parameters

`uuid16`

A scalar representing a 16-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)