public static interface Settings.BleConnectionParametersEditor extends ConfigEditorBase
| Modifier and Type | Method and Description |
|---|---|
Settings.BleConnectionParametersEditor |
maxConnectionInterval(float interval)
Sets the upper bound of the connection interval
|
Settings.BleConnectionParametersEditor |
minConnectionInterval(float interval)
Sets the lower bound of the connection interval
|
Settings.BleConnectionParametersEditor |
slaveLatency(short latency)
Sets the number of connection intervals to skip
|
Settings.BleConnectionParametersEditor |
supervisorTimeout(short timeout)
Sets the maximum amount of time between data exchanges until the connection is considered to be lost
|
commitSettings.BleConnectionParametersEditor minConnectionInterval(float interval)
interval - Lower bound, at least 7.5msSettings.BleConnectionParametersEditor maxConnectionInterval(float interval)
interval - Upper bound, at most 4000msSettings.BleConnectionParametersEditor slaveLatency(short latency)
latency - Number of connection intervals to skip, between [0, 1000]Settings.BleConnectionParametersEditor supervisorTimeout(short timeout)
timeout - Timeout value between [10, 32000] ms