Searched refs:RESULT_DEVICE_BUSY (Results 1 – 2 of 2) sorted by relevance
132 public static final DfuResult RESULT_DEVICE_BUSY = new DfuResult(Result.DEVICE_BUSY_INST); field in RemoteProxy.DfuResult
562 if (result == DfuResult.RESULT_DEVICE_BUSY) { in startRemoteDfu()