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

# CBPeripheralState.disconnecting

The peripheral is disconnecting from the central manager.

## Declaration

```swift
case disconnecting
```

## See Also

### Peripheral States

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