BleDevice

open class BleDevice
BleDevice

This class represent the Ble device for every available device.

Constructors

Link copied to clipboard
open fun BleDevice(@Nullable device: BluetoothDevice, @Nullable handler: BleDeviceHandler)

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
fun getDevice(): BluetoothDevice
Link copied to clipboard
fun getHandler(): BleDeviceHandler
Link copied to clipboard
open fun hashCode(): Int