enterDfuMode

abstract suspend fun enterDfuMode(): AdminResult<Unit>(source)

Enter DFU (firmware update) mode. The device will reboot into its bootloader.

This is a fire-and-forget admin write; AdminResult.Success means the request was queued locally, not that the device stayed connected long enough to acknowledge the reboot.