namespace BluetoothLENet { public enum BluetoothState { Unknown, Unavailable, Unauthorized, TurningOn, On, TurningOff, Off } }