I have two devices that are connected via a Bluetooth Ad-hoc Personal Area Network.
What can I do to actually have my app communicate over this network? I am kind of at a loss for the next step.
The end goal is to take a in memory class and transfer from one device to the other.
I would love an example in C#. (I am using Compact Framework 3.5)
Failing a good example of this, I am open an EXAMPLE to any other Bluetooth way to communicate from device to device (File I/O, etc. I have tried Serial Communications can could not get that to work.)