---
title: CBPeripheralManagerAuthorizationStatus.authorized
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbperipheralmanagerauthorizationstatus/authorized
---

# CBPeripheralManagerAuthorizationStatus.authorized

An authorization status that indicates the user authorized this app to share data using Bluetooth while in the background.

## Declaration

```swift
case authorized
```

## See Also

### Constants

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