NordicBleInterface

@AssistedInject
constructor(serviceScope: CoroutineScope, centralManager: CentralManager, service: RadioInterfaceService, @Assisted address: String)(source)

Parameters

serviceScope

The coroutine scope to use for launching coroutines.

centralManager

The central manager provided by Nordic BLE Library.

service

The RadioInterfaceService to use for handling radio events.

address

The BLE address of the device to connect to.