Function esp_idf_svc::hal::sys::esp_ble_get_current_conn_params

source ยท
pub unsafe extern "C" fn esp_ble_get_current_conn_params(
    bd_addr: *mut u8,
    conn_params: *mut esp_gap_conn_params_t,
) -> i32
Expand description

@brief This function is called to read the connection parameters information of the device

@param[in] bd_addr: BD address of the peer device. @param[out] conn_params: the connection parameters information

@return - ESP_OK : success - other : failed