Package-level declarations
Types
Link copied to clipboard
class MockBaseScanner(initialBluetoothEnabled: Boolean, settings: BaseScanner.Settings, coroutineScope: CoroutineScope, scanningDispatcher: CoroutineDispatcher, val isSupported: Boolean = true) : BaseScanner
Mock implementation of BaseScanner
Link copied to clipboard
class MockScanner(val isSupported: Boolean, val events: MutableSharedFlow<Scanner.Event>, val connectionEvents: MutableSharedFlow<Scanner.ConnectionEvent>, val discoveryEvents: MutableSharedFlow<List<Scanner.DeviceDiscovered>>) : Scanner
Link copied to clipboard