scanForDevices

abstract suspend fun scanForDevices(filter: Filter, connectionSettings: ConnectionSettings?)

Starts scanning for devices. This will result in Event.DeviceDiscovered or Event.FailedScanning

Parameters

filter

if not empty, only Device that have at least one Service matching one of the UUID will be scanned.