<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothDeviceSearchDeviceAttributes",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:@S@IOBluetoothDeviceSearchDeviceAttributes"
  },
  "title" : "IOBluetoothDeviceSearchDeviceAttributes"
}
-->

# IOBluetoothDeviceSearchDeviceAttributes

Structure used to search for particular devices.

```
struct IOBluetoothDeviceSearchDeviceAttributes
```

## Overview

You can search for general device classes and service classes, or you can search for a specific device address or name. If you pass NULL as the attribute structure, you will get ALL devices in the vicinity found during a search. Note that passing a zeroed out block of attributes is NOT equivalent to passing in NULL!

## See Also

[`IOBluetoothDeviceSearchAttributes`](/documentation/IOBluetooth/IOBluetoothDeviceSearchAttributes)

Structure used to search for particular devices.

[`IOBluetoothDeviceSearchTypes`](/documentation/IOBluetooth/IOBluetoothDeviceSearchTypes)

[`IOBluetoothDeviceSearchTypesBits`](/documentation/IOBluetooth/IOBluetoothDeviceSearchTypesBits)

Bits to determine what Bluetooth devices to search for

[`IOBluetoothDeviceSearchDeviceAttributes`](/documentation/IOBluetooth/IOBluetoothDeviceSearchDeviceAttributes)

Structure used to search for particular devices.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)