Hi,
I realized that in the sender side program i was using
headset = new BluetoothEndPoint(headsetAddress, BluetoothService.Headset);
and this was throwing exception.
"The requested address in not valid in its context InTheHand.Net.BluetoothEndPoint"
then i changed that line to
headset =
new BluetoothEndPoint(headsetAddress, BluetoothService.RFCommProtocol);
Now it does not throw the exception but now reciver side is not able to recive any file.
I am really in trouble with this problem.Any suggesion please
Thanks