ScanEntry

@Serializable
data class ScanEntry(val deviceAddress: String, val rssi: Int, val scanRecord: BluetoothEmulation.ScanRecord)

Stores the advertisement packet information that is sent by a Bluetooth device.

Constructors

Link copied to clipboard
constructor(deviceAddress: String, rssi: Int, scanRecord: BluetoothEmulation.ScanRecord)

Properties

Link copied to clipboard
Link copied to clipboard
val rssi: Int
Link copied to clipboard