pairedDevices

open override fun pairedDevices(filter: Filter, removeForAllPairedFilters: Boolean, connectionSettings: ConnectionSettings?): Flow<List<Device>>

Gets a Flow of the list of Device that have been paired to the system

Parameters

filter

filters the list to only return the Device 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