Function esp_wifi_sys::include::coex_bt_request

source ยท
pub unsafe extern "C" fn coex_bt_request(
    event: u32,
    latency: u32,
    duration: u32,
) -> c_int
Expand description

@brief Bluetooth requests coexistence

@param event : Bluetooth event @param latency : Bluetooth will request coexistence after latency @param duration : duration for Bluetooth to request coexistence @return : 0 - success, other - failed