Function esp_idf_sys::esp_bt_dev_coex_status_config

source ยท
pub unsafe extern "C" fn esp_bt_dev_coex_status_config(
    type_: esp_bt_dev_coex_type_t,
    op: esp_bt_dev_coex_op_t,
    status: u8,
) -> esp_err_t
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