Function esp_idf_sys::esp_ble_gap_ext_adv_set_remove
source ยท pub unsafe extern "C" fn esp_ble_gap_ext_adv_set_remove(
instance: u8,
) -> esp_err_t
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