Function esp_idf_sys::esp_bredr_sco_datapath_set

source ยท
pub unsafe extern "C" fn esp_bredr_sco_datapath_set(
    data_path: esp_sco_data_path_t,
) -> esp_err_t
Expand description

@brief Set default SCO data path Should be called after controller is enabled, and before (e)SCO link is established @param data_path: SCO data path @return ESP_OK - success, other - failed