Function esp_idf_svc::hal::sys::esp_ble_dtm_tx_start

source ยท
pub unsafe extern "C" fn esp_ble_dtm_tx_start(
    tx_params: *const esp_ble_dtm_tx_t,
) -> i32
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