esp_ble_scan_duplicate_list_flush() function
Manually clear the BLE scan duplicate list
Syntax
esp_err_t esp_ble_scan_duplicate_list_flush(void); Return value
- ESP_OK: Success - ESP_ERR_INVALID_STATE: Invalid Bluetooth Controller state
Notes
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.