SLBluetoothEntry

data class SLBluetoothEntry(val mac: String, val signalStrength: Int, val timestamp: Long, val name: String, val uuid: String?, val major: Int?, val minor: Int?, val type: String?, val txPower: Int?)

Constructors

Link copied to clipboard
constructor(mac: String, signalStrength: Int, timestamp: Long, name: String, uuid: String?, major: Int?, minor: Int?, type: String?, txPower: Int?)

Properties

Link copied to clipboard
val mac: String
Link copied to clipboard
val major: Int?
Link copied to clipboard
val minor: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val txPower: Int?
Link copied to clipboard
val type: String?
Link copied to clipboard
val uuid: String?