Package 

Class ConnectionParametersImpl

    • Method Summary

      Modifier and Type Method Description
      int getConnectionInterval() Returns the connection interval used on this connection, 1.25ms unit.
      int getSlaveLatency() Returns the slave latency for the connection in number of connection events.
      int getSupervisionTimeout() Returns the supervision timeout for this connection, in 10ms unit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getConnectionInterval

         int getConnectionInterval()

        Returns the connection interval used on this connection, 1.25ms unit. Valid range is from 6 (7.5ms) to 3200 (4000ms)

      • getSlaveLatency

         int getSlaveLatency()

        Returns the slave latency for the connection in number of connection events. Valid range is from 0 to 499

      • getSupervisionTimeout

         int getSupervisionTimeout()

        Returns the supervision timeout for this connection, in 10ms unit. Valid range is from 10 (0.1s) to 3200 (32s)