-
public interface ConnectionParametersAn interface representing connection parameters update
-
-
Method Summary
Modifier and Type Method Description abstract intgetConnectionInterval()Returns the connection interval used on this connection, 1.25ms unit. abstract intgetSlaveLatency()Returns the slave latency for the connection in number of connection events. abstract intgetSupervisionTimeout()Returns the supervision timeout for this connection, in 10ms unit. -
-
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)
-
-
-
-