---
title: CBCentralManager.Feature
framework: corebluetooth
role: symbol
role_heading: Structure
path: corebluetooth/cbcentralmanager/feature
---

# CBCentralManager.Feature

An option set of device-specific features.

## Declaration

```swift
struct Feature
```

## Topics

### Creating a Central Manager Feature Instance

- [init(rawValue:)](corebluetooth/cbcentralmanager/feature/init(rawvalue:).md)

### Extended Scan Features

- [extendedScanAndConnect](corebluetooth/cbcentralmanager/feature/extendedscanandconnect.md)

### Type Properties

- [channelSounding](corebluetooth/cbcentralmanager/feature/channelsounding.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Inspecting Feature Support

- [supports(_:)](corebluetooth/cbcentralmanager/supports(_:).md)
