Function esp_idf_sys::esp_ble_scan_dupilcate_list_flush

source ยท
pub unsafe extern "C" fn esp_ble_scan_dupilcate_list_flush() -> esp_err_t
Expand description

@brief Manually clear the scan duplicate list

@note 1. This function name is incorrectly spelled, it will be fixed in release 5.x version. 2. The scan duplicate list will be automatically cleared when the maximum amount of devices in the filter is reached. The amount of devices in the filter can be configured in menuconfig.

@return - ESP_OK: Success - ESP_ERR_INVALID_STATE: Invalid Bluetooth Controller state