pairedDevices
abstract fun pairedDevices(filter: Filter, removeForAllPairedFilters: Boolean = true, connectionSettings: ConnectionSettings? = null): Flow<List<Device>>
Gets a Flow of the list of Device that have been paired to the system
Parameters
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