FakeBleDevice
class FakeBleDevice(val address: String, val name: String? = "Fake Device", initialState: BleConnectionState = BleConnectionState.Disconnected()) : BaseFake, BleDevice(source)
Constructors
Link copied to clipboard
constructor(address: String, name: String? = "Fake Device", initialState: BleConnectionState = BleConnectionState.Disconnected())