<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreBluetooth",
  "identifier" : "/documentation/CoreBluetooth/CBPeripheralManagerConnectionLatency",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Bluetooth"
    ],
    "preciseIdentifier" : "c:@E@CBPeripheralManagerConnectionLatency"
  },
  "title" : "CBPeripheralManagerConnectionLatency"
}
-->

# CBPeripheralManagerConnectionLatency

Values representing the connection latency of the peripheral manager.

```
enum CBPeripheralManagerConnectionLatency
```

## Topics

### Latency Values

[`CBPeripheralManagerConnectionLatencyLow`](/documentation/CoreBluetooth/CBPeripheralManagerConnectionLatency/low)

A latency setting indicating that prioritizes rapid communication over battery life.

[`CBPeripheralManagerConnectionLatencyMedium`](/documentation/CoreBluetooth/CBPeripheralManagerConnectionLatency/medium)

A latency setting that balances communication frequency and battery life.

[`CBPeripheralManagerConnectionLatencyHigh`](/documentation/CoreBluetooth/CBPeripheralManagerConnectionLatency/high)

A latency setting that prioritizes extending battery life over rapid communication.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)