ScanEntry

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

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

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val rssi: Int

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)