First, check the status of the bluetooth service:

1
systemctl status bluetooth.service

If the status is not active (running), then enable it:

1
systemctl enable bluetooth.service

Then, start the service:

1
systemctl start bluetooth.service

Finally, check the status again:

1
systemctl status bluetooth.service

If the status is now active (running), then the bluetooth service is enabled.