EUCDevice
constructor(bluetoothDevice: BluetoothDevice? = null, name: String, address: String, manufacturerId: Int, manufacturerData: ByteArray? = null, rssi: Int, timestamp: Long = System.currentTimeMillis())(source)
Parameters
bluetooth Device
The Android BluetoothDevice object, null if created from scan metadata
name
The device name (advertised BLE name)
address
The MAC address of the device
manufacturer Id
The manufacturer identifier from BLE advertising data
manufacturer Data
The manufacturer-specific data from BLE advertising, null if not available
rssi
The received signal strength indicator (dBm)
timestamp
The timestamp when the device was discovered (milliseconds)