i0 n00b


Joined: 11 Oct 2006 Posts: 46
|
Posted: Wed Mar 16, 2011 9:58 am Post subject: Bluetooth connecting problem |
|
|
Hey
I have 2 bluetooth devices.
One of them connects with no problems and works as its supposed to but other does not.
But in different machine, both connect and work.
Code: | hcitool scan
Scanning ...
00:10:40:33:C0:AE SF51 Scanner 00104033c0ae
00:10:40:33:C1:FD SF51 Scanner 00104033c1fd
|
Trying to connect to device but no luck:
Code: | /usr/bin/rfcomm -r connect 1 00:10:40:33:C1:FD 1
Can't connect RFCOMM socket: Invalid exchange
|
Connecting to second device OK:
Code: | /usr/bin/rfcomm -r connect 1 00:10:40:33:C0:AE 1
Connected /dev/rfcomm1 to 00:10:40:33:C0:AE on channel 1
Press CTRL-C for hangup
^CDisconnected
|
So, what does "Invalid exchange" mean? |
|