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

# matchesUUID16(_:)

Returns TRUE the UUID16 is found in the target service.

```
func matchesUUID16(_ uuid16: BluetoothSDPUUID16) -> Bool
```

## Parameters

`uuid16`

A BluetoothSDPUUID16 to search for in the target service.

## Return Value

Returns TRUE if the UUID16 is present in the service.

## Discussion

NOTE: This method is only available in macOS 10.7 or later.

---

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)