Hi, i have created a multithreaded program using InTheHand lib for receiving files from mobile phones.
All works fine, but i cant figure out how to get a device name, right after the file transfer or during it. The problem is, that most of those
mobs turn BT radio on when sending file. For me, they appear to be out of range when the file is transfered.
For file transfer i am using OBEX
ObexListenerContext olc = ol.GetContext();
ObexListenerRequest olr = olc.Request; .......and so on
and this...
string name = bc.GetRemoteMachineName(BluetoothAddress.Parse(olc.Request.UserHostAddress));
gives me just the MAC address
Any ideas?
Thanks!