case your result says DOWN, start your bluetooth device by doing any of the following:
hciconfig up (wh... ted to “Dial up Networking”
<code>
Add an rfcomm device
kwrite /etc/bluetooth/rfcomm.conf
Paste the following:
rfcomm0 {
bind yes;
device ;
channel 2;
comment “Dial-up networking”;
}
<