<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothDevice/init(address:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:objc(cs)IOBluetoothDevice(cm)deviceWithAddress:"
  },
  "title" : "init(address:)"
}
-->

# init(address:)

Returns the IOBluetoothDevice object for the given BluetoothDeviceAddress

```
convenience init!(address: UnsafePointer<BluetoothDeviceAddress>!)
```

## Parameters

`address`

Pointer to a BluetoothDeviceAddress for which an IOBluetoothDevice instance is desired

## Return Value

Returns the IOBluetoothDevice object for the given BluetoothDeviceAddress

## Discussion

Within a single application, there will be only one instance of IOBluetoothDevice for a given remote device address.

---

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)