ADevice

abstract class ADevice(btDevice: BluetoothDevice, var rssi: Int)

Model implementation parts common to standard devices and those of plugins.

Parameters

btDevice

The Bluetooth device.

Inheritors

Constructors

Link copied to clipboard
protected constructor(btDevice: BluetoothDevice, rssi: Int)

Properties

Link copied to clipboard

The MAC address of the Bluetooth device.

Link copied to clipboard
val name: String?

Optionally, a name advertised by the Bluetooth device.

Link copied to clipboard
var rssi: Int

The Receive Signal Strength Indicator value.