Hello,
I accidentally encountered this unsolved thread while looking for the solution of the same problem, so here's the answer.
As thorwe mentioned it's module-bluetooth-policy fault. You can disable it temporarily by typing:
Code:
pactl unload-module module-bluetooth-policy
If you want to disable it permamently you need to do following (using gedit but you can your prefered text editor):
Code:
cp /etc/pulse/default.pa ~/.config/pulse/default.pa
Code:
gedit ~/.config/pulse/default.pa
Comment following line by inserting hash symbol at the beginning of the line:
Code:
load-module module-bluetooth-policy
Restart computer 
Please be aware this module does more than just switching from A2DP to HSP. I recommend reading more about it before disabling.