---
title: CBPeripheralManagerAuthorizationStatus
framework: corebluetooth
role: symbol
role_heading: Enumeration
path: corebluetooth/cbperipheralmanagerauthorizationstatus
---

# CBPeripheralManagerAuthorizationStatus

Values representing the current authorization state of the peripheral manager.

## Declaration

```swift
enum CBPeripheralManagerAuthorizationStatus
```

## Topics

### Constants

- [CBPeripheralManagerAuthorizationStatus.notDetermined](corebluetooth/cbperipheralmanagerauthorizationstatus/notdetermined.md)
- [CBPeripheralManagerAuthorizationStatus.restricted](corebluetooth/cbperipheralmanagerauthorizationstatus/restricted.md)
- [CBPeripheralManagerAuthorizationStatus.denied](corebluetooth/cbperipheralmanagerauthorizationstatus/denied.md)
- [CBPeripheralManagerAuthorizationStatus.authorized](corebluetooth/cbperipheralmanagerauthorizationstatus/authorized.md)

### Initializers

- [init(rawValue:)](corebluetooth/cbperipheralmanagerauthorizationstatus/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

### Monitoring the State of a Peripheral Manager

- [authorizationStatus()](corebluetooth/cbperipheralmanager/authorizationstatus().md)
- [CBPeripheralManagerState](corebluetooth/cbperipheralmanagerstate.md)
