Package 

Interface ConnectionParameters

    • Method Summary

      Modifier and Type Method Description
      abstract int getConnectionInterval() Returns the connection interval used on this connection, 1.25ms unit.
      abstract int getSlaveLatency() Returns the slave latency for the connection in number of connection events.
      abstract 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

         abstract int getConnectionInterval()

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

      • getSlaveLatency

         abstract int getSlaveLatency()

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

      • getSupervisionTimeout

         abstract int getSupervisionTimeout()

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