public final class CBPeripheralManagerConnectionLatency
extends java.lang.Object
The latency of a peripheral-central connection controls how frequently messages can be exchanged.
[@constant] CBPeripheralManagerConnectionLatencyLow Prioritizes rapid communication over battery life. [@constant] CBPeripheralManagerConnectionLatencyMedium A balance between communication frequency and battery life. [@constant] CBPeripheralManagerConnectionLatencyHigh Prioritizes extending battery life over rapid communication.
public static final long Low
public static final long Medium
public static final long High