Ok, so first we need to find if this is really the issue. 1 - Install rootsh (available in Extras) 2 - Open X terminal and type: sudo gainroot 3 - Again in terminal type: vi /etc/bluetooth/main.conf 3 - At the beginning of the file you should have: 'DisablePlugins = network...' If this line is proceeded by one #, it means that the line is commented, if the line is not commented stop here. 4 - Press i (edit mode) 5 - Remove the # 6 - Press Esc (on screen button) and then type: :w (write) hit enter, and :q (quit) hit enter 7 - Now you need to restart the bluetooth system, you can reboot the device or you can type: stop bluetoothd (stop the system) hit enter, and than: start bluetoothd (start the system again) hit enter. HTH