---
title: "supports(_:)"
framework: corebluetooth
role: symbol
role_heading: Type Method
path: "corebluetooth/cbcentralmanager/supports(_:)"
---

# supports(_:)

Returns a Boolean that indicates whether the device supports a specific set of features.

## Declaration

```swift
class func supports(_ features: CBCentralManager.Feature) -> Bool
```

## Parameters

- `features`: One or more features that you would like to check for support.

## See Also

### Inspecting Feature Support

- [CBCentralManager.Feature](corebluetooth/cbcentralmanager/feature.md)
