Ble

data class Ble(val device: BleDevice) : DeviceScanResult

Represents a Bluetooth Low Energy (BLE) device found during scanning.

Constructors

Link copied to clipboard
constructor(device: BleDevice)

Properties

Link copied to clipboard

The Android BLE scan result containing device information.