start

open fun start(@NonNull context: Context, @NonNull service: Class<out DfuBaseService>): DfuServiceController

Starts the DFU service.

Parameters

context

the application context

service

the class derived from the BaseDfuService