---
title: CBManagerAuthorization.restricted
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbmanagerauthorization/restricted
---

# CBManagerAuthorization.restricted

A state that indicates this app isn’t authorized to use Bluetooth.

## Declaration

```swift
case restricted
```

## Discussion

Discussion In this state, the user can’t change the Bluetooth authorization status, possibly due to active restrictions such as parental controls.

## See Also

### Authorization States

- [CBManagerAuthorization.allowedAlways](corebluetooth/cbmanagerauthorization/allowedalways.md)
- [CBManagerAuthorization.denied](corebluetooth/cbmanagerauthorization/denied.md)
- [CBManagerAuthorization.notDetermined](corebluetooth/cbmanagerauthorization/notdetermined.md)
