Scanning

data class Scanning(val devices: List<BLEDevice>) : BLEServiceState

Represents the scanning state of the BLE service.

Constructors

Link copied to clipboard
constructor(devices: List<BLEDevice>)

Properties

Link copied to clipboard

The list BLE devices.