---
title: CBPeripheralManagerConnectionLatency
framework: corebluetooth
role: symbol
role_heading: Enumeration
path: corebluetooth/cbperipheralmanagerconnectionlatency
---

# CBPeripheralManagerConnectionLatency

Values representing the connection latency of the peripheral manager.

## Declaration

```swift
enum CBPeripheralManagerConnectionLatency
```

## Topics

### Latency Values

- [CBPeripheralManagerConnectionLatency.low](corebluetooth/cbperipheralmanagerconnectionlatency/low.md)
- [CBPeripheralManagerConnectionLatency.medium](corebluetooth/cbperipheralmanagerconnectionlatency/medium.md)
- [CBPeripheralManagerConnectionLatency.high](corebluetooth/cbperipheralmanagerconnectionlatency/high.md)

### Initializers

- [init(rawValue:)](corebluetooth/cbperipheralmanagerconnectionlatency/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Setting Connection Latency

- [setDesiredConnectionLatency(_:for:)](corebluetooth/cbperipheralmanager/setdesiredconnectionlatency(_:for:).md)
