namespace BluetoothLENet { public enum AttributeType { Service = 0, Characteristic = 1, Descriptor = 2 } }