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

# CBPeripheralState.connecting

The peripheral is in the process of connecting to the central manager.

## Declaration

```swift
case connecting
```

## See Also

### Peripheral States

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