scannedDevices

open override fun scannedDevices(filter: Filter = emptySet()): Flow<List<ConnectableDevice>>

Gets a Flow containing a list of all ConnectableDevice 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