Function esp_idf_sys::esp_ble_dtm_enh_tx_start

source ยท
pub unsafe extern "C" fn esp_ble_dtm_enh_tx_start(
    tx_params: *const esp_ble_dtm_enh_tx_t,
) -> esp_err_t
Expand description

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

@param[in] tx_params : DTM Transmitter parameters

@return - ESP_OK : success - other : failed