Hey, great site, has helped me a lot with bluetooth.
I am currently writing a program in C# for a windows CE5.0 device to connect to a printer via bluetooth. I have it connecting fine no problem, but when the device switches off, it loses the connection. This requires me to go and switch the bluetooth off and then back on. I would like to know if there is a way I can code the detection into C# so if it's off I can switch it on?
I googled around a bit and found BluetoothRadio would work with bthutil.dll but that dll is not supported by CE :(
Any help would be appreciated.