Problem
After you setup your phone with your F15/F16 through bluetooth, and try to browse or send files, you fail and get message like "connection refused" or "permission denied".
Solution
https://bugzilla.redhat.com/show_bug.cgi?id=753617
~~~~~~~~~~~~~
My steps
#sudo yum install gnome-user-share bluez-hcidump obexfs
#sudo hciconfig hci0 sspmode 0
Remove the bluetooth devices and then add them back.
~~~~~~~~~~~~~
Quotation from above web page.
Hi Japplo, I can get my N900 mount following your method. I can see files, but copying doesn't move even a bit of data, and end up crashing file manager.
This is a regression in Linux Kernel, for more information check this thread: http://thread.gmane.org/gmane.linux.bluez.kernel/15447/focus=20013 Any 2.1 device (with Secure Simple Pairing enabled) will fail to connect if sdp is also connected, apparently obexfs doesn't do sdp thats why it works, the workaround is to disable spp by doing: sudo hcidump hci0 sspmode 0
The command is hciconfig instead of hcidump. Does anyone know how to make the
workaround persist across Bluetooth on/off and system reboots?