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

# IOBluetoothDeviceSearchTypesBits

Bits to determine what Bluetooth devices to search for

```
struct IOBluetoothDeviceSearchTypesBits
```

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

## Topics

### Constants

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

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



---

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)