Function esp_idf_sys::esp_coex_status_bit_set
source ยท pub unsafe extern "C" fn esp_coex_status_bit_set(
type_: esp_coex_status_type_t,
status: u32,
) -> esp_err_t
Expand description
@brief Set coex schm status @param type : WIFI/BLE/BT @param status : WIFI/BLE/BT STATUS @return : ESP_OK - success, other - failed