Function esp_idf_svc::sys::esp_ble_gap_ext_adv_set_remove

source ยท
pub unsafe extern "C" fn esp_ble_gap_ext_adv_set_remove(
    instance: u8,
) -> i32
Expand description

@brief This function is used to remove an advertising set from the Controller.

@param[in] instance : Used to identify an advertising set

@return - ESP_OK : success - other : failed