BaseRadioTransportFactory
abstract class BaseRadioTransportFactory(scanner: BleScanner, bluetoothRepository: BluetoothRepository, connectionFactory: BleConnectionFactory, dispatchers: CoroutineDispatchers) : RadioTransportFactory(source)
Common base class for platform RadioTransportFactory implementations. Handles KMP-friendly transports (BLE) while delegating platform-specific ones (like TCP, USB/Serial and Mocks) to the abstract createPlatformTransport.
Inheritors
Constructors
Link copied to clipboard
constructor(scanner: BleScanner, bluetoothRepository: BluetoothRepository, connectionFactory: BleConnectionFactory, dispatchers: CoroutineDispatchers)