---
title: CBPeripheralManagerState
framework: corebluetooth
role: symbol
role_heading: Enumeration
path: corebluetooth/cbperipheralmanagerstate
---

# CBPeripheralManagerState

Values that represent the current state of the peripheral manager.

## Declaration

```swift
enum CBPeripheralManagerState
```

## Topics

### Constants

- [CBPeripheralManagerState.unknown](corebluetooth/cbperipheralmanagerstate/unknown.md)
- [CBPeripheralManagerState.resetting](corebluetooth/cbperipheralmanagerstate/resetting.md)
- [CBPeripheralManagerState.unsupported](corebluetooth/cbperipheralmanagerstate/unsupported.md)
- [CBPeripheralManagerState.unauthorized](corebluetooth/cbperipheralmanagerstate/unauthorized.md)
- [CBPeripheralManagerState.poweredOff](corebluetooth/cbperipheralmanagerstate/poweredoff.md)
- [CBPeripheralManagerState.poweredOn](corebluetooth/cbperipheralmanagerstate/poweredon.md)

### Initializers

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

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Deprecated

- [CBCentralManagerState](corebluetooth/cbcentralmanagerstate.md)
- [Deprecated Constants](corebluetooth/deprecated-constants.md)
