MockEnvironment
open class MockEnvironment(var deviceName: String, val isBluetoothSupported: Boolean, val isBluetoothEnabled: Boolean)
A mock environment that can be used to test the behavior of the Central Manager.
A mock environment that can be used to test the behavior of the Central Manager.