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

# CBCentralManagerState.poweredOff

A state that indicates Bluetooth is currently powered off.

## Declaration

```swift
case poweredOff
```

## See Also

### Constants

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