Hallo.
Ich habe das Problem selbst gelöst. Leider war der Wiki Eintrag auf Englisch. Das ist nicht meine Stärke.
Ich mupte noch einen udev Eintrag machen:
In order to have the device active after a reboot, a udev rule is needed:
/etc/udev/rules.d/10-local.rules
# Set bluetooth power up
ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 up"
Jetzt ist bluetooth nach dem Start aktiviert.