Bluetooth Application on Pocket Loox 610
i'd like to write an application for my Pocket Loox 610 (Windows Mobile .net 4.2) that scans for available Bluetooth-Devices every five minutes and then performs some action according to the devices found.
Afaik the Pocket Loox uses the Widcomm Bluetooth stack, so i can't use Libraries like OpenNETCF od the Windows Embedded Source Tools or Winsock (am i right with that?).
My Question: How do I implement the Bluetooth Device Discovery using c# or c++ without the use of any commercial libraries? I haven't found any working solutions.
Greetings,
Heiko

