Per this thread. I ran into this same issue with a fresh install. I created the links as suggested and now bluetooth works as expected. I've tested this over quite a few reboots just to be sure.
$this->bbcode_second_pass_quote('', '
')Postby PLyttle
I will venture an answer.
systemctl enable brcm43xx | bluetooth links the .service files to the etc/systemd/system/bluetooth.target.wants directory. This is not started on boot.
When you place the links in /etc/systemd/system/multi-user.target.wants instead they are.
at least, it will using a wandboard, (sorry pepedog, could't resist)
$this->bbcode_second_pass_code('', 'cd /etc/systemd/system/multi-user.target.wants/
sudo ln -s /usr/lib/systemd/system/bluetooth.service
sudo ln -s /usr/lib/systemd/system/brcm43xx.service
')