enterDfuBootloader abstract method

Future<VtjCommandResult<EnterDfuBootloaderResult>> enterDfuBootloader(
  1. BluetoothDevice device
)

Reboot the device into DFU Bootloader mode for firmware upgrade. Note: Device will disconnect after this command. See BLE Interface Specification Section 7.10

Implementation

Future<VtjCommandResult<EnterDfuBootloaderResult>> enterDfuBootloader(
  BluetoothDevice device,
);