mcindafizzy
Lurker
I am trying to connect my Droid X2 to my Windows 7/BlueCove Bluetooth server. I previously had my Droid X2 connecting to an ASUS Transformer so I know its possible to connect my Droid X2 to another system.
However, when I try to connect to my Windows machine, my Droid X2 sees the machine, but when I try to connect to a service that my laptop is running I get
IOException: Connection refused
My BlueCove server has been tested using other computers and works fine. Any idea what might be causing this?
If it matters I am using:
Thanks.
However, when I try to connect to my Windows machine, my Droid X2 sees the machine, but when I try to connect to a service that my laptop is running I get
IOException: Connection refused
My BlueCove server has been tested using other computers and works fine. Any idea what might be causing this?
If it matters I am using:
Code:
device.createInsecureRfcommSocketToServiceRecord(SERVICE_UUID);
Thanks.