---
title: CBCentralManagerState.unauthorized
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbcentralmanagerstate/unauthorized
---

# CBCentralManagerState.unauthorized

A state that indicates the application isn’t authorized to use the Bluetooth low energy role.

## Declaration

```swift
case unauthorized
```

## See Also

### Constants

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