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