esp_ble_gap_set_prefer_conn_params() function
This function is called to set the preferred connection parameters when default connection parameter is not desired before connecting. This API can only be used in the master role.
Arguments
bd_addr
BD address of the peripheral
min_conn_int
minimum preferred connection interval
max_conn_int
maximum preferred connection interval
slave_latency
preferred slave latency
supervision_tout
preferred supervision timeout
Return value
- ESP_OK : success - other : failed