views:

130

answers:

1

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
Actually it was InTheHand.Net.Bluetooth.BluetoothRadio.PrimaryRadio.HardwareStatus;but there is the elegant solution
igors