pub unsafe extern "C" fn esp_ble_gap_prefer_ext_connect_params_set(
addr: *mut u8,
phy_mask: esp_ble_gap_phy_mask_t,
phy_1m_conn_params: *const esp_ble_gap_conn_params_t,
phy_2m_conn_params: *const esp_ble_gap_conn_params_t,
phy_coded_conn_params: *const esp_ble_gap_conn_params_t,
) -> esp_err_t
Expand description
@brief This function is used to set aux connection parameters
@param[in] addr : device address @param[in] phy_mask : indicates the PHY(s) on which the advertising packets should be received on the primary advertising channel and the PHYs for which connection parameters have been specified. @param[in] phy_1m_conn_params : Scan connectable advertisements on the LE 1M PHY. Connection parameters for the LE 1M PHY are provided. @param[in] phy_2m_conn_params : Connection parameters for the LE 2M PHY are provided. @param[in] phy_coded_conn_params : Scan connectable advertisements on the LE Coded PHY. Connection parameters for the LE Coded PHY are provided.
@return - ESP_OK : success - other : failed