Bluetooth PIN issues
I have followed a few HOWTO's to make bluetooth work and am stuck at the same point in all of them:
1. I got everything running up to the service discovery and the scanning. So "hcitool scan" gives me my phone and "sdptool browse aa:bb:cc:dd:ee:ff" gives me the list of services my phone exposes.
2. I tried "rfcomm connect 0 aa:bb:cc:dd:ee:ff 9", and my phone prompts me for the PIN. There, whatever I put I get the message "pin invalid" and the application stops with the message "Can't connect RFCOMM socket: Connection refused".
3. So I tried "obexftp -b aa:bb:cc:dd:ee:ff -B 9 -l" and same here. My phone asks for a PIN and whatever I get in, obexftp complains that the connection is refused and the phone tells me my PIN is invalid.
Of course, my /etc/bluetooth/pin contains the PIN I consistently try.
Any help over my problem?
|