esp_ble_conn_params_t struct
create connection parameters
Fields
Initial scan interval, in units of 0.625ms, the range is 0x0004(2.5ms) to 0xFFFF(10.24s).
Initial scan window, in units of 0.625ms, the range is 0x0004(2.5ms) to 0xFFFF(10.24s).
Minimum connection interval, in units of 1.25ms, the range is 0x0006(7.5ms) to 0x0C80(4s).
Maximum connection interval, in units of 1.25ms, the range is 0x0006(7.5ms) to 0x0C80(4s).
Connection latency, the range is 0x0000(0) to 0x01F3(499).
Connection supervision timeout, in units of 10ms, the range is from 0x000A(100ms) to 0x0C80(32s).
Minimum connection event length, in units of 0.625ms, setting to 0 for no preferred parameters.
Maximum connection event length, in units of 0.625ms, setting to 0 for no preferred parameters.
Examples
esp_ble_conn_params_t is referenced by 2 libraries and example projects: