Function esp_idf_sys::ble_gap_dtm_rx_start

source ยท
pub unsafe extern "C" fn ble_gap_dtm_rx_start(rx_chan: u8) -> c_int
Expand description

Start a test where the DUT receives test reference packets at a 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.

@return 0 on success; nonzero on failure