WeakSignal

data class WeakSignal(rssi: Int) : ConnectionUpdate

The searched device has been found, but the rssi of the advertisement is too weak and therefore cannot establish connection yet.

Constructors

Link copied to clipboard
fun WeakSignal(rssi: Int)

Properties

Link copied to clipboard
val rssi: Int