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

# connectionHandle

Get the connection handle for the baseband connection.

```
var connectionHandle: BluetoothConnectionHandle { get }
```

## Discussion

This method only returns a valid result if a baseband connection is present (-isConnected returns TRUE).

## See Also

[`-  getConnectionHandle`](/documentation/IOBluetooth/IOBluetoothDevice/getConnectionHandle)

Get the connection handle for the baseband connection.



---

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)