mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-26 18:14:23 +01:00
dfu redirection
This commit is contained in:
@@ -4,5 +4,13 @@ import no.nordicsemi.android.toolbox.lib.utils.Profile
|
||||
|
||||
data class DFUServiceData(
|
||||
override val profile: Profile = Profile.DFU,
|
||||
val dfuAppName : String? = null,
|
||||
): ProfileServiceData()
|
||||
val dfuAppName : DFUsAvailable? = null,
|
||||
): ProfileServiceData()
|
||||
|
||||
enum class DFUsAvailable {
|
||||
DFU_SERVICE,
|
||||
SMP_SERVICE,
|
||||
MDS_SERVICE,
|
||||
LEGACY_DFU_SERVICE,
|
||||
EXPERIMENTAL_BUTTONLESS_DFU_SERVICE;
|
||||
}
|
||||
Reference in New Issue
Block a user