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

# isSessionTargetAMac()

Tells whether the target device is a Mac by checking its service record.

```
func isSessionTargetAMac() -> Bool
```

## Return Value

TRUE only if device service record has Mac entry, FALSE for all else.

## Discussion

Tells whether the target device is a Mac by checking its service record.

---

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)