<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothHandsFreeDevice/init(device:delegate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:objc(cs)IOBluetoothHandsFreeDevice(im)initWithDevice:delegate:"
  },
  "title" : "init(device:delegate:)"
}
-->

# init(device:delegate:)

Creates an object to manage phone calls on a hands-free Bluetooth device.

```
init!(device: IOBluetoothDevice!, delegate: Any!)
```

## Parameters

`device`

A Bluetooth device.

`delegate`

A delegate that conforms to the [`IOBluetoothHandsFreeDeviceDelegate`](/documentation/IOBluetooth/IOBluetoothHandsFreeDeviceDelegate) protocol.

## 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)