Is the ObexListener threadsafe? Could I place these calls in another thread so I could receive more than 1 file at a time:
ObexListenerContext olc = Listener.GetContext();
ObexListenerRequest olr = olc.Request;
If not is there a way to do this? I think you should be able to receive up to 8 files a time from bluetooth?
TIA