ScannedPeripheral
data class ScannedPeripheral(val peripheral: Peripheral, var latestScanResult: ScanResult, var highestRssi: Int)
A record containing information about a scanned peripheral.
A record containing information about a scanned peripheral.