Hello Experts,
I am new to bluetooth applications.
I am developing a c# application on window 7. I have to implement blutooth functionality to transfer files from machine to mobile via bluetooth.
I used InTheHand.Net.Personal dll to implement this functionality.
ObexWebResponse response = (ObexWebResponse)request.GetResponse();
this line giving me erroe with specific devices and working fine with some devices.
But the dll supports to only nokia & HTC phones. When I tried to transfer content to samsung / LG mobile it asks me to match passkey. The key shown on mobile phone is different from the key that I am passing in the code. Further when I click on "Yes" button it gives Errror after long time. The error is about to socket connection.
The error I got is "socket error : network is unreachable". But the same dll is working fine with Nokia & HTC.
I want to do the content transfer without any key.
Please help me in this case.
Thanks In advance.