No se puede agregar espacio entre el capítulo y el número de capítulo

No se puede agregar espacio entre el capítulo y el número de capítulo

Quiero dejar espacio entre el capítulo (BAB) y el número del capítulo (BAB), pero no puedo agregar espacio. Este es mi código:

\documentclass[a4paper,12pt,twoside]{book}
\usepackage[hmargin={4cm,3cm},vmargin={4cm,3cm}]{geometry}
\usepackage{times}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage[bahasa]{babel}
\usepackage{titlesec}
\usepackage{titletoc}
\usepackage{tocbasic}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\AtBeginDocument{
    \let\mtcontentsname\contentsname\renewcommand\contentsname{\MakeUppercase\mtcontentsname}
}
\titleformat{\chapter}[display]{\center\bfseries}{\large\MakeUppercase{\chaptertitlename}\thechapter}{1cm}{\large}
\titlespacing{\chapter}{0cm}{-1.5cm}{0cm}
\titleformat{\section}[hang]
{\bfseries}
{\bfseries\thesection}{1ex}{\bfseries}
\DeclareTOCStyleEntry[
linefill=\bfseries\TOCLineLeaderFill,beforeskip=2pt,entrynumberformat=\chapterprefixintoc,dynnumwidth
]{tocline}{chapter}
\newcommand*\chapterprefixintoc[1]{\MakeUppercase{\chaptername}~#1\enskip}
\begin{document}
    \onehalfspacing
    \frontmatter
    \cleardoublepage
    \newpage\phantomsection\addcontentsline{toc}{chapter}{DAFTAR ISI}
    \tableofcontents
    \mainmatter
    \chapter{tes}
\end{document}

¿Cómo agregar espacio entre BAB y el número de BAB? Por ejemplo: BAB 1 ingrese la descripción de la imagen aquí

información relacionada