Nearby

data class Nearby(bluetoothDevice: BluetoothDevice?, averageDistance: Float)

Functions

isNearby
Link copied to clipboard
fun isNearby(): Boolean

Properties

averageDistance
Link copied to clipboard
val averageDistance: Float
bluetoothDevice
Link copied to clipboard
val bluetoothDevice: BluetoothDevice? = null