---
title: CBPeripheralManagerState.unauthorized
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbperipheralmanagerstate/unauthorized
---

# CBPeripheralManagerState.unauthorized

A manager state that indicates the app isn’t authorized to use the Bluetooth low energy peripheral/server role.

## Declaration

```swift
case unauthorized
```

## See Also

### Constants

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