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

@note This function should be called after the Controller is enabled, and before (e)SCO link is established.

@param[in] data_path SCO data path

@return - ESP_OK: Success - ESP_ERR_INVALID_STATE: Invalid Bluetooth Controller state