use super::BluetoothUuid16;
pub const CHARACTERISTIC_EXTENDED_PROPERTIES: BluetoothUuid16 = BluetoothUuid16::new(0x2900);
pub const CHARACTERISTIC_USER_DESCRIPTION: BluetoothUuid16 = BluetoothUuid16::new(0x2901);
pub const CLIENT_CHARACTERISTIC_CONFIGURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2902);
pub const SERVER_CHARACTERISTIC_CONFIGURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2903);
pub const CHARACTERISTIC_PRESENTATION_FORMAT: BluetoothUuid16 = BluetoothUuid16::new(0x2904);
pub const CHARACTERISTIC_AGGREGATE_FORMAT: BluetoothUuid16 = BluetoothUuid16::new(0x2905);
pub const VALID_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2906);
pub const EXTERNAL_REPORT_REFERENCE: BluetoothUuid16 = BluetoothUuid16::new(0x2907);
pub const REPORT_REFERENCE: BluetoothUuid16 = BluetoothUuid16::new(0x2908);
pub const NUMBER_OF_DIGITALS: BluetoothUuid16 = BluetoothUuid16::new(0x2909);
pub const VALUE_TRIGGER_SETTING: BluetoothUuid16 = BluetoothUuid16::new(0x290a);
pub const ENVIRONMENTAL_SENSING_CONFIGURATION: BluetoothUuid16 = BluetoothUuid16::new(0x290b);
pub const ENVIRONMENTAL_SENSING_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x290c);
pub const ENVIRONMENTAL_SENSING_TRIGGER_SETTING: BluetoothUuid16 = BluetoothUuid16::new(0x290d);
pub const TIME_TRIGGER_SETTING: BluetoothUuid16 = BluetoothUuid16::new(0x290e);
pub const COMPLETE_BR_EDR_TRANSPORT_BLOCK_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x290f);
pub const OBSERVATION_SCHEDULE: BluetoothUuid16 = BluetoothUuid16::new(0x2910);
pub const VALID_RANGE_AND_ACCURACY: BluetoothUuid16 = BluetoothUuid16::new(0x2911);
pub const MEASUREMENT_DESCRIPTION: BluetoothUuid16 = BluetoothUuid16::new(0x2912);
pub const MANUFACTURER_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2913);
pub const PROCESS_TOLERANCES: BluetoothUuid16 = BluetoothUuid16::new(0x2914);
pub const IMD_TRIGGER_SETTING: BluetoothUuid16 = BluetoothUuid16::new(0x2915);