ESP-IDF + 0/2 examples
SourceVu will show references to esp_ble_conn_params_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint16_t
Initial scan interval, in units of 0.625ms, the range is 0x0004(2.5ms) to 0xFFFF(10.24s).
uint16_t
Initial scan window, in units of 0.625ms, the range is 0x0004(2.5ms) to 0xFFFF(10.24s).
uint16_t
Minimum connection interval, in units of 1.25ms, the range is 0x0006(7.5ms) to 0x0C80(4s).
uint16_t
Maximum connection interval, in units of 1.25ms, the range is 0x0006(7.5ms) to 0x0C80(4s).
uint16_t
Connection latency, the range is 0x0000(0) to 0x01F3(499).
uint16_t
Connection supervision timeout, in units of 10ms, the range is from 0x000A(100ms) to 0x0C80(32s).
uint16_t
Minimum connection event length, in units of 0.625ms, setting to 0 for no preferred parameters.
uint16_t
Maximum connection event length, in units of 0.625ms, setting to 0 for no preferred parameters.

References

from examples