MockClientDevice
data class MockClientDevice(val name: String? = "CLIENT", val address: String = "11:22:33:44:55:66", val bondState: BondState = BondState.NONE) : ClientDevice, Parcelable
Class representing mocked BLE server device. It is independent from native Android API. It's good for testing or local connection.