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

# CBPeripheralState.connected

The peripheral is connected to the central manager.

## Declaration

```swift
case connected
```

## See Also

### Peripheral States

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