-
- All Implemented Interfaces:
-
com.polidea.rxandroidble2.ConnectionParameters
public class ConnectionParametersImpl implements ConnectionParameters
-
-
Method Summary
Modifier and Type Method Description intgetConnectionInterval()Returns the connection interval used on this connection, 1.25ms unit. intgetSlaveLatency()Returns the slave latency for the connection in number of connection events. intgetSupervisionTimeout()Returns the supervision timeout for this connection, in 10ms unit. -
-
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)
-
-
-
-