pub unsafe extern "C" fn esp_ble_gap_clean_duplicate_scan_exceptional_list(
    list_type: u32,
) -> i32
Expand description

@brief This function is called to clean the duplicate scan exceptional list. This API will delete all device information in the duplicate scan exceptional list.

@param[in] list_type: duplicate scan exceptional list type, the value can be one or more of esp_duplicate_scan_exceptional_list_type_t.

@return - ESP_OK : success - other : failed