pub async fn find_device_with_adapter_progress(
adapter: &Adapter,
identifier: &str,
options: ScanOptions,
progress: Option<ProgressCallback>,
) -> Result<Peripheral>Expand description
Find a specific device using a pre-existing adapter, with progress callback.