Is there a "nice" method to do this or I should try to open connection and if it fails I will assume that the device is not activated.
+1
A:
I use the OpenNETCF.Net.Bluetooth DLL, if you've got that then you can simply check
OpenNETCF.Net.Bluetooth.BluetoothRadio.PrimaryRadio.Mode
Iain Hoult
2009-08-20 10:53:58
Actually it was InTheHand.Net.Bluetooth.BluetoothRadio.PrimaryRadio.HardwareStatus;but there is the elegant solution
igors
2009-08-20 11:25:10