Primero, verifica el estado del servicio de bluetooth:

1
systemctl status bluetooth.service

Si el estado no es active (running), entonces habilítalo:

1
systemctl enable bluetooth.service

Luego, inicia el servicio:

1
systemctl start bluetooth.service

Finalmente, verifica el estado nuevamente:

1
systemctl status bluetooth.service

Si el estado ahora es active (running), entonces el servicio de bluetooth está habilitado.