scannedDevices

open override fun scannedDevices(filter: Filter): Flow<List<Device>>

Gets a Flow containing a list of all Device scanned by the service for a given Filter. Requires that startScanning has been called with filter, otherwise no devices will be found

Parameters

filter

the Filter to get the devices for