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

# CBPeripheralManagerAuthorizationStatus.restricted

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

## Declaration

```swift
case restricted
```

## Discussion

Discussion The user can’t change this app’s status, possibly due to active restrictions such as parental controls being in place.

## See Also

### Constants

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