章と章番号の間にスペースを追加できません

章と章番号の間にスペースを追加できません

章 (BAB) と章番号 (BAB) の間にスペースを入れたいのですが、スペースを追加できません。これが私のコードです:

\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}

BABとBABの番号の間にスペースを追加するにはどうすればいいですか? 例: BAB 1 ここに画像の説明を入力してください

関連情報