Function esp_idf_svc::sys::esp_bt_dev_coex_status_config

source ยท
pub unsafe extern "C" fn esp_bt_dev_coex_status_config(
    type_: u32,
    op: u8,
    status: u8,
) -> i32
Expand description

@brief Config bluetooth device coexis status. This function should be called after esp_bluedroid_enable() completes successfully.

@param[in] type : coexist type to operate on @param[in] op : clear or set coexist status @param[in] status : coexist status to be configured

@return - ESP_OK : Succeed - ESP_ERR_INVALID_ARG : if name is NULL pointer or empty, or string length out of limit - ESP_ERR_INVALID_STATE : if bluetooth stack is not yet enabled - ESP_FAIL : others