Function esp_idf_svc::sys::esp_ble_gap_set_preferred_default_phy

source ยท
pub unsafe extern "C" fn esp_ble_gap_set_preferred_default_phy(
    tx_phy_mask: u8,
    rx_phy_mask: u8,
) -> i32
Expand description

@brief This function is used to allows the Host to specify its preferred values for the transmitter PHY and receiver PHY to be used for all subsequent connections over the LE transport.

@param[in] tx_phy_mask : indicates the transmitter PHYs that the Host prefers the Controller to use @param[in] rx_phy_mask : indicates the receiver PHYs that the Host prefers the Controller to use

@return - ESP_OK : success - other : failed