Function esp_idf_sys::ble_gap_dtm_enh_rx_start

source ยท
pub unsafe extern "C" fn ble_gap_dtm_enh_rx_start(
    rx_chan: u8,
    index: u8,
    phy: u8,
) -> c_int
Expand description

Start a test where the DUT receives test reference packets at fixed interval

@param rx_chan Channel for test data reception, rx_channel = (Frequency -2402)/2, tx_channel range = 0x00-0x27, Frequency range: 2402 MHz to 2480 MHz

@param index modulation index, 0x00:standard modulation index, 0x01:stable modulation index @param phy Phy type used by the receiver, 1M phy: 0x01, 2M phy:0x02, coded phy:0x03

@return 0 on success; nonzero on failure