Function esp_idf_svc::hal::sys::esp_ble_dtm_enh_rx_start

source ยท
pub unsafe extern "C" fn esp_ble_dtm_enh_rx_start(
    rx_params: *const esp_ble_dtm_enh_rx_t,
) -> i32
Expand description

@brief This function is used to start a test where the DUT receives test reference packets at a fixed interval.

@param[in] rx_params : DTM Receiver parameters

@return - ESP_OK : success - other : failed