Disconnected

data class Disconnected(val device: BLEDevice) : BLEServiceEvent

Represents an event indicating that a device is disconnected.

Constructors

Link copied to clipboard
constructor(device: BLEDevice)

Properties

Link copied to clipboard

The Bluetooth device that is disconnected.