Connected

data class Connected(val device: BLEDevice) : BLEServiceEvent

Represents an event indicating that connection to a device has been established.

Constructors

Link copied to clipboard
constructor(device: BLEDevice)

Properties

Link copied to clipboard

The Bluetooth device that is connected.