[][src]Function bluetooth_serial_port_async::scan_devices

pub fn scan_devices(timeout: Duration) -> Result<Vec<BtDevice>, BtError>

Finds a vector of Bluetooth devices in range.

This function blocks for some seconds.