1use super::BluetoothUuid16;
8
9pub const DEVICE_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2a00);
13
14pub const APPEARANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a01);
18
19pub const PERIPHERAL_PRIVACY_FLAG: BluetoothUuid16 = BluetoothUuid16::new(0x2a02);
23
24pub const RECONNECTION_ADDRESS: BluetoothUuid16 = BluetoothUuid16::new(0x2a03);
28
29pub const PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS: BluetoothUuid16 = BluetoothUuid16::new(0x2a04);
33
34pub const SERVICE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2a05);
38
39pub const ALERT_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2a06);
43
44pub const TX_POWER_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2a07);
48
49pub const DATE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2a08);
53
54pub const DAY_OF_WEEK: BluetoothUuid16 = BluetoothUuid16::new(0x2a09);
58
59pub const DAY_DATE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2a0a);
63
64pub const EXACT_TIME_256: BluetoothUuid16 = BluetoothUuid16::new(0x2a0c);
68
69pub const DST_OFFSET: BluetoothUuid16 = BluetoothUuid16::new(0x2a0d);
73
74pub const TIME_ZONE: BluetoothUuid16 = BluetoothUuid16::new(0x2a0e);
78
79pub const LOCAL_TIME_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a0f);
83
84pub const TIME_WITH_DST: BluetoothUuid16 = BluetoothUuid16::new(0x2a11);
88
89pub const TIME_ACCURACY: BluetoothUuid16 = BluetoothUuid16::new(0x2a12);
93
94pub const TIME_SOURCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a13);
98
99pub const REFERENCE_TIME_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a14);
103
104pub const TIME_UPDATE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a16);
108
109pub const TIME_UPDATE_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a17);
113
114pub const GLUCOSE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a18);
118
119pub const BATTERY_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2a19);
123
124pub const TEMPERATURE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a1c);
128
129pub const TEMPERATURE_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2a1d);
133
134pub const INTERMEDIATE_TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a1e);
138
139pub const MEASUREMENT_INTERVAL: BluetoothUuid16 = BluetoothUuid16::new(0x2a21);
143
144pub const BOOT_KEYBOARD_INPUT_REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a22);
148
149pub const SYSTEM_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2a23);
153
154pub const MODEL_NUMBER_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a24);
158
159pub const SERIAL_NUMBER_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a25);
163
164pub const FIRMWARE_REVISION_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a26);
168
169pub const HARDWARE_REVISION_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a27);
173
174pub const SOFTWARE_REVISION_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a28);
178
179pub const MANUFACTURER_NAME_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a29);
183
184pub const IEEE_11073_20601_REGULATORY_CERTIFICATION_DATA_LIST: BluetoothUuid16 = BluetoothUuid16::new(0x2a2a);
188
189pub const CURRENT_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2a2b);
193
194pub const MAGNETIC_DECLINATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a2c);
198
199pub const SCAN_REFRESH: BluetoothUuid16 = BluetoothUuid16::new(0x2a31);
203
204pub const BOOT_KEYBOARD_OUTPUT_REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a32);
208
209pub const BOOT_MOUSE_INPUT_REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a33);
213
214pub const GLUCOSE_MEASUREMENT_CONTEXT: BluetoothUuid16 = BluetoothUuid16::new(0x2a34);
218
219pub const BLOOD_PRESSURE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a35);
223
224pub const INTERMEDIATE_CUFF_PRESSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a36);
228
229pub const HEART_RATE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a37);
233
234pub const BODY_SENSOR_LOCATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a38);
238
239pub const HEART_RATE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a39);
243
244pub const ALERT_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2a3f);
248
249pub const RINGER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a40);
253
254pub const RINGER_SETTING: BluetoothUuid16 = BluetoothUuid16::new(0x2a41);
258
259pub const ALERT_CATEGORY_ID_BIT_MASK: BluetoothUuid16 = BluetoothUuid16::new(0x2a42);
263
264pub const ALERT_CATEGORY_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2a43);
268
269pub const ALERT_NOTIFICATION_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a44);
273
274pub const UNREAD_ALERT_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2a45);
278
279pub const NEW_ALERT: BluetoothUuid16 = BluetoothUuid16::new(0x2a46);
283
284pub const SUPPORTED_NEW_ALERT_CATEGORY: BluetoothUuid16 = BluetoothUuid16::new(0x2a47);
288
289pub const SUPPORTED_UNREAD_ALERT_CATEGORY: BluetoothUuid16 = BluetoothUuid16::new(0x2a48);
293
294pub const BLOOD_PRESSURE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a49);
298
299pub const HID_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a4a);
303
304pub const REPORT_MAP: BluetoothUuid16 = BluetoothUuid16::new(0x2a4b);
308
309pub const HID_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a4c);
313
314pub const REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a4d);
318
319pub const PROTOCOL_MODE: BluetoothUuid16 = BluetoothUuid16::new(0x2a4e);
323
324pub const SCAN_INTERVAL_WINDOW: BluetoothUuid16 = BluetoothUuid16::new(0x2a4f);
328
329pub const PNP_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2a50);
333
334pub const GLUCOSE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a51);
338
339pub const RECORD_ACCESS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a52);
343
344pub const RSC_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a53);
348
349pub const RSC_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a54);
353
354pub const SC_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a55);
358
359pub const AGGREGATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a5a);
363
364pub const CSC_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a5b);
368
369pub const CSC_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a5c);
373
374pub const SENSOR_LOCATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a5d);
378
379pub const PLX_SPOT_CHECK_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a5e);
383
384pub const PLX_CONTINUOUS_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a5f);
388
389pub const PLX_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2a60);
393
394pub const CYCLING_POWER_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a63);
398
399pub const CYCLING_POWER_VECTOR: BluetoothUuid16 = BluetoothUuid16::new(0x2a64);
403
404pub const CYCLING_POWER_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a65);
408
409pub const CYCLING_POWER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a66);
413
414pub const LOCATION_AND_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2a67);
418
419pub const NAVIGATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a68);
423
424pub const POSITION_QUALITY: BluetoothUuid16 = BluetoothUuid16::new(0x2a69);
428
429pub const LN_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a6a);
433
434pub const LN_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a6b);
438
439pub const ELEVATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a6c);
443
444pub const PRESSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a6d);
448
449pub const TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a6e);
453
454pub const HUMIDITY: BluetoothUuid16 = BluetoothUuid16::new(0x2a6f);
458
459pub const TRUE_WIND_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2a70);
463
464pub const TRUE_WIND_DIRECTION: BluetoothUuid16 = BluetoothUuid16::new(0x2a71);
468
469pub const APPARENT_WIND_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2a72);
473
474pub const APPARENT_WIND_DIRECTION: BluetoothUuid16 = BluetoothUuid16::new(0x2a73);
478
479pub const GUST_FACTOR: BluetoothUuid16 = BluetoothUuid16::new(0x2a74);
483
484pub const POLLEN_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a75);
488
489pub const UV_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2a76);
493
494pub const IRRADIANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a77);
498
499pub const RAINFALL: BluetoothUuid16 = BluetoothUuid16::new(0x2a78);
503
504pub const WIND_CHILL: BluetoothUuid16 = BluetoothUuid16::new(0x2a79);
508
509pub const HEAT_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2a7a);
513
514pub const DEW_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a7b);
518
519pub const DESCRIPTOR_VALUE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2a7d);
523
524pub const AEROBIC_HEART_RATE_LOWER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a7e);
528
529pub const AEROBIC_THRESHOLD: BluetoothUuid16 = BluetoothUuid16::new(0x2a7f);
533
534pub const AGE: BluetoothUuid16 = BluetoothUuid16::new(0x2a80);
538
539pub const ANAEROBIC_HEART_RATE_LOWER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a81);
543
544pub const ANAEROBIC_HEART_RATE_UPPER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a82);
548
549pub const ANAEROBIC_THRESHOLD: BluetoothUuid16 = BluetoothUuid16::new(0x2a83);
553
554pub const AEROBIC_HEART_RATE_UPPER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a84);
558
559pub const DATE_OF_BIRTH: BluetoothUuid16 = BluetoothUuid16::new(0x2a85);
563
564pub const DATE_OF_THRESHOLD_ASSESSMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a86);
568
569pub const EMAIL_ADDRESS: BluetoothUuid16 = BluetoothUuid16::new(0x2a87);
573
574pub const FAT_BURN_HEART_RATE_LOWER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a88);
578
579pub const FAT_BURN_HEART_RATE_UPPER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a89);
583
584pub const FIRST_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2a8a);
588
589pub const FIVE_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2a8b);
593
594pub const GENDER: BluetoothUuid16 = BluetoothUuid16::new(0x2a8c);
598
599pub const HEART_RATE_MAX: BluetoothUuid16 = BluetoothUuid16::new(0x2a8d);
603
604pub const HEIGHT: BluetoothUuid16 = BluetoothUuid16::new(0x2a8e);
608
609pub const HIP_CIRCUMFERENCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a8f);
613
614pub const LAST_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2a90);
618
619pub const MAXIMUM_RECOMMENDED_HEART_RATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a91);
623
624pub const RESTING_HEART_RATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a92);
628
629pub const SPORT_TYPE_FOR_AEROBIC_AND_ANAEROBIC_THRESHOLDS: BluetoothUuid16 = BluetoothUuid16::new(0x2a93);
633
634pub const THREE_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2a94);
638
639pub const TWO_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2a95);
643
644pub const VO2_MAX: BluetoothUuid16 = BluetoothUuid16::new(0x2a96);
648
649pub const WAIST_CIRCUMFERENCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a97);
653
654pub const WEIGHT: BluetoothUuid16 = BluetoothUuid16::new(0x2a98);
658
659pub const DATABASE_CHANGE_INCREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a99);
663
664pub const USER_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2a9a);
668
669pub const BODY_COMPOSITION_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a9b);
673
674pub const BODY_COMPOSITION_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a9c);
678
679pub const WEIGHT_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a9d);
683
684pub const WEIGHT_SCALE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a9e);
688
689pub const USER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a9f);
693
694pub const MAGNETIC_FLUX_DENSITY_2D: BluetoothUuid16 = BluetoothUuid16::new(0x2aa0);
698
699pub const MAGNETIC_FLUX_DENSITY_3D: BluetoothUuid16 = BluetoothUuid16::new(0x2aa1);
703
704pub const LANGUAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2aa2);
708
709pub const BAROMETRIC_PRESSURE_TREND: BluetoothUuid16 = BluetoothUuid16::new(0x2aa3);
713
714pub const BOND_MANAGEMENT_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2aa4);
718
719pub const BOND_MANAGEMENT_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2aa5);
723
724pub const CENTRAL_ADDRESS_RESOLUTION: BluetoothUuid16 = BluetoothUuid16::new(0x2aa6);
728
729pub const CGM_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2aa7);
733
734pub const CGM_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2aa8);
738
739pub const CGM_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2aa9);
743
744pub const CGM_SESSION_START_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2aaa);
748
749pub const CGM_SESSION_RUN_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2aab);
753
754pub const CGM_SPECIFIC_OPS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2aac);
758
759pub const INDOOR_POSITIONING_CONFIGURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2aad);
763
764pub const LATITUDE: BluetoothUuid16 = BluetoothUuid16::new(0x2aae);
768
769pub const LONGITUDE: BluetoothUuid16 = BluetoothUuid16::new(0x2aaf);
773
774pub const LOCAL_NORTH_COORDINATE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab0);
778
779pub const LOCAL_EAST_COORDINATE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab1);
783
784pub const FLOOR_NUMBER: BluetoothUuid16 = BluetoothUuid16::new(0x2ab2);
788
789pub const ALTITUDE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab3);
793
794pub const UNCERTAINTY: BluetoothUuid16 = BluetoothUuid16::new(0x2ab4);
798
799pub const LOCATION_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2ab5);
803
804pub const URI: BluetoothUuid16 = BluetoothUuid16::new(0x2ab6);
808
809pub const HTTP_HEADERS: BluetoothUuid16 = BluetoothUuid16::new(0x2ab7);
813
814pub const HTTP_STATUS_CODE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab8);
818
819pub const HTTP_ENTITY_BODY: BluetoothUuid16 = BluetoothUuid16::new(0x2ab9);
823
824pub const HTTP_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2aba);
828
829pub const HTTPS_SECURITY: BluetoothUuid16 = BluetoothUuid16::new(0x2abb);
833
834pub const TDS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2abc);
838
839pub const OTS_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2abd);
843
844pub const OBJECT_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2abe);
848
849pub const OBJECT_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2abf);
853
854pub const OBJECT_SIZE: BluetoothUuid16 = BluetoothUuid16::new(0x2ac0);
858
859pub const OBJECT_FIRST_CREATED: BluetoothUuid16 = BluetoothUuid16::new(0x2ac1);
863
864pub const OBJECT_LAST_MODIFIED: BluetoothUuid16 = BluetoothUuid16::new(0x2ac2);
868
869pub const OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2ac3);
873
874pub const OBJECT_PROPERTIES: BluetoothUuid16 = BluetoothUuid16::new(0x2ac4);
878
879pub const OBJECT_ACTION_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ac5);
883
884pub const OBJECT_LIST_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ac6);
888
889pub const OBJECT_LIST_FILTER: BluetoothUuid16 = BluetoothUuid16::new(0x2ac7);
893
894pub const OBJECT_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2ac8);
898
899pub const RESOLVABLE_PRIVATE_ADDRESS_ONLY: BluetoothUuid16 = BluetoothUuid16::new(0x2ac9);
903
904pub const FITNESS_MACHINE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2acc);
908
909pub const TREADMILL_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2acd);
913
914pub const CROSS_TRAINER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ace);
918
919pub const STEP_CLIMBER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2acf);
923
924pub const STAIR_CLIMBER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ad0);
928
929pub const ROWER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ad1);
933
934pub const INDOOR_BIKE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ad2);
938
939pub const TRAINING_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2ad3);
943
944pub const SUPPORTED_SPEED_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad4);
948
949pub const SUPPORTED_INCLINATION_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad5);
953
954pub const SUPPORTED_RESISTANCE_LEVEL_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad6);
958
959pub const SUPPORTED_HEART_RATE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad7);
963
964pub const SUPPORTED_POWER_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad8);
968
969pub const FITNESS_MACHINE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ad9);
973
974pub const FITNESS_MACHINE_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2ada);
978
979pub const MESH_PROVISIONING_DATA_IN: BluetoothUuid16 = BluetoothUuid16::new(0x2adb);
983
984pub const MESH_PROVISIONING_DATA_OUT: BluetoothUuid16 = BluetoothUuid16::new(0x2adc);
988
989pub const MESH_PROXY_DATA_IN: BluetoothUuid16 = BluetoothUuid16::new(0x2add);
993
994pub const MESH_PROXY_DATA_OUT: BluetoothUuid16 = BluetoothUuid16::new(0x2ade);
998
999pub const AVERAGE_CURRENT: BluetoothUuid16 = BluetoothUuid16::new(0x2ae0);
1003
1004pub const AVERAGE_VOLTAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ae1);
1008
1009pub const BOOLEAN: BluetoothUuid16 = BluetoothUuid16::new(0x2ae2);
1013
1014pub const CHROMATIC_DISTANCE_FROM_PLANCKIAN: BluetoothUuid16 = BluetoothUuid16::new(0x2ae3);
1018
1019pub const CHROMATICITY_COORDINATES: BluetoothUuid16 = BluetoothUuid16::new(0x2ae4);
1023
1024pub const CHROMATICITY_IN_CCT_AND_DUV_VALUES: BluetoothUuid16 = BluetoothUuid16::new(0x2ae5);
1028
1029pub const CHROMATICITY_TOLERANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2ae6);
1033
1034pub const CIE_133_1995_COLOR_RENDERING_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2ae7);
1038
1039pub const COEFFICIENT: BluetoothUuid16 = BluetoothUuid16::new(0x2ae8);
1043
1044pub const CORRELATED_COLOR_TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2ae9);
1048
1049pub const COUNT_16: BluetoothUuid16 = BluetoothUuid16::new(0x2aea);
1053
1054pub const COUNT_24: BluetoothUuid16 = BluetoothUuid16::new(0x2aeb);
1058
1059pub const COUNTRY_CODE: BluetoothUuid16 = BluetoothUuid16::new(0x2aec);
1063
1064pub const DATE_UTC: BluetoothUuid16 = BluetoothUuid16::new(0x2aed);
1068
1069pub const ELECTRIC_CURRENT: BluetoothUuid16 = BluetoothUuid16::new(0x2aee);
1073
1074pub const ELECTRIC_CURRENT_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2aef);
1078
1079pub const ELECTRIC_CURRENT_SPECIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2af0);
1083
1084pub const ELECTRIC_CURRENT_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2af1);
1088
1089pub const ENERGY: BluetoothUuid16 = BluetoothUuid16::new(0x2af2);
1093
1094pub const ENERGY_IN_A_PERIOD_OF_DAY: BluetoothUuid16 = BluetoothUuid16::new(0x2af3);
1098
1099pub const EVENT_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2af4);
1103
1104pub const FIXED_STRING_16: BluetoothUuid16 = BluetoothUuid16::new(0x2af5);
1108
1109pub const FIXED_STRING_24: BluetoothUuid16 = BluetoothUuid16::new(0x2af6);
1113
1114pub const FIXED_STRING_36: BluetoothUuid16 = BluetoothUuid16::new(0x2af7);
1118
1119pub const FIXED_STRING_8: BluetoothUuid16 = BluetoothUuid16::new(0x2af8);
1123
1124pub const GENERIC_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2af9);
1128
1129pub const GLOBAL_TRADE_ITEM_NUMBER: BluetoothUuid16 = BluetoothUuid16::new(0x2afa);
1133
1134pub const ILLUMINANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2afb);
1138
1139pub const LUMINOUS_EFFICACY: BluetoothUuid16 = BluetoothUuid16::new(0x2afc);
1143
1144pub const LUMINOUS_ENERGY: BluetoothUuid16 = BluetoothUuid16::new(0x2afd);
1148
1149pub const LUMINOUS_EXPOSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2afe);
1153
1154pub const LUMINOUS_FLUX: BluetoothUuid16 = BluetoothUuid16::new(0x2aff);
1158
1159pub const LUMINOUS_FLUX_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b00);
1163
1164pub const LUMINOUS_INTENSITY: BluetoothUuid16 = BluetoothUuid16::new(0x2b01);
1168
1169pub const MASS_FLOW: BluetoothUuid16 = BluetoothUuid16::new(0x2b02);
1173
1174pub const PERCEIVED_LIGHTNESS: BluetoothUuid16 = BluetoothUuid16::new(0x2b03);
1178
1179pub const PERCENTAGE_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b04);
1183
1184pub const POWER: BluetoothUuid16 = BluetoothUuid16::new(0x2b05);
1188
1189pub const POWER_SPECIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b06);
1193
1194pub const RELATIVE_RUNTIME_IN_A_CURRENT_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b07);
1198
1199pub const RELATIVE_RUNTIME_IN_A_GENERIC_LEVEL_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b08);
1203
1204pub const RELATIVE_VALUE_IN_A_VOLTAGE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b09);
1208
1209pub const RELATIVE_VALUE_IN_AN_ILLUMINANCE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b0a);
1213
1214pub const RELATIVE_VALUE_IN_A_PERIOD_OF_DAY: BluetoothUuid16 = BluetoothUuid16::new(0x2b0b);
1218
1219pub const RELATIVE_VALUE_IN_A_TEMPERATURE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b0c);
1223
1224pub const TEMPERATURE_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b0d);
1228
1229pub const TEMPERATURE_8_IN_A_PERIOD_OF_DAY: BluetoothUuid16 = BluetoothUuid16::new(0x2b0e);
1233
1234pub const TEMPERATURE_8_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2b0f);
1238
1239pub const TEMPERATURE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b10);
1243
1244pub const TEMPERATURE_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2b11);
1248
1249pub const TIME_DECIHOUR_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b12);
1253
1254pub const TIME_EXPONENTIAL_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b13);
1258
1259pub const TIME_HOUR_24: BluetoothUuid16 = BluetoothUuid16::new(0x2b14);
1263
1264pub const TIME_MILLISECOND_24: BluetoothUuid16 = BluetoothUuid16::new(0x2b15);
1268
1269pub const TIME_SECOND_16: BluetoothUuid16 = BluetoothUuid16::new(0x2b16);
1273
1274pub const TIME_SECOND_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b17);
1278
1279pub const VOLTAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b18);
1283
1284pub const VOLTAGE_SPECIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b19);
1288
1289pub const VOLTAGE_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2b1a);
1293
1294pub const VOLUME_FLOW: BluetoothUuid16 = BluetoothUuid16::new(0x2b1b);
1298
1299pub const CHROMATICITY_COORDINATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b1c);
1303
1304pub const RC_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2b1d);
1308
1309pub const RC_SETTINGS: BluetoothUuid16 = BluetoothUuid16::new(0x2b1e);
1313
1314pub const RECONNECTION_CONFIGURATION_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b1f);
1318
1319pub const IDD_STATUS_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2b20);
1323
1324pub const IDD_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b21);
1328
1329pub const IDD_ANNUNCIATION_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b22);
1333
1334pub const IDD_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b23);
1338
1339pub const IDD_STATUS_READER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b24);
1343
1344pub const IDD_COMMAND_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b25);
1348
1349pub const IDD_COMMAND_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b26);
1353
1354pub const IDD_RECORD_ACCESS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b27);
1358
1359pub const IDD_HISTORY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b28);
1363
1364pub const CLIENT_SUPPORTED_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b29);
1368
1369pub const DATABASE_HASH: BluetoothUuid16 = BluetoothUuid16::new(0x2b2a);
1373
1374pub const BSS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b2b);
1378
1379pub const BSS_RESPONSE: BluetoothUuid16 = BluetoothUuid16::new(0x2b2c);
1383
1384pub const EMERGENCY_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b2d);
1388
1389pub const EMERGENCY_TEXT: BluetoothUuid16 = BluetoothUuid16::new(0x2b2e);
1393
1394pub const ACS_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b2f);
1398
1399pub const ACS_DATA_IN: BluetoothUuid16 = BluetoothUuid16::new(0x2b30);
1403
1404pub const ACS_DATA_OUT_NOTIFY: BluetoothUuid16 = BluetoothUuid16::new(0x2b31);
1408
1409pub const ACS_DATA_OUT_INDICATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b32);
1413
1414pub const ACS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b33);
1418
1419pub const ENHANCED_BLOOD_PRESSURE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2b34);
1423
1424pub const ENHANCED_INTERMEDIATE_CUFF_PRESSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2b35);
1428
1429pub const BLOOD_PRESSURE_RECORD: BluetoothUuid16 = BluetoothUuid16::new(0x2b36);
1433
1434pub const REGISTERED_USER: BluetoothUuid16 = BluetoothUuid16::new(0x2b37);
1438
1439pub const BR_EDR_HANDOVER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b38);
1443
1444pub const BLUETOOTH_SIG_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b39);
1448
1449pub const SERVER_SUPPORTED_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b3a);
1453
1454pub const PHYSICAL_ACTIVITY_MONITOR_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b3b);
1458
1459pub const GENERAL_ACTIVITY_INSTANTANEOUS_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3c);
1463
1464pub const GENERAL_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3d);
1468
1469pub const CARDIORESPIRATORY_ACTIVITY_INSTANTANEOUS_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3e);
1473
1474pub const CARDIORESPIRATORY_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3f);
1478
1479pub const STEP_COUNTER_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b40);
1483
1484pub const SLEEP_ACTIVITY_INSTANTANEOUS_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b41);
1488
1489pub const SLEEP_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b42);
1493
1494pub const PHYSICAL_ACTIVITY_MONITOR_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b43);
1498
1499pub const PHYSICAL_ACTIVITY_CURRENT_SESSION: BluetoothUuid16 = BluetoothUuid16::new(0x2b44);
1503
1504pub const PHYSICAL_ACTIVITY_SESSION_DESCRIPTOR: BluetoothUuid16 = BluetoothUuid16::new(0x2b45);
1508
1509pub const PREFERRED_UNITS: BluetoothUuid16 = BluetoothUuid16::new(0x2b46);
1513
1514pub const HIGH_RESOLUTION_HEIGHT: BluetoothUuid16 = BluetoothUuid16::new(0x2b47);
1518
1519pub const MIDDLE_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2b48);
1523
1524pub const STRIDE_LENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2b49);
1528
1529pub const HANDEDNESS: BluetoothUuid16 = BluetoothUuid16::new(0x2b4a);
1533
1534pub const DEVICE_WEARING_POSITION: BluetoothUuid16 = BluetoothUuid16::new(0x2b4b);
1538
1539pub const FOUR_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2b4c);
1543
1544pub const HIGH_INTENSITY_EXERCISE_THRESHOLD: BluetoothUuid16 = BluetoothUuid16::new(0x2b4d);
1548
1549pub const ACTIVITY_GOAL: BluetoothUuid16 = BluetoothUuid16::new(0x2b4e);
1553
1554pub const SEDENTARY_INTERVAL_NOTIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b4f);
1558
1559pub const CALORIC_INTAKE: BluetoothUuid16 = BluetoothUuid16::new(0x2b50);
1563
1564pub const TMAP_ROLE: BluetoothUuid16 = BluetoothUuid16::new(0x2b51);
1568
1569pub const AUDIO_INPUT_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b77);
1573
1574pub const GAIN_SETTINGS_ATTRIBUTE: BluetoothUuid16 = BluetoothUuid16::new(0x2b78);
1578
1579pub const AUDIO_INPUT_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2b79);
1583
1584pub const AUDIO_INPUT_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b7a);
1588
1589pub const AUDIO_INPUT_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b7b);
1593
1594pub const AUDIO_INPUT_DESCRIPTION: BluetoothUuid16 = BluetoothUuid16::new(0x2b7c);
1598
1599pub const VOLUME_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b7d);
1603
1604pub const VOLUME_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b7e);
1608
1609pub const VOLUME_FLAGS: BluetoothUuid16 = BluetoothUuid16::new(0x2b7f);
1613
1614pub const VOLUME_OFFSET_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b80);
1618
1619pub const AUDIO_LOCATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b81);
1623
1624pub const VOLUME_OFFSET_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b82);
1628
1629pub const AUDIO_OUTPUT_DESCRIPTION: BluetoothUuid16 = BluetoothUuid16::new(0x2b83);
1633
1634pub const SET_IDENTITY_RESOLVING_KEY: BluetoothUuid16 = BluetoothUuid16::new(0x2b84);
1638
1639pub const COORDINATED_SET_SIZE: BluetoothUuid16 = BluetoothUuid16::new(0x2b85);
1643
1644pub const SET_MEMBER_LOCK: BluetoothUuid16 = BluetoothUuid16::new(0x2b86);
1648
1649pub const SET_MEMBER_RANK: BluetoothUuid16 = BluetoothUuid16::new(0x2b87);
1653
1654pub const ENCRYPTED_DATA_KEY_MATERIAL: BluetoothUuid16 = BluetoothUuid16::new(0x2b88);
1658
1659pub const APPARENT_ENERGY_32: BluetoothUuid16 = BluetoothUuid16::new(0x2b89);
1663
1664pub const APPARENT_POWER: BluetoothUuid16 = BluetoothUuid16::new(0x2b8a);
1668
1669pub const LIVE_HEALTH_OBSERVATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2b8b);
1673
1674pub const CO2_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b8c);
1678
1679pub const COSINE_OF_THE_ANGLE: BluetoothUuid16 = BluetoothUuid16::new(0x2b8d);
1683
1684pub const DEVICE_TIME_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2b8e);
1688
1689pub const DEVICE_TIME_PARAMETERS: BluetoothUuid16 = BluetoothUuid16::new(0x2b8f);
1693
1694pub const DEVICE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2b90);
1698
1699pub const DEVICE_TIME_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b91);
1703
1704pub const TIME_CHANGE_LOG_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b92);
1708
1709pub const MEDIA_PLAYER_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2b93);
1713
1714pub const MEDIA_PLAYER_ICON_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b94);
1718
1719pub const MEDIA_PLAYER_ICON_URL: BluetoothUuid16 = BluetoothUuid16::new(0x2b95);
1723
1724pub const TRACK_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2b96);
1728
1729pub const TRACK_TITLE: BluetoothUuid16 = BluetoothUuid16::new(0x2b97);
1733
1734pub const TRACK_DURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b98);
1738
1739pub const TRACK_POSITION: BluetoothUuid16 = BluetoothUuid16::new(0x2b99);
1743
1744pub const PLAYBACK_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2b9a);
1748
1749pub const SEEKING_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2b9b);
1753
1754pub const CURRENT_TRACK_SEGMENTS_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9c);
1758
1759pub const CURRENT_TRACK_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9d);
1763
1764pub const NEXT_TRACK_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9e);
1768
1769pub const PARENT_GROUP_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9f);
1773
1774pub const CURRENT_GROUP_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2ba0);
1778
1779pub const PLAYING_ORDER: BluetoothUuid16 = BluetoothUuid16::new(0x2ba1);
1783
1784pub const PLAYING_ORDERS_SUPPORTED: BluetoothUuid16 = BluetoothUuid16::new(0x2ba2);
1788
1789pub const MEDIA_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2ba3);
1793
1794pub const MEDIA_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ba4);
1798
1799pub const MEDIA_CONTROL_POINT_OPCODES_SUPPORTED: BluetoothUuid16 = BluetoothUuid16::new(0x2ba5);
1803
1804pub const SEARCH_RESULTS_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2ba6);
1808
1809pub const SEARCH_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ba7);
1813
1814pub const ENERGY_32: BluetoothUuid16 = BluetoothUuid16::new(0x2ba8);
1818
1819pub const CONSTANT_TONE_EXTENSION_ENABLE: BluetoothUuid16 = BluetoothUuid16::new(0x2bad);
1823
1824pub const ADVERTISING_CONSTANT_TONE_EXTENSION_MINIMUM_LENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2bae);
1828
1829pub const ADVERTISING_CONSTANT_TONE_EXTENSION_MINIMUM_TRANSMIT_COUNT: BluetoothUuid16 = BluetoothUuid16::new(0x2baf);
1833
1834pub const ADVERTISING_CONSTANT_TONE_EXTENSION_TRANSMIT_DURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bb0);
1838
1839pub const ADVERTISING_CONSTANT_TONE_EXTENSION_INTERVAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bb1);
1843
1844pub const ADVERTISING_CONSTANT_TONE_EXTENSION_PHY: BluetoothUuid16 = BluetoothUuid16::new(0x2bb2);
1848
1849pub const BEARER_PROVIDER_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2bb3);
1853
1854pub const BEARER_UCI: BluetoothUuid16 = BluetoothUuid16::new(0x2bb4);
1858
1859pub const BEARER_TECHNOLOGY: BluetoothUuid16 = BluetoothUuid16::new(0x2bb5);
1863
1864pub const BEARER_URI_SCHEMES_SUPPORTED_LIST: BluetoothUuid16 = BluetoothUuid16::new(0x2bb6);
1868
1869pub const BEARER_SIGNAL_STRENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2bb7);
1873
1874pub const BEARER_SIGNAL_STRENGTH_REPORTING_INTERVAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bb8);
1878
1879pub const BEARER_LIST_CURRENT_CALLS: BluetoothUuid16 = BluetoothUuid16::new(0x2bb9);
1883
1884pub const CONTENT_CONTROL_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2bba);
1888
1889pub const STATUS_FLAGS: BluetoothUuid16 = BluetoothUuid16::new(0x2bbb);
1893
1894pub const INCOMING_CALL_TARGET_BEARER_URI: BluetoothUuid16 = BluetoothUuid16::new(0x2bbc);
1898
1899pub const CALL_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2bbd);
1903
1904pub const CALL_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bbe);
1908
1909pub const CALL_CONTROL_POINT_OPTIONAL_OPCODES: BluetoothUuid16 = BluetoothUuid16::new(0x2bbf);
1913
1914pub const TERMINATION_REASON: BluetoothUuid16 = BluetoothUuid16::new(0x2bc0);
1918
1919pub const INCOMING_CALL: BluetoothUuid16 = BluetoothUuid16::new(0x2bc1);
1923
1924pub const CALL_FRIENDLY_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2bc2);
1928
1929pub const MUTE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc3);
1933
1934pub const SINK_ASE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc4);
1938
1939pub const SOURCE_ASE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc5);
1943
1944pub const ASE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bc6);
1948
1949pub const BROADCAST_AUDIO_SCAN_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bc7);
1953
1954pub const BROADCAST_RECEIVE_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc8);
1958
1959pub const SINK_PAC: BluetoothUuid16 = BluetoothUuid16::new(0x2bc9);
1963
1964pub const SINK_AUDIO_LOCATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2bca);
1968
1969pub const SOURCE_PAC: BluetoothUuid16 = BluetoothUuid16::new(0x2bcb);
1973
1974pub const SOURCE_AUDIO_LOCATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2bcc);
1978
1979pub const AVAILABLE_AUDIO_CONTEXTS: BluetoothUuid16 = BluetoothUuid16::new(0x2bcd);
1983
1984pub const SUPPORTED_AUDIO_CONTEXTS: BluetoothUuid16 = BluetoothUuid16::new(0x2bce);
1988
1989pub const AMMONIA_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bcf);
1993
1994pub const CARBON_MONOXIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd0);
1998
1999pub const METHANE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd1);
2003
2004pub const NITROGEN_DIOXIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd2);
2008
2009pub const NON_METHANE_VOLATILE_ORGANIC_COMPOUNDS_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd3);
2013
2014pub const OZONE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd4);
2018
2019pub const PARTICULATE_MATTER_PM1_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd5);
2023
2024pub const PARTICULATE_MATTER_PM25_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd6);
2028
2029pub const PARTICULATE_MATTER_PM10_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd7);
2033
2034pub const SULFUR_DIOXIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd8);
2038
2039pub const SULFUR_HEXAFLUORIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd9);
2043
2044pub const HEARING_AID_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2bda);
2048
2049pub const HEARING_AID_PRESET_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bdb);
2053
2054pub const ACTIVE_PRESET_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2bdc);
2058
2059pub const STORED_HEALTH_OBSERVATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2bdd);
2063
2064pub const FIXED_STRING_64: BluetoothUuid16 = BluetoothUuid16::new(0x2bde);
2068
2069pub const HIGH_TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2bdf);
2073
2074pub const HIGH_VOLTAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2be0);
2078
2079pub const LIGHT_DISTRIBUTION: BluetoothUuid16 = BluetoothUuid16::new(0x2be1);
2083
2084pub const LIGHT_OUTPUT: BluetoothUuid16 = BluetoothUuid16::new(0x2be2);
2088
2089pub const LIGHT_SOURCE_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2be3);
2093
2094pub const NOISE: BluetoothUuid16 = BluetoothUuid16::new(0x2be4);
2098
2099pub const RELATIVE_RUNTIME_IN_A_CORRELATED_COLOR_TEMPERATURE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2be5);
2103
2104pub const TIME_SECOND_32: BluetoothUuid16 = BluetoothUuid16::new(0x2be6);
2108
2109pub const VOC_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2be7);
2113
2114pub const VOLTAGE_FREQUENCY: BluetoothUuid16 = BluetoothUuid16::new(0x2be8);
2118
2119pub const BATTERY_CRITICAL_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2be9);
2123
2124pub const BATTERY_HEALTH_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bea);
2128
2129pub const BATTERY_HEALTH_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2beb);
2133
2134pub const BATTERY_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bec);
2138
2139pub const BATTERY_LEVEL_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bed);
2143
2144pub const BATTERY_TIME_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bee);
2148
2149pub const ESTIMATED_SERVICE_DATE: BluetoothUuid16 = BluetoothUuid16::new(0x2bef);
2153
2154pub const BATTERY_ENERGY_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bf0);
2158
2159pub const OBSERVATION_SCHEDULE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2bf1);
2163
2164pub const CURRENT_ELAPSED_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2bf2);
2168
2169pub const HEALTH_SENSOR_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2bf3);
2173
2174pub const GHS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bf4);
2178
2179pub const LE_GATT_SECURITY_LEVELS: BluetoothUuid16 = BluetoothUuid16::new(0x2bf5);
2183
2184pub const ESL_ADDRESS: BluetoothUuid16 = BluetoothUuid16::new(0x2bf6);
2188
2189pub const AP_SYNC_KEY_MATERIAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bf7);
2193
2194pub const ESL_RESPONSE_KEY_MATERIAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bf8);
2198
2199pub const ESL_CURRENT_ABSOLUTE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2bf9);
2203
2204pub const ESL_DISPLAY_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfa);
2208
2209pub const ESL_IMAGE_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfb);
2213
2214pub const ESL_SENSOR_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfc);
2218
2219pub const ESL_LED_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfd);
2223
2224pub const ESL_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bfe);
2228
2229pub const UDI_FOR_MEDICAL_DEVICES: BluetoothUuid16 = BluetoothUuid16::new(0x2bff);
2233
2234pub const GMAP_ROLE: BluetoothUuid16 = BluetoothUuid16::new(0x2c00);
2238
2239pub const UGG_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c01);
2243
2244pub const UGT_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c02);
2248
2249pub const BGS_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c03);
2253
2254pub const BGR_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c04);
2258
2259pub const PERCENTAGE_8_STEPS: BluetoothUuid16 = BluetoothUuid16::new(0x2c05);
2263
2264pub const ACCELERATION: BluetoothUuid16 = BluetoothUuid16::new(0x2c06);
2268
2269pub const FORCE: BluetoothUuid16 = BluetoothUuid16::new(0x2c07);
2273
2274pub const LINEAR_POSITION: BluetoothUuid16 = BluetoothUuid16::new(0x2c08);
2278
2279pub const ROTATIONAL_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2c09);
2283
2284pub const LENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2c0a);
2288
2289pub const TORQUE: BluetoothUuid16 = BluetoothUuid16::new(0x2c0b);
2293
2294pub const IMD_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2c0c);
2298
2299pub const IMDS_DESCRIPTOR_VALUE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2c0d);
2303
2304pub const FIRST_USE_DATE: BluetoothUuid16 = BluetoothUuid16::new(0x2c0e);
2308
2309pub const LIFE_CYCLE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c0f);
2313
2314pub const WORK_CYCLE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c10);
2318
2319pub const SERVICE_CYCLE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c11);
2323
2324pub const IMD_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x2c12);
2328
2329pub const IMD_HISTORICAL_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c13);
2333
2334pub const RAS_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c14);
2338
2339pub const REAL_TIME_RANGING_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c15);
2343
2344pub const ON_DEMAND_RANGING_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c16);
2348
2349pub const RAS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2c17);
2353
2354pub const RANGING_DATA_READY: BluetoothUuid16 = BluetoothUuid16::new(0x2c18);
2358
2359pub const RANGING_DATA_OVERWRITTEN: BluetoothUuid16 = BluetoothUuid16::new(0x2c19);
2363
2364pub const HUMIDITY_8: BluetoothUuid16 = BluetoothUuid16::new(0x2c1b);
2368
2369pub const ILLUMINANCE_16: BluetoothUuid16 = BluetoothUuid16::new(0x2c1c);
2373
2374pub const ACCELERATION_3D: BluetoothUuid16 = BluetoothUuid16::new(0x2c1d);
2378
2379pub const PRECISE_ACCELERATION_3D: BluetoothUuid16 = BluetoothUuid16::new(0x2c1e);
2383
2384pub const ACCELERATION_DETECTION_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2c1f);
2388
2389pub const DOORWINDOW_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2c20);
2393
2394pub const PUSHBUTTON_STATUS_8: BluetoothUuid16 = BluetoothUuid16::new(0x2c21);
2398
2399pub const CONTACT_STATUS_8: BluetoothUuid16 = BluetoothUuid16::new(0x2c22);
2403
2404pub const HID_ISO_PROPERTIES: BluetoothUuid16 = BluetoothUuid16::new(0x2c23);
2408
2409pub const LE_HID_OPERATION_MODE: BluetoothUuid16 = BluetoothUuid16::new(0x2c24);