---
title: CBPeripheralState.disconnected
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbperipheralstate/disconnected
---

# CBPeripheralState.disconnected

The peripheral isn’t connected to the central manager.

## Declaration

```swift
case disconnected
```

## See Also

### Peripheral States

- [CBPeripheralState.connecting](corebluetooth/cbperipheralstate/connecting.md)
- [CBPeripheralState.connected](corebluetooth/cbperipheralstate/connected.md)
- [CBPeripheralState.disconnecting](corebluetooth/cbperipheralstate/disconnecting.md)
