pairedDevices
abstract fun pairedDevices(filter: Filter, removeForAllPairedFilters: Boolean = true, connectionSettings: ConnectionSettings? = null): Flow<List<ConnectableDevice>>
Gets a Flow of the list of ConnectableDevice that have been paired to the system
Parameters
filter
filters the list to only return the ConnectableDevice that at least one Service matching one of the provided UUID
removeForAllPairedFilters
if true the list of paired devices for all filters will be emptied
connectionSettings
the ConnectionSettings to apply to the paired devices found. If null the default will be used