EspOta
data class EspOta(val serviceUuid: Uuid? = null, val controlUuid: Uuid? = null, val dataUuid: Uuid? = null) : DfuTransportConfig
Espressif ESP-IDF OTA transport.
ESP OTA service UUIDs vary between vendor implementations. Supply custom UUIDs to override the defaults, or leave null to use the standard UUIDs.