Class CBPeripheralManagerConnectionLatency


  • public final class CBPeripheralManagerConnectionLatency
    extends java.lang.Object
    [@enum] CBPeripheralManagerConnectionLatency 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long High  
      static long Low  
      static long Medium  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait