pub async fn find_device_with_progress(
identifier: &str,
options: ScanOptions,
progress: Option<ProgressCallback>,
) -> Result<(Adapter, Peripheral)>Expand description
Find a specific device with progress callback for UI feedback.
The progress callback is called with updates about the search progress, including cache hits, scan attempts, and retry information.