Skip to main content

btuuid/
characteristic.rs

1//! UUIDs for the characteristic module.
2
3// This file is auto-generated by the update_uuids application.
4// Based on https://bitbucket.org/bluetooth-SIG/public.git
5// Commit hash: 8c192a8effd1574d0c83e72ad91407511bcad209
6
7use super::BluetoothUuid16;
8
9/// Bluetooth characteristic UUID.
10///
11/// `0x2a00` Device Name
12pub const DEVICE_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2a00);
13
14/// Bluetooth characteristic UUID.
15///
16/// `0x2a01` Appearance
17pub const APPEARANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a01);
18
19/// Bluetooth characteristic UUID.
20///
21/// `0x2a02` Peripheral Privacy Flag
22pub const PERIPHERAL_PRIVACY_FLAG: BluetoothUuid16 = BluetoothUuid16::new(0x2a02);
23
24/// Bluetooth characteristic UUID.
25///
26/// `0x2a03` Reconnection Address
27pub const RECONNECTION_ADDRESS: BluetoothUuid16 = BluetoothUuid16::new(0x2a03);
28
29/// Bluetooth characteristic UUID.
30///
31/// `0x2a04` Peripheral Preferred Connection Parameters
32pub const PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS: BluetoothUuid16 = BluetoothUuid16::new(0x2a04);
33
34/// Bluetooth characteristic UUID.
35///
36/// `0x2a05` Service Changed
37pub const SERVICE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2a05);
38
39/// Bluetooth characteristic UUID.
40///
41/// `0x2a06` Alert Level
42pub const ALERT_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2a06);
43
44/// Bluetooth characteristic UUID.
45///
46/// `0x2a07` Tx Power Level
47pub const TX_POWER_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2a07);
48
49/// Bluetooth characteristic UUID.
50///
51/// `0x2a08` Date Time
52pub const DATE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2a08);
53
54/// Bluetooth characteristic UUID.
55///
56/// `0x2a09` Day of Week
57pub const DAY_OF_WEEK: BluetoothUuid16 = BluetoothUuid16::new(0x2a09);
58
59/// Bluetooth characteristic UUID.
60///
61/// `0x2a0a` Day Date Time
62pub const DAY_DATE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2a0a);
63
64/// Bluetooth characteristic UUID.
65///
66/// `0x2a0c` Exact Time 256
67pub const EXACT_TIME_256: BluetoothUuid16 = BluetoothUuid16::new(0x2a0c);
68
69/// Bluetooth characteristic UUID.
70///
71/// `0x2a0d` DST Offset
72pub const DST_OFFSET: BluetoothUuid16 = BluetoothUuid16::new(0x2a0d);
73
74/// Bluetooth characteristic UUID.
75///
76/// `0x2a0e` Time Zone
77pub const TIME_ZONE: BluetoothUuid16 = BluetoothUuid16::new(0x2a0e);
78
79/// Bluetooth characteristic UUID.
80///
81/// `0x2a0f` Local Time Information
82pub const LOCAL_TIME_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a0f);
83
84/// Bluetooth characteristic UUID.
85///
86/// `0x2a11` Time with DST
87pub const TIME_WITH_DST: BluetoothUuid16 = BluetoothUuid16::new(0x2a11);
88
89/// Bluetooth characteristic UUID.
90///
91/// `0x2a12` Time Accuracy
92pub const TIME_ACCURACY: BluetoothUuid16 = BluetoothUuid16::new(0x2a12);
93
94/// Bluetooth characteristic UUID.
95///
96/// `0x2a13` Time Source
97pub const TIME_SOURCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a13);
98
99/// Bluetooth characteristic UUID.
100///
101/// `0x2a14` Reference Time Information
102pub const REFERENCE_TIME_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a14);
103
104/// Bluetooth characteristic UUID.
105///
106/// `0x2a16` Time Update Control Point
107pub const TIME_UPDATE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a16);
108
109/// Bluetooth characteristic UUID.
110///
111/// `0x2a17` Time Update State
112pub const TIME_UPDATE_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a17);
113
114/// Bluetooth characteristic UUID.
115///
116/// `0x2a18` Glucose Measurement
117pub const GLUCOSE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a18);
118
119/// Bluetooth characteristic UUID.
120///
121/// `0x2a19` Battery Level
122pub const BATTERY_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2a19);
123
124/// Bluetooth characteristic UUID.
125///
126/// `0x2a1c` Temperature Measurement
127pub const TEMPERATURE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a1c);
128
129/// Bluetooth characteristic UUID.
130///
131/// `0x2a1d` Temperature Type
132pub const TEMPERATURE_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2a1d);
133
134/// Bluetooth characteristic UUID.
135///
136/// `0x2a1e` Intermediate Temperature
137pub const INTERMEDIATE_TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a1e);
138
139/// Bluetooth characteristic UUID.
140///
141/// `0x2a21` Measurement Interval
142pub const MEASUREMENT_INTERVAL: BluetoothUuid16 = BluetoothUuid16::new(0x2a21);
143
144/// Bluetooth characteristic UUID.
145///
146/// `0x2a22` Boot Keyboard Input Report
147pub const BOOT_KEYBOARD_INPUT_REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a22);
148
149/// Bluetooth characteristic UUID.
150///
151/// `0x2a23` System ID
152pub const SYSTEM_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2a23);
153
154/// Bluetooth characteristic UUID.
155///
156/// `0x2a24` Model Number String
157pub const MODEL_NUMBER_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a24);
158
159/// Bluetooth characteristic UUID.
160///
161/// `0x2a25` Serial Number String
162pub const SERIAL_NUMBER_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a25);
163
164/// Bluetooth characteristic UUID.
165///
166/// `0x2a26` Firmware Revision String
167pub const FIRMWARE_REVISION_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a26);
168
169/// Bluetooth characteristic UUID.
170///
171/// `0x2a27` Hardware Revision String
172pub const HARDWARE_REVISION_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a27);
173
174/// Bluetooth characteristic UUID.
175///
176/// `0x2a28` Software Revision String
177pub const SOFTWARE_REVISION_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a28);
178
179/// Bluetooth characteristic UUID.
180///
181/// `0x2a29` Manufacturer Name String
182pub const MANUFACTURER_NAME_STRING: BluetoothUuid16 = BluetoothUuid16::new(0x2a29);
183
184/// Bluetooth characteristic UUID.
185///
186/// `0x2a2a` IEEE 11073-20601 Regulatory Certification Data List
187pub const IEEE_11073_20601_REGULATORY_CERTIFICATION_DATA_LIST: BluetoothUuid16 = BluetoothUuid16::new(0x2a2a);
188
189/// Bluetooth characteristic UUID.
190///
191/// `0x2a2b` Current Time
192pub const CURRENT_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2a2b);
193
194/// Bluetooth characteristic UUID.
195///
196/// `0x2a2c` Magnetic Declination
197pub const MAGNETIC_DECLINATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a2c);
198
199/// Bluetooth characteristic UUID.
200///
201/// `0x2a31` Scan Refresh
202pub const SCAN_REFRESH: BluetoothUuid16 = BluetoothUuid16::new(0x2a31);
203
204/// Bluetooth characteristic UUID.
205///
206/// `0x2a32` Boot Keyboard Output Report
207pub const BOOT_KEYBOARD_OUTPUT_REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a32);
208
209/// Bluetooth characteristic UUID.
210///
211/// `0x2a33` Boot Mouse Input Report
212pub const BOOT_MOUSE_INPUT_REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a33);
213
214/// Bluetooth characteristic UUID.
215///
216/// `0x2a34` Glucose Measurement Context
217pub const GLUCOSE_MEASUREMENT_CONTEXT: BluetoothUuid16 = BluetoothUuid16::new(0x2a34);
218
219/// Bluetooth characteristic UUID.
220///
221/// `0x2a35` Blood Pressure Measurement
222pub const BLOOD_PRESSURE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a35);
223
224/// Bluetooth characteristic UUID.
225///
226/// `0x2a36` Intermediate Cuff Pressure
227pub const INTERMEDIATE_CUFF_PRESSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a36);
228
229/// Bluetooth characteristic UUID.
230///
231/// `0x2a37` Heart Rate Measurement
232pub const HEART_RATE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a37);
233
234/// Bluetooth characteristic UUID.
235///
236/// `0x2a38` Body Sensor Location
237pub const BODY_SENSOR_LOCATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a38);
238
239/// Bluetooth characteristic UUID.
240///
241/// `0x2a39` Heart Rate Control Point
242pub const HEART_RATE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a39);
243
244/// Bluetooth characteristic UUID.
245///
246/// `0x2a3f` Alert Status
247pub const ALERT_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2a3f);
248
249/// Bluetooth characteristic UUID.
250///
251/// `0x2a40` Ringer Control Point
252pub const RINGER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a40);
253
254/// Bluetooth characteristic UUID.
255///
256/// `0x2a41` Ringer Setting
257pub const RINGER_SETTING: BluetoothUuid16 = BluetoothUuid16::new(0x2a41);
258
259/// Bluetooth characteristic UUID.
260///
261/// `0x2a42` Alert Category ID Bit Mask
262pub const ALERT_CATEGORY_ID_BIT_MASK: BluetoothUuid16 = BluetoothUuid16::new(0x2a42);
263
264/// Bluetooth characteristic UUID.
265///
266/// `0x2a43` Alert Category ID
267pub const ALERT_CATEGORY_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2a43);
268
269/// Bluetooth characteristic UUID.
270///
271/// `0x2a44` Alert Notification Control Point
272pub const ALERT_NOTIFICATION_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a44);
273
274/// Bluetooth characteristic UUID.
275///
276/// `0x2a45` Unread Alert Status
277pub const UNREAD_ALERT_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2a45);
278
279/// Bluetooth characteristic UUID.
280///
281/// `0x2a46` New Alert
282pub const NEW_ALERT: BluetoothUuid16 = BluetoothUuid16::new(0x2a46);
283
284/// Bluetooth characteristic UUID.
285///
286/// `0x2a47` Supported New Alert Category
287pub const SUPPORTED_NEW_ALERT_CATEGORY: BluetoothUuid16 = BluetoothUuid16::new(0x2a47);
288
289/// Bluetooth characteristic UUID.
290///
291/// `0x2a48` Supported Unread Alert Category
292pub const SUPPORTED_UNREAD_ALERT_CATEGORY: BluetoothUuid16 = BluetoothUuid16::new(0x2a48);
293
294/// Bluetooth characteristic UUID.
295///
296/// `0x2a49` Blood Pressure Feature
297pub const BLOOD_PRESSURE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a49);
298
299/// Bluetooth characteristic UUID.
300///
301/// `0x2a4a` HID Information
302pub const HID_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a4a);
303
304/// Bluetooth characteristic UUID.
305///
306/// `0x2a4b` Report Map
307pub const REPORT_MAP: BluetoothUuid16 = BluetoothUuid16::new(0x2a4b);
308
309/// Bluetooth characteristic UUID.
310///
311/// `0x2a4c` HID Control Point
312pub const HID_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a4c);
313
314/// Bluetooth characteristic UUID.
315///
316/// `0x2a4d` Report
317pub const REPORT: BluetoothUuid16 = BluetoothUuid16::new(0x2a4d);
318
319/// Bluetooth characteristic UUID.
320///
321/// `0x2a4e` Protocol Mode
322pub const PROTOCOL_MODE: BluetoothUuid16 = BluetoothUuid16::new(0x2a4e);
323
324/// Bluetooth characteristic UUID.
325///
326/// `0x2a4f` Scan Interval Window
327pub const SCAN_INTERVAL_WINDOW: BluetoothUuid16 = BluetoothUuid16::new(0x2a4f);
328
329/// Bluetooth characteristic UUID.
330///
331/// `0x2a50` PnP ID
332pub const PNP_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2a50);
333
334/// Bluetooth characteristic UUID.
335///
336/// `0x2a51` Glucose Feature
337pub const GLUCOSE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a51);
338
339/// Bluetooth characteristic UUID.
340///
341/// `0x2a52` Record Access Control Point
342pub const RECORD_ACCESS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a52);
343
344/// Bluetooth characteristic UUID.
345///
346/// `0x2a53` RSC Measurement
347pub const RSC_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a53);
348
349/// Bluetooth characteristic UUID.
350///
351/// `0x2a54` RSC Feature
352pub const RSC_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a54);
353
354/// Bluetooth characteristic UUID.
355///
356/// `0x2a55` SC Control Point
357pub const SC_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a55);
358
359/// Bluetooth characteristic UUID.
360///
361/// `0x2a5a` Aggregate
362pub const AGGREGATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a5a);
363
364/// Bluetooth characteristic UUID.
365///
366/// `0x2a5b` CSC Measurement
367pub const CSC_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a5b);
368
369/// Bluetooth characteristic UUID.
370///
371/// `0x2a5c` CSC Feature
372pub const CSC_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a5c);
373
374/// Bluetooth characteristic UUID.
375///
376/// `0x2a5d` Sensor Location
377pub const SENSOR_LOCATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a5d);
378
379/// Bluetooth characteristic UUID.
380///
381/// `0x2a5e` PLX Spot-Check Measurement
382pub const PLX_SPOT_CHECK_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a5e);
383
384/// Bluetooth characteristic UUID.
385///
386/// `0x2a5f` PLX Continuous Measurement
387pub const PLX_CONTINUOUS_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a5f);
388
389/// Bluetooth characteristic UUID.
390///
391/// `0x2a60` PLX Features
392pub const PLX_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2a60);
393
394/// Bluetooth characteristic UUID.
395///
396/// `0x2a63` Cycling Power Measurement
397pub const CYCLING_POWER_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a63);
398
399/// Bluetooth characteristic UUID.
400///
401/// `0x2a64` Cycling Power Vector
402pub const CYCLING_POWER_VECTOR: BluetoothUuid16 = BluetoothUuid16::new(0x2a64);
403
404/// Bluetooth characteristic UUID.
405///
406/// `0x2a65` Cycling Power Feature
407pub const CYCLING_POWER_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a65);
408
409/// Bluetooth characteristic UUID.
410///
411/// `0x2a66` Cycling Power Control Point
412pub const CYCLING_POWER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a66);
413
414/// Bluetooth characteristic UUID.
415///
416/// `0x2a67` Location and Speed
417pub const LOCATION_AND_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2a67);
418
419/// Bluetooth characteristic UUID.
420///
421/// `0x2a68` Navigation
422pub const NAVIGATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a68);
423
424/// Bluetooth characteristic UUID.
425///
426/// `0x2a69` Position Quality
427pub const POSITION_QUALITY: BluetoothUuid16 = BluetoothUuid16::new(0x2a69);
428
429/// Bluetooth characteristic UUID.
430///
431/// `0x2a6a` LN Feature
432pub const LN_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a6a);
433
434/// Bluetooth characteristic UUID.
435///
436/// `0x2a6b` LN Control Point
437pub const LN_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a6b);
438
439/// Bluetooth characteristic UUID.
440///
441/// `0x2a6c` Elevation
442pub const ELEVATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a6c);
443
444/// Bluetooth characteristic UUID.
445///
446/// `0x2a6d` Pressure
447pub const PRESSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a6d);
448
449/// Bluetooth characteristic UUID.
450///
451/// `0x2a6e` Temperature
452pub const TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a6e);
453
454/// Bluetooth characteristic UUID.
455///
456/// `0x2a6f` Humidity
457pub const HUMIDITY: BluetoothUuid16 = BluetoothUuid16::new(0x2a6f);
458
459/// Bluetooth characteristic UUID.
460///
461/// `0x2a70` True Wind Speed
462pub const TRUE_WIND_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2a70);
463
464/// Bluetooth characteristic UUID.
465///
466/// `0x2a71` True Wind Direction
467pub const TRUE_WIND_DIRECTION: BluetoothUuid16 = BluetoothUuid16::new(0x2a71);
468
469/// Bluetooth characteristic UUID.
470///
471/// `0x2a72` Apparent Wind Speed
472pub const APPARENT_WIND_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2a72);
473
474/// Bluetooth characteristic UUID.
475///
476/// `0x2a73` Apparent Wind Direction
477pub const APPARENT_WIND_DIRECTION: BluetoothUuid16 = BluetoothUuid16::new(0x2a73);
478
479/// Bluetooth characteristic UUID.
480///
481/// `0x2a74` Gust Factor
482pub const GUST_FACTOR: BluetoothUuid16 = BluetoothUuid16::new(0x2a74);
483
484/// Bluetooth characteristic UUID.
485///
486/// `0x2a75` Pollen Concentration
487pub const POLLEN_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2a75);
488
489/// Bluetooth characteristic UUID.
490///
491/// `0x2a76` UV Index
492pub const UV_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2a76);
493
494/// Bluetooth characteristic UUID.
495///
496/// `0x2a77` Irradiance
497pub const IRRADIANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a77);
498
499/// Bluetooth characteristic UUID.
500///
501/// `0x2a78` Rainfall
502pub const RAINFALL: BluetoothUuid16 = BluetoothUuid16::new(0x2a78);
503
504/// Bluetooth characteristic UUID.
505///
506/// `0x2a79` Wind Chill
507pub const WIND_CHILL: BluetoothUuid16 = BluetoothUuid16::new(0x2a79);
508
509/// Bluetooth characteristic UUID.
510///
511/// `0x2a7a` Heat Index
512pub const HEAT_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2a7a);
513
514/// Bluetooth characteristic UUID.
515///
516/// `0x2a7b` Dew Point
517pub const DEW_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a7b);
518
519/// Bluetooth characteristic UUID.
520///
521/// `0x2a7d` Descriptor Value Changed
522pub const DESCRIPTOR_VALUE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2a7d);
523
524/// Bluetooth characteristic UUID.
525///
526/// `0x2a7e` Aerobic Heart Rate Lower Limit
527pub const AEROBIC_HEART_RATE_LOWER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a7e);
528
529/// Bluetooth characteristic UUID.
530///
531/// `0x2a7f` Aerobic Threshold
532pub const AEROBIC_THRESHOLD: BluetoothUuid16 = BluetoothUuid16::new(0x2a7f);
533
534/// Bluetooth characteristic UUID.
535///
536/// `0x2a80` Age
537pub const AGE: BluetoothUuid16 = BluetoothUuid16::new(0x2a80);
538
539/// Bluetooth characteristic UUID.
540///
541/// `0x2a81` Anaerobic Heart Rate Lower Limit
542pub const ANAEROBIC_HEART_RATE_LOWER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a81);
543
544/// Bluetooth characteristic UUID.
545///
546/// `0x2a82` Anaerobic Heart Rate Upper Limit
547pub const ANAEROBIC_HEART_RATE_UPPER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a82);
548
549/// Bluetooth characteristic UUID.
550///
551/// `0x2a83` Anaerobic Threshold
552pub const ANAEROBIC_THRESHOLD: BluetoothUuid16 = BluetoothUuid16::new(0x2a83);
553
554/// Bluetooth characteristic UUID.
555///
556/// `0x2a84` Aerobic Heart Rate Upper Limit
557pub const AEROBIC_HEART_RATE_UPPER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a84);
558
559/// Bluetooth characteristic UUID.
560///
561/// `0x2a85` Date of Birth
562pub const DATE_OF_BIRTH: BluetoothUuid16 = BluetoothUuid16::new(0x2a85);
563
564/// Bluetooth characteristic UUID.
565///
566/// `0x2a86` Date of Threshold Assessment
567pub const DATE_OF_THRESHOLD_ASSESSMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a86);
568
569/// Bluetooth characteristic UUID.
570///
571/// `0x2a87` Email Address
572pub const EMAIL_ADDRESS: BluetoothUuid16 = BluetoothUuid16::new(0x2a87);
573
574/// Bluetooth characteristic UUID.
575///
576/// `0x2a88` Fat Burn Heart Rate Lower Limit
577pub const FAT_BURN_HEART_RATE_LOWER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a88);
578
579/// Bluetooth characteristic UUID.
580///
581/// `0x2a89` Fat Burn Heart Rate Upper Limit
582pub const FAT_BURN_HEART_RATE_UPPER_LIMIT: BluetoothUuid16 = BluetoothUuid16::new(0x2a89);
583
584/// Bluetooth characteristic UUID.
585///
586/// `0x2a8a` First Name
587pub const FIRST_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2a8a);
588
589/// Bluetooth characteristic UUID.
590///
591/// `0x2a8b` Five Zone Heart Rate Limits
592pub const FIVE_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2a8b);
593
594/// Bluetooth characteristic UUID.
595///
596/// `0x2a8c` Gender
597pub const GENDER: BluetoothUuid16 = BluetoothUuid16::new(0x2a8c);
598
599/// Bluetooth characteristic UUID.
600///
601/// `0x2a8d` Heart Rate Max
602pub const HEART_RATE_MAX: BluetoothUuid16 = BluetoothUuid16::new(0x2a8d);
603
604/// Bluetooth characteristic UUID.
605///
606/// `0x2a8e` Height
607pub const HEIGHT: BluetoothUuid16 = BluetoothUuid16::new(0x2a8e);
608
609/// Bluetooth characteristic UUID.
610///
611/// `0x2a8f` Hip Circumference
612pub const HIP_CIRCUMFERENCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a8f);
613
614/// Bluetooth characteristic UUID.
615///
616/// `0x2a90` Last Name
617pub const LAST_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2a90);
618
619/// Bluetooth characteristic UUID.
620///
621/// `0x2a91` Maximum Recommended Heart Rate
622pub const MAXIMUM_RECOMMENDED_HEART_RATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a91);
623
624/// Bluetooth characteristic UUID.
625///
626/// `0x2a92` Resting Heart Rate
627pub const RESTING_HEART_RATE: BluetoothUuid16 = BluetoothUuid16::new(0x2a92);
628
629/// Bluetooth characteristic UUID.
630///
631/// `0x2a93` Sport Type for Aerobic and Anaerobic Thresholds
632pub const SPORT_TYPE_FOR_AEROBIC_AND_ANAEROBIC_THRESHOLDS: BluetoothUuid16 = BluetoothUuid16::new(0x2a93);
633
634/// Bluetooth characteristic UUID.
635///
636/// `0x2a94` Three Zone Heart Rate Limits
637pub const THREE_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2a94);
638
639/// Bluetooth characteristic UUID.
640///
641/// `0x2a95` Two Zone Heart Rate Limits
642pub const TWO_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2a95);
643
644/// Bluetooth characteristic UUID.
645///
646/// `0x2a96` VO2 Max
647pub const VO2_MAX: BluetoothUuid16 = BluetoothUuid16::new(0x2a96);
648
649/// Bluetooth characteristic UUID.
650///
651/// `0x2a97` Waist Circumference
652pub const WAIST_CIRCUMFERENCE: BluetoothUuid16 = BluetoothUuid16::new(0x2a97);
653
654/// Bluetooth characteristic UUID.
655///
656/// `0x2a98` Weight
657pub const WEIGHT: BluetoothUuid16 = BluetoothUuid16::new(0x2a98);
658
659/// Bluetooth characteristic UUID.
660///
661/// `0x2a99` Database Change Increment
662pub const DATABASE_CHANGE_INCREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a99);
663
664/// Bluetooth characteristic UUID.
665///
666/// `0x2a9a` User Index
667pub const USER_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2a9a);
668
669/// Bluetooth characteristic UUID.
670///
671/// `0x2a9b` Body Composition Feature
672pub const BODY_COMPOSITION_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a9b);
673
674/// Bluetooth characteristic UUID.
675///
676/// `0x2a9c` Body Composition Measurement
677pub const BODY_COMPOSITION_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a9c);
678
679/// Bluetooth characteristic UUID.
680///
681/// `0x2a9d` Weight Measurement
682pub const WEIGHT_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2a9d);
683
684/// Bluetooth characteristic UUID.
685///
686/// `0x2a9e` Weight Scale Feature
687pub const WEIGHT_SCALE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2a9e);
688
689/// Bluetooth characteristic UUID.
690///
691/// `0x2a9f` User Control Point
692pub const USER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2a9f);
693
694/// Bluetooth characteristic UUID.
695///
696/// `0x2aa0` Magnetic Flux Density - 2D
697pub const MAGNETIC_FLUX_DENSITY_2D: BluetoothUuid16 = BluetoothUuid16::new(0x2aa0);
698
699/// Bluetooth characteristic UUID.
700///
701/// `0x2aa1` Magnetic Flux Density - 3D
702pub const MAGNETIC_FLUX_DENSITY_3D: BluetoothUuid16 = BluetoothUuid16::new(0x2aa1);
703
704/// Bluetooth characteristic UUID.
705///
706/// `0x2aa2` Language
707pub const LANGUAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2aa2);
708
709/// Bluetooth characteristic UUID.
710///
711/// `0x2aa3` Barometric Pressure Trend
712pub const BAROMETRIC_PRESSURE_TREND: BluetoothUuid16 = BluetoothUuid16::new(0x2aa3);
713
714/// Bluetooth characteristic UUID.
715///
716/// `0x2aa4` Bond Management Control Point
717pub const BOND_MANAGEMENT_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2aa4);
718
719/// Bluetooth characteristic UUID.
720///
721/// `0x2aa5` Bond Management Feature
722pub const BOND_MANAGEMENT_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2aa5);
723
724/// Bluetooth characteristic UUID.
725///
726/// `0x2aa6` Central Address Resolution
727pub const CENTRAL_ADDRESS_RESOLUTION: BluetoothUuid16 = BluetoothUuid16::new(0x2aa6);
728
729/// Bluetooth characteristic UUID.
730///
731/// `0x2aa7` CGM Measurement
732pub const CGM_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2aa7);
733
734/// Bluetooth characteristic UUID.
735///
736/// `0x2aa8` CGM Feature
737pub const CGM_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2aa8);
738
739/// Bluetooth characteristic UUID.
740///
741/// `0x2aa9` CGM Status
742pub const CGM_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2aa9);
743
744/// Bluetooth characteristic UUID.
745///
746/// `0x2aaa` CGM Session Start Time
747pub const CGM_SESSION_START_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2aaa);
748
749/// Bluetooth characteristic UUID.
750///
751/// `0x2aab` CGM Session Run Time
752pub const CGM_SESSION_RUN_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2aab);
753
754/// Bluetooth characteristic UUID.
755///
756/// `0x2aac` CGM Specific Ops Control Point
757pub const CGM_SPECIFIC_OPS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2aac);
758
759/// Bluetooth characteristic UUID.
760///
761/// `0x2aad` Indoor Positioning Configuration
762pub const INDOOR_POSITIONING_CONFIGURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2aad);
763
764/// Bluetooth characteristic UUID.
765///
766/// `0x2aae` Latitude
767pub const LATITUDE: BluetoothUuid16 = BluetoothUuid16::new(0x2aae);
768
769/// Bluetooth characteristic UUID.
770///
771/// `0x2aaf` Longitude
772pub const LONGITUDE: BluetoothUuid16 = BluetoothUuid16::new(0x2aaf);
773
774/// Bluetooth characteristic UUID.
775///
776/// `0x2ab0` Local North Coordinate
777pub const LOCAL_NORTH_COORDINATE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab0);
778
779/// Bluetooth characteristic UUID.
780///
781/// `0x2ab1` Local East Coordinate
782pub const LOCAL_EAST_COORDINATE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab1);
783
784/// Bluetooth characteristic UUID.
785///
786/// `0x2ab2` Floor Number
787pub const FLOOR_NUMBER: BluetoothUuid16 = BluetoothUuid16::new(0x2ab2);
788
789/// Bluetooth characteristic UUID.
790///
791/// `0x2ab3` Altitude
792pub const ALTITUDE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab3);
793
794/// Bluetooth characteristic UUID.
795///
796/// `0x2ab4` Uncertainty
797pub const UNCERTAINTY: BluetoothUuid16 = BluetoothUuid16::new(0x2ab4);
798
799/// Bluetooth characteristic UUID.
800///
801/// `0x2ab5` Location Name
802pub const LOCATION_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2ab5);
803
804/// Bluetooth characteristic UUID.
805///
806/// `0x2ab6` URI
807pub const URI: BluetoothUuid16 = BluetoothUuid16::new(0x2ab6);
808
809/// Bluetooth characteristic UUID.
810///
811/// `0x2ab7` HTTP Headers
812pub const HTTP_HEADERS: BluetoothUuid16 = BluetoothUuid16::new(0x2ab7);
813
814/// Bluetooth characteristic UUID.
815///
816/// `0x2ab8` HTTP Status Code
817pub const HTTP_STATUS_CODE: BluetoothUuid16 = BluetoothUuid16::new(0x2ab8);
818
819/// Bluetooth characteristic UUID.
820///
821/// `0x2ab9` HTTP Entity Body
822pub const HTTP_ENTITY_BODY: BluetoothUuid16 = BluetoothUuid16::new(0x2ab9);
823
824/// Bluetooth characteristic UUID.
825///
826/// `0x2aba` HTTP Control Point
827pub const HTTP_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2aba);
828
829/// Bluetooth characteristic UUID.
830///
831/// `0x2abb` HTTPS Security
832pub const HTTPS_SECURITY: BluetoothUuid16 = BluetoothUuid16::new(0x2abb);
833
834/// Bluetooth characteristic UUID.
835///
836/// `0x2abc` TDS Control Point
837pub const TDS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2abc);
838
839/// Bluetooth characteristic UUID.
840///
841/// `0x2abd` OTS Feature
842pub const OTS_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2abd);
843
844/// Bluetooth characteristic UUID.
845///
846/// `0x2abe` Object Name
847pub const OBJECT_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2abe);
848
849/// Bluetooth characteristic UUID.
850///
851/// `0x2abf` Object Type
852pub const OBJECT_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2abf);
853
854/// Bluetooth characteristic UUID.
855///
856/// `0x2ac0` Object Size
857pub const OBJECT_SIZE: BluetoothUuid16 = BluetoothUuid16::new(0x2ac0);
858
859/// Bluetooth characteristic UUID.
860///
861/// `0x2ac1` Object First-Created
862pub const OBJECT_FIRST_CREATED: BluetoothUuid16 = BluetoothUuid16::new(0x2ac1);
863
864/// Bluetooth characteristic UUID.
865///
866/// `0x2ac2` Object Last-Modified
867pub const OBJECT_LAST_MODIFIED: BluetoothUuid16 = BluetoothUuid16::new(0x2ac2);
868
869/// Bluetooth characteristic UUID.
870///
871/// `0x2ac3` Object ID
872pub const OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2ac3);
873
874/// Bluetooth characteristic UUID.
875///
876/// `0x2ac4` Object Properties
877pub const OBJECT_PROPERTIES: BluetoothUuid16 = BluetoothUuid16::new(0x2ac4);
878
879/// Bluetooth characteristic UUID.
880///
881/// `0x2ac5` Object Action Control Point
882pub const OBJECT_ACTION_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ac5);
883
884/// Bluetooth characteristic UUID.
885///
886/// `0x2ac6` Object List Control Point
887pub const OBJECT_LIST_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ac6);
888
889/// Bluetooth characteristic UUID.
890///
891/// `0x2ac7` Object List Filter
892pub const OBJECT_LIST_FILTER: BluetoothUuid16 = BluetoothUuid16::new(0x2ac7);
893
894/// Bluetooth characteristic UUID.
895///
896/// `0x2ac8` Object Changed
897pub const OBJECT_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2ac8);
898
899/// Bluetooth characteristic UUID.
900///
901/// `0x2ac9` Resolvable Private Address Only
902pub const RESOLVABLE_PRIVATE_ADDRESS_ONLY: BluetoothUuid16 = BluetoothUuid16::new(0x2ac9);
903
904/// Bluetooth characteristic UUID.
905///
906/// `0x2acc` Fitness Machine Feature
907pub const FITNESS_MACHINE_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2acc);
908
909/// Bluetooth characteristic UUID.
910///
911/// `0x2acd` Treadmill Data
912pub const TREADMILL_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2acd);
913
914/// Bluetooth characteristic UUID.
915///
916/// `0x2ace` Cross Trainer Data
917pub const CROSS_TRAINER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ace);
918
919/// Bluetooth characteristic UUID.
920///
921/// `0x2acf` Step Climber Data
922pub const STEP_CLIMBER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2acf);
923
924/// Bluetooth characteristic UUID.
925///
926/// `0x2ad0` Stair Climber Data
927pub const STAIR_CLIMBER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ad0);
928
929/// Bluetooth characteristic UUID.
930///
931/// `0x2ad1` Rower Data
932pub const ROWER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ad1);
933
934/// Bluetooth characteristic UUID.
935///
936/// `0x2ad2` Indoor Bike Data
937pub const INDOOR_BIKE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2ad2);
938
939/// Bluetooth characteristic UUID.
940///
941/// `0x2ad3` Training Status
942pub const TRAINING_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2ad3);
943
944/// Bluetooth characteristic UUID.
945///
946/// `0x2ad4` Supported Speed Range
947pub const SUPPORTED_SPEED_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad4);
948
949/// Bluetooth characteristic UUID.
950///
951/// `0x2ad5` Supported Inclination Range
952pub const SUPPORTED_INCLINATION_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad5);
953
954/// Bluetooth characteristic UUID.
955///
956/// `0x2ad6` Supported Resistance Level Range
957pub const SUPPORTED_RESISTANCE_LEVEL_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad6);
958
959/// Bluetooth characteristic UUID.
960///
961/// `0x2ad7` Supported Heart Rate Range
962pub const SUPPORTED_HEART_RATE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad7);
963
964/// Bluetooth characteristic UUID.
965///
966/// `0x2ad8` Supported Power Range
967pub const SUPPORTED_POWER_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ad8);
968
969/// Bluetooth characteristic UUID.
970///
971/// `0x2ad9` Fitness Machine Control Point
972pub const FITNESS_MACHINE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ad9);
973
974/// Bluetooth characteristic UUID.
975///
976/// `0x2ada` Fitness Machine Status
977pub const FITNESS_MACHINE_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2ada);
978
979/// Bluetooth characteristic UUID.
980///
981/// `0x2adb` Mesh Provisioning Data In
982pub const MESH_PROVISIONING_DATA_IN: BluetoothUuid16 = BluetoothUuid16::new(0x2adb);
983
984/// Bluetooth characteristic UUID.
985///
986/// `0x2adc` Mesh Provisioning Data Out
987pub const MESH_PROVISIONING_DATA_OUT: BluetoothUuid16 = BluetoothUuid16::new(0x2adc);
988
989/// Bluetooth characteristic UUID.
990///
991/// `0x2add` Mesh Proxy Data In
992pub const MESH_PROXY_DATA_IN: BluetoothUuid16 = BluetoothUuid16::new(0x2add);
993
994/// Bluetooth characteristic UUID.
995///
996/// `0x2ade` Mesh Proxy Data Out
997pub const MESH_PROXY_DATA_OUT: BluetoothUuid16 = BluetoothUuid16::new(0x2ade);
998
999/// Bluetooth characteristic UUID.
1000///
1001/// `0x2ae0` Average Current
1002pub const AVERAGE_CURRENT: BluetoothUuid16 = BluetoothUuid16::new(0x2ae0);
1003
1004/// Bluetooth characteristic UUID.
1005///
1006/// `0x2ae1` Average Voltage
1007pub const AVERAGE_VOLTAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2ae1);
1008
1009/// Bluetooth characteristic UUID.
1010///
1011/// `0x2ae2` Boolean
1012pub const BOOLEAN: BluetoothUuid16 = BluetoothUuid16::new(0x2ae2);
1013
1014/// Bluetooth characteristic UUID.
1015///
1016/// `0x2ae3` Chromatic Distance from Planckian
1017pub const CHROMATIC_DISTANCE_FROM_PLANCKIAN: BluetoothUuid16 = BluetoothUuid16::new(0x2ae3);
1018
1019/// Bluetooth characteristic UUID.
1020///
1021/// `0x2ae4` Chromaticity Coordinates
1022pub const CHROMATICITY_COORDINATES: BluetoothUuid16 = BluetoothUuid16::new(0x2ae4);
1023
1024/// Bluetooth characteristic UUID.
1025///
1026/// `0x2ae5` Chromaticity in CCT and Duv Values
1027pub const CHROMATICITY_IN_CCT_AND_DUV_VALUES: BluetoothUuid16 = BluetoothUuid16::new(0x2ae5);
1028
1029/// Bluetooth characteristic UUID.
1030///
1031/// `0x2ae6` Chromaticity Tolerance
1032pub const CHROMATICITY_TOLERANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2ae6);
1033
1034/// Bluetooth characteristic UUID.
1035///
1036/// `0x2ae7` CIE 13.3-1995 Color Rendering Index
1037pub const CIE_133_1995_COLOR_RENDERING_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2ae7);
1038
1039/// Bluetooth characteristic UUID.
1040///
1041/// `0x2ae8` Coefficient
1042pub const COEFFICIENT: BluetoothUuid16 = BluetoothUuid16::new(0x2ae8);
1043
1044/// Bluetooth characteristic UUID.
1045///
1046/// `0x2ae9` Correlated Color Temperature
1047pub const CORRELATED_COLOR_TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2ae9);
1048
1049/// Bluetooth characteristic UUID.
1050///
1051/// `0x2aea` Count 16
1052pub const COUNT_16: BluetoothUuid16 = BluetoothUuid16::new(0x2aea);
1053
1054/// Bluetooth characteristic UUID.
1055///
1056/// `0x2aeb` Count 24
1057pub const COUNT_24: BluetoothUuid16 = BluetoothUuid16::new(0x2aeb);
1058
1059/// Bluetooth characteristic UUID.
1060///
1061/// `0x2aec` Country Code
1062pub const COUNTRY_CODE: BluetoothUuid16 = BluetoothUuid16::new(0x2aec);
1063
1064/// Bluetooth characteristic UUID.
1065///
1066/// `0x2aed` Date UTC
1067pub const DATE_UTC: BluetoothUuid16 = BluetoothUuid16::new(0x2aed);
1068
1069/// Bluetooth characteristic UUID.
1070///
1071/// `0x2aee` Electric Current
1072pub const ELECTRIC_CURRENT: BluetoothUuid16 = BluetoothUuid16::new(0x2aee);
1073
1074/// Bluetooth characteristic UUID.
1075///
1076/// `0x2aef` Electric Current Range
1077pub const ELECTRIC_CURRENT_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2aef);
1078
1079/// Bluetooth characteristic UUID.
1080///
1081/// `0x2af0` Electric Current Specification
1082pub const ELECTRIC_CURRENT_SPECIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2af0);
1083
1084/// Bluetooth characteristic UUID.
1085///
1086/// `0x2af1` Electric Current Statistics
1087pub const ELECTRIC_CURRENT_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2af1);
1088
1089/// Bluetooth characteristic UUID.
1090///
1091/// `0x2af2` Energy
1092pub const ENERGY: BluetoothUuid16 = BluetoothUuid16::new(0x2af2);
1093
1094/// Bluetooth characteristic UUID.
1095///
1096/// `0x2af3` Energy in a Period of Day
1097pub const ENERGY_IN_A_PERIOD_OF_DAY: BluetoothUuid16 = BluetoothUuid16::new(0x2af3);
1098
1099/// Bluetooth characteristic UUID.
1100///
1101/// `0x2af4` Event Statistics
1102pub const EVENT_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2af4);
1103
1104/// Bluetooth characteristic UUID.
1105///
1106/// `0x2af5` Fixed String 16
1107pub const FIXED_STRING_16: BluetoothUuid16 = BluetoothUuid16::new(0x2af5);
1108
1109/// Bluetooth characteristic UUID.
1110///
1111/// `0x2af6` Fixed String 24
1112pub const FIXED_STRING_24: BluetoothUuid16 = BluetoothUuid16::new(0x2af6);
1113
1114/// Bluetooth characteristic UUID.
1115///
1116/// `0x2af7` Fixed String 36
1117pub const FIXED_STRING_36: BluetoothUuid16 = BluetoothUuid16::new(0x2af7);
1118
1119/// Bluetooth characteristic UUID.
1120///
1121/// `0x2af8` Fixed String 8
1122pub const FIXED_STRING_8: BluetoothUuid16 = BluetoothUuid16::new(0x2af8);
1123
1124/// Bluetooth characteristic UUID.
1125///
1126/// `0x2af9` Generic Level
1127pub const GENERIC_LEVEL: BluetoothUuid16 = BluetoothUuid16::new(0x2af9);
1128
1129/// Bluetooth characteristic UUID.
1130///
1131/// `0x2afa` Global Trade Item Number
1132pub const GLOBAL_TRADE_ITEM_NUMBER: BluetoothUuid16 = BluetoothUuid16::new(0x2afa);
1133
1134/// Bluetooth characteristic UUID.
1135///
1136/// `0x2afb` Illuminance
1137pub const ILLUMINANCE: BluetoothUuid16 = BluetoothUuid16::new(0x2afb);
1138
1139/// Bluetooth characteristic UUID.
1140///
1141/// `0x2afc` Luminous Efficacy
1142pub const LUMINOUS_EFFICACY: BluetoothUuid16 = BluetoothUuid16::new(0x2afc);
1143
1144/// Bluetooth characteristic UUID.
1145///
1146/// `0x2afd` Luminous Energy
1147pub const LUMINOUS_ENERGY: BluetoothUuid16 = BluetoothUuid16::new(0x2afd);
1148
1149/// Bluetooth characteristic UUID.
1150///
1151/// `0x2afe` Luminous Exposure
1152pub const LUMINOUS_EXPOSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2afe);
1153
1154/// Bluetooth characteristic UUID.
1155///
1156/// `0x2aff` Luminous Flux
1157pub const LUMINOUS_FLUX: BluetoothUuid16 = BluetoothUuid16::new(0x2aff);
1158
1159/// Bluetooth characteristic UUID.
1160///
1161/// `0x2b00` Luminous Flux Range
1162pub const LUMINOUS_FLUX_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b00);
1163
1164/// Bluetooth characteristic UUID.
1165///
1166/// `0x2b01` Luminous Intensity
1167pub const LUMINOUS_INTENSITY: BluetoothUuid16 = BluetoothUuid16::new(0x2b01);
1168
1169/// Bluetooth characteristic UUID.
1170///
1171/// `0x2b02` Mass Flow
1172pub const MASS_FLOW: BluetoothUuid16 = BluetoothUuid16::new(0x2b02);
1173
1174/// Bluetooth characteristic UUID.
1175///
1176/// `0x2b03` Perceived Lightness
1177pub const PERCEIVED_LIGHTNESS: BluetoothUuid16 = BluetoothUuid16::new(0x2b03);
1178
1179/// Bluetooth characteristic UUID.
1180///
1181/// `0x2b04` Percentage 8
1182pub const PERCENTAGE_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b04);
1183
1184/// Bluetooth characteristic UUID.
1185///
1186/// `0x2b05` Power
1187pub const POWER: BluetoothUuid16 = BluetoothUuid16::new(0x2b05);
1188
1189/// Bluetooth characteristic UUID.
1190///
1191/// `0x2b06` Power Specification
1192pub const POWER_SPECIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b06);
1193
1194/// Bluetooth characteristic UUID.
1195///
1196/// `0x2b07` Relative Runtime in a Current Range
1197pub const RELATIVE_RUNTIME_IN_A_CURRENT_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b07);
1198
1199/// Bluetooth characteristic UUID.
1200///
1201/// `0x2b08` Relative Runtime in a Generic Level Range
1202pub const RELATIVE_RUNTIME_IN_A_GENERIC_LEVEL_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b08);
1203
1204/// Bluetooth characteristic UUID.
1205///
1206/// `0x2b09` Relative Value in a Voltage Range
1207pub const RELATIVE_VALUE_IN_A_VOLTAGE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b09);
1208
1209/// Bluetooth characteristic UUID.
1210///
1211/// `0x2b0a` Relative Value in an Illuminance Range
1212pub const RELATIVE_VALUE_IN_AN_ILLUMINANCE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b0a);
1213
1214/// Bluetooth characteristic UUID.
1215///
1216/// `0x2b0b` Relative Value in a Period of Day
1217pub const RELATIVE_VALUE_IN_A_PERIOD_OF_DAY: BluetoothUuid16 = BluetoothUuid16::new(0x2b0b);
1218
1219/// Bluetooth characteristic UUID.
1220///
1221/// `0x2b0c` Relative Value in a Temperature Range
1222pub const RELATIVE_VALUE_IN_A_TEMPERATURE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b0c);
1223
1224/// Bluetooth characteristic UUID.
1225///
1226/// `0x2b0d` Temperature 8
1227pub const TEMPERATURE_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b0d);
1228
1229/// Bluetooth characteristic UUID.
1230///
1231/// `0x2b0e` Temperature 8 in a Period of Day
1232pub const TEMPERATURE_8_IN_A_PERIOD_OF_DAY: BluetoothUuid16 = BluetoothUuid16::new(0x2b0e);
1233
1234/// Bluetooth characteristic UUID.
1235///
1236/// `0x2b0f` Temperature 8 Statistics
1237pub const TEMPERATURE_8_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2b0f);
1238
1239/// Bluetooth characteristic UUID.
1240///
1241/// `0x2b10` Temperature Range
1242pub const TEMPERATURE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b10);
1243
1244/// Bluetooth characteristic UUID.
1245///
1246/// `0x2b11` Temperature Statistics
1247pub const TEMPERATURE_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2b11);
1248
1249/// Bluetooth characteristic UUID.
1250///
1251/// `0x2b12` Time Decihour 8
1252pub const TIME_DECIHOUR_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b12);
1253
1254/// Bluetooth characteristic UUID.
1255///
1256/// `0x2b13` Time Exponential 8
1257pub const TIME_EXPONENTIAL_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b13);
1258
1259/// Bluetooth characteristic UUID.
1260///
1261/// `0x2b14` Time Hour 24
1262pub const TIME_HOUR_24: BluetoothUuid16 = BluetoothUuid16::new(0x2b14);
1263
1264/// Bluetooth characteristic UUID.
1265///
1266/// `0x2b15` Time Millisecond 24
1267pub const TIME_MILLISECOND_24: BluetoothUuid16 = BluetoothUuid16::new(0x2b15);
1268
1269/// Bluetooth characteristic UUID.
1270///
1271/// `0x2b16` Time Second 16
1272pub const TIME_SECOND_16: BluetoothUuid16 = BluetoothUuid16::new(0x2b16);
1273
1274/// Bluetooth characteristic UUID.
1275///
1276/// `0x2b17` Time Second 8
1277pub const TIME_SECOND_8: BluetoothUuid16 = BluetoothUuid16::new(0x2b17);
1278
1279/// Bluetooth characteristic UUID.
1280///
1281/// `0x2b18` Voltage
1282pub const VOLTAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2b18);
1283
1284/// Bluetooth characteristic UUID.
1285///
1286/// `0x2b19` Voltage Specification
1287pub const VOLTAGE_SPECIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b19);
1288
1289/// Bluetooth characteristic UUID.
1290///
1291/// `0x2b1a` Voltage Statistics
1292pub const VOLTAGE_STATISTICS: BluetoothUuid16 = BluetoothUuid16::new(0x2b1a);
1293
1294/// Bluetooth characteristic UUID.
1295///
1296/// `0x2b1b` Volume Flow
1297pub const VOLUME_FLOW: BluetoothUuid16 = BluetoothUuid16::new(0x2b1b);
1298
1299/// Bluetooth characteristic UUID.
1300///
1301/// `0x2b1c` Chromaticity Coordinate
1302pub const CHROMATICITY_COORDINATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b1c);
1303
1304/// Bluetooth characteristic UUID.
1305///
1306/// `0x2b1d` RC Feature
1307pub const RC_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2b1d);
1308
1309/// Bluetooth characteristic UUID.
1310///
1311/// `0x2b1e` RC Settings
1312pub const RC_SETTINGS: BluetoothUuid16 = BluetoothUuid16::new(0x2b1e);
1313
1314/// Bluetooth characteristic UUID.
1315///
1316/// `0x2b1f` Reconnection Configuration Control Point
1317pub const RECONNECTION_CONFIGURATION_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b1f);
1318
1319/// Bluetooth characteristic UUID.
1320///
1321/// `0x2b20` IDD Status Changed
1322pub const IDD_STATUS_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2b20);
1323
1324/// Bluetooth characteristic UUID.
1325///
1326/// `0x2b21` IDD Status
1327pub const IDD_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b21);
1328
1329/// Bluetooth characteristic UUID.
1330///
1331/// `0x2b22` IDD Annunciation Status
1332pub const IDD_ANNUNCIATION_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b22);
1333
1334/// Bluetooth characteristic UUID.
1335///
1336/// `0x2b23` IDD Features
1337pub const IDD_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b23);
1338
1339/// Bluetooth characteristic UUID.
1340///
1341/// `0x2b24` IDD Status Reader Control Point
1342pub const IDD_STATUS_READER_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b24);
1343
1344/// Bluetooth characteristic UUID.
1345///
1346/// `0x2b25` IDD Command Control Point
1347pub const IDD_COMMAND_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b25);
1348
1349/// Bluetooth characteristic UUID.
1350///
1351/// `0x2b26` IDD Command Data
1352pub const IDD_COMMAND_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b26);
1353
1354/// Bluetooth characteristic UUID.
1355///
1356/// `0x2b27` IDD Record Access Control Point
1357pub const IDD_RECORD_ACCESS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b27);
1358
1359/// Bluetooth characteristic UUID.
1360///
1361/// `0x2b28` IDD History Data
1362pub const IDD_HISTORY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b28);
1363
1364/// Bluetooth characteristic UUID.
1365///
1366/// `0x2b29` Client Supported Features
1367pub const CLIENT_SUPPORTED_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b29);
1368
1369/// Bluetooth characteristic UUID.
1370///
1371/// `0x2b2a` Database Hash
1372pub const DATABASE_HASH: BluetoothUuid16 = BluetoothUuid16::new(0x2b2a);
1373
1374/// Bluetooth characteristic UUID.
1375///
1376/// `0x2b2b` BSS Control Point
1377pub const BSS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b2b);
1378
1379/// Bluetooth characteristic UUID.
1380///
1381/// `0x2b2c` BSS Response
1382pub const BSS_RESPONSE: BluetoothUuid16 = BluetoothUuid16::new(0x2b2c);
1383
1384/// Bluetooth characteristic UUID.
1385///
1386/// `0x2b2d` Emergency ID
1387pub const EMERGENCY_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b2d);
1388
1389/// Bluetooth characteristic UUID.
1390///
1391/// `0x2b2e` Emergency Text
1392pub const EMERGENCY_TEXT: BluetoothUuid16 = BluetoothUuid16::new(0x2b2e);
1393
1394/// Bluetooth characteristic UUID.
1395///
1396/// `0x2b2f` ACS Status
1397pub const ACS_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b2f);
1398
1399/// Bluetooth characteristic UUID.
1400///
1401/// `0x2b30` ACS Data In
1402pub const ACS_DATA_IN: BluetoothUuid16 = BluetoothUuid16::new(0x2b30);
1403
1404/// Bluetooth characteristic UUID.
1405///
1406/// `0x2b31` ACS Data Out Notify
1407pub const ACS_DATA_OUT_NOTIFY: BluetoothUuid16 = BluetoothUuid16::new(0x2b31);
1408
1409/// Bluetooth characteristic UUID.
1410///
1411/// `0x2b32` ACS Data Out Indicate
1412pub const ACS_DATA_OUT_INDICATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b32);
1413
1414/// Bluetooth characteristic UUID.
1415///
1416/// `0x2b33` ACS Control Point
1417pub const ACS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b33);
1418
1419/// Bluetooth characteristic UUID.
1420///
1421/// `0x2b34` Enhanced Blood Pressure Measurement
1422pub const ENHANCED_BLOOD_PRESSURE_MEASUREMENT: BluetoothUuid16 = BluetoothUuid16::new(0x2b34);
1423
1424/// Bluetooth characteristic UUID.
1425///
1426/// `0x2b35` Enhanced Intermediate Cuff Pressure
1427pub const ENHANCED_INTERMEDIATE_CUFF_PRESSURE: BluetoothUuid16 = BluetoothUuid16::new(0x2b35);
1428
1429/// Bluetooth characteristic UUID.
1430///
1431/// `0x2b36` Blood Pressure Record
1432pub const BLOOD_PRESSURE_RECORD: BluetoothUuid16 = BluetoothUuid16::new(0x2b36);
1433
1434/// Bluetooth characteristic UUID.
1435///
1436/// `0x2b37` Registered User
1437pub const REGISTERED_USER: BluetoothUuid16 = BluetoothUuid16::new(0x2b37);
1438
1439/// Bluetooth characteristic UUID.
1440///
1441/// `0x2b38` BR-EDR Handover Data
1442pub const BR_EDR_HANDOVER_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b38);
1443
1444/// Bluetooth characteristic UUID.
1445///
1446/// `0x2b39` Bluetooth SIG Data
1447pub const BLUETOOTH_SIG_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b39);
1448
1449/// Bluetooth characteristic UUID.
1450///
1451/// `0x2b3a` Server Supported Features
1452pub const SERVER_SUPPORTED_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b3a);
1453
1454/// Bluetooth characteristic UUID.
1455///
1456/// `0x2b3b` Physical Activity Monitor Features
1457pub const PHYSICAL_ACTIVITY_MONITOR_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2b3b);
1458
1459/// Bluetooth characteristic UUID.
1460///
1461/// `0x2b3c` General Activity Instantaneous Data
1462pub const GENERAL_ACTIVITY_INSTANTANEOUS_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3c);
1463
1464/// Bluetooth characteristic UUID.
1465///
1466/// `0x2b3d` General Activity Summary Data
1467pub const GENERAL_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3d);
1468
1469/// Bluetooth characteristic UUID.
1470///
1471/// `0x2b3e` CardioRespiratory Activity Instantaneous Data
1472pub const CARDIORESPIRATORY_ACTIVITY_INSTANTANEOUS_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3e);
1473
1474/// Bluetooth characteristic UUID.
1475///
1476/// `0x2b3f` CardioRespiratory Activity Summary Data
1477pub const CARDIORESPIRATORY_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b3f);
1478
1479/// Bluetooth characteristic UUID.
1480///
1481/// `0x2b40` Step Counter Activity Summary Data
1482pub const STEP_COUNTER_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b40);
1483
1484/// Bluetooth characteristic UUID.
1485///
1486/// `0x2b41` Sleep Activity Instantaneous Data
1487pub const SLEEP_ACTIVITY_INSTANTANEOUS_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b41);
1488
1489/// Bluetooth characteristic UUID.
1490///
1491/// `0x2b42` Sleep Activity Summary Data
1492pub const SLEEP_ACTIVITY_SUMMARY_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b42);
1493
1494/// Bluetooth characteristic UUID.
1495///
1496/// `0x2b43` Physical Activity Monitor Control Point
1497pub const PHYSICAL_ACTIVITY_MONITOR_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b43);
1498
1499/// Bluetooth characteristic UUID.
1500///
1501/// `0x2b44` Physical Activity Current Session
1502pub const PHYSICAL_ACTIVITY_CURRENT_SESSION: BluetoothUuid16 = BluetoothUuid16::new(0x2b44);
1503
1504/// Bluetooth characteristic UUID.
1505///
1506/// `0x2b45` Physical Activity Session Descriptor
1507pub const PHYSICAL_ACTIVITY_SESSION_DESCRIPTOR: BluetoothUuid16 = BluetoothUuid16::new(0x2b45);
1508
1509/// Bluetooth characteristic UUID.
1510///
1511/// `0x2b46` Preferred Units
1512pub const PREFERRED_UNITS: BluetoothUuid16 = BluetoothUuid16::new(0x2b46);
1513
1514/// Bluetooth characteristic UUID.
1515///
1516/// `0x2b47` High Resolution Height
1517pub const HIGH_RESOLUTION_HEIGHT: BluetoothUuid16 = BluetoothUuid16::new(0x2b47);
1518
1519/// Bluetooth characteristic UUID.
1520///
1521/// `0x2b48` Middle Name
1522pub const MIDDLE_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2b48);
1523
1524/// Bluetooth characteristic UUID.
1525///
1526/// `0x2b49` Stride Length
1527pub const STRIDE_LENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2b49);
1528
1529/// Bluetooth characteristic UUID.
1530///
1531/// `0x2b4a` Handedness
1532pub const HANDEDNESS: BluetoothUuid16 = BluetoothUuid16::new(0x2b4a);
1533
1534/// Bluetooth characteristic UUID.
1535///
1536/// `0x2b4b` Device Wearing Position
1537pub const DEVICE_WEARING_POSITION: BluetoothUuid16 = BluetoothUuid16::new(0x2b4b);
1538
1539/// Bluetooth characteristic UUID.
1540///
1541/// `0x2b4c` Four Zone Heart Rate Limits
1542pub const FOUR_ZONE_HEART_RATE_LIMITS: BluetoothUuid16 = BluetoothUuid16::new(0x2b4c);
1543
1544/// Bluetooth characteristic UUID.
1545///
1546/// `0x2b4d` High Intensity Exercise Threshold
1547pub const HIGH_INTENSITY_EXERCISE_THRESHOLD: BluetoothUuid16 = BluetoothUuid16::new(0x2b4d);
1548
1549/// Bluetooth characteristic UUID.
1550///
1551/// `0x2b4e` Activity Goal
1552pub const ACTIVITY_GOAL: BluetoothUuid16 = BluetoothUuid16::new(0x2b4e);
1553
1554/// Bluetooth characteristic UUID.
1555///
1556/// `0x2b4f` Sedentary Interval Notification
1557pub const SEDENTARY_INTERVAL_NOTIFICATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b4f);
1558
1559/// Bluetooth characteristic UUID.
1560///
1561/// `0x2b50` Caloric Intake
1562pub const CALORIC_INTAKE: BluetoothUuid16 = BluetoothUuid16::new(0x2b50);
1563
1564/// Bluetooth characteristic UUID.
1565///
1566/// `0x2b51` TMAP Role
1567pub const TMAP_ROLE: BluetoothUuid16 = BluetoothUuid16::new(0x2b51);
1568
1569/// Bluetooth characteristic UUID.
1570///
1571/// `0x2b77` Audio Input State
1572pub const AUDIO_INPUT_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b77);
1573
1574/// Bluetooth characteristic UUID.
1575///
1576/// `0x2b78` Gain Settings Attribute
1577pub const GAIN_SETTINGS_ATTRIBUTE: BluetoothUuid16 = BluetoothUuid16::new(0x2b78);
1578
1579/// Bluetooth characteristic UUID.
1580///
1581/// `0x2b79` Audio Input Type
1582pub const AUDIO_INPUT_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2b79);
1583
1584/// Bluetooth characteristic UUID.
1585///
1586/// `0x2b7a` Audio Input Status
1587pub const AUDIO_INPUT_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2b7a);
1588
1589/// Bluetooth characteristic UUID.
1590///
1591/// `0x2b7b` Audio Input Control Point
1592pub const AUDIO_INPUT_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b7b);
1593
1594/// Bluetooth characteristic UUID.
1595///
1596/// `0x2b7c` Audio Input Description
1597pub const AUDIO_INPUT_DESCRIPTION: BluetoothUuid16 = BluetoothUuid16::new(0x2b7c);
1598
1599/// Bluetooth characteristic UUID.
1600///
1601/// `0x2b7d` Volume State
1602pub const VOLUME_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b7d);
1603
1604/// Bluetooth characteristic UUID.
1605///
1606/// `0x2b7e` Volume Control Point
1607pub const VOLUME_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b7e);
1608
1609/// Bluetooth characteristic UUID.
1610///
1611/// `0x2b7f` Volume Flags
1612pub const VOLUME_FLAGS: BluetoothUuid16 = BluetoothUuid16::new(0x2b7f);
1613
1614/// Bluetooth characteristic UUID.
1615///
1616/// `0x2b80` Volume Offset State
1617pub const VOLUME_OFFSET_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2b80);
1618
1619/// Bluetooth characteristic UUID.
1620///
1621/// `0x2b81` Audio Location
1622pub const AUDIO_LOCATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b81);
1623
1624/// Bluetooth characteristic UUID.
1625///
1626/// `0x2b82` Volume Offset Control Point
1627pub const VOLUME_OFFSET_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b82);
1628
1629/// Bluetooth characteristic UUID.
1630///
1631/// `0x2b83` Audio Output Description
1632pub const AUDIO_OUTPUT_DESCRIPTION: BluetoothUuid16 = BluetoothUuid16::new(0x2b83);
1633
1634/// Bluetooth characteristic UUID.
1635///
1636/// `0x2b84` Set Identity Resolving Key
1637pub const SET_IDENTITY_RESOLVING_KEY: BluetoothUuid16 = BluetoothUuid16::new(0x2b84);
1638
1639/// Bluetooth characteristic UUID.
1640///
1641/// `0x2b85` Coordinated Set Size
1642pub const COORDINATED_SET_SIZE: BluetoothUuid16 = BluetoothUuid16::new(0x2b85);
1643
1644/// Bluetooth characteristic UUID.
1645///
1646/// `0x2b86` Set Member Lock
1647pub const SET_MEMBER_LOCK: BluetoothUuid16 = BluetoothUuid16::new(0x2b86);
1648
1649/// Bluetooth characteristic UUID.
1650///
1651/// `0x2b87` Set Member Rank
1652pub const SET_MEMBER_RANK: BluetoothUuid16 = BluetoothUuid16::new(0x2b87);
1653
1654/// Bluetooth characteristic UUID.
1655///
1656/// `0x2b88` Encrypted Data Key Material
1657pub const ENCRYPTED_DATA_KEY_MATERIAL: BluetoothUuid16 = BluetoothUuid16::new(0x2b88);
1658
1659/// Bluetooth characteristic UUID.
1660///
1661/// `0x2b89` Apparent Energy 32
1662pub const APPARENT_ENERGY_32: BluetoothUuid16 = BluetoothUuid16::new(0x2b89);
1663
1664/// Bluetooth characteristic UUID.
1665///
1666/// `0x2b8a` Apparent Power
1667pub const APPARENT_POWER: BluetoothUuid16 = BluetoothUuid16::new(0x2b8a);
1668
1669/// Bluetooth characteristic UUID.
1670///
1671/// `0x2b8b` Live Health Observations
1672pub const LIVE_HEALTH_OBSERVATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2b8b);
1673
1674/// Bluetooth characteristic UUID.
1675///
1676/// `0x2b8c` CO\textsubscript{2} Concentration
1677pub const CO2_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b8c);
1678
1679/// Bluetooth characteristic UUID.
1680///
1681/// `0x2b8d` Cosine of the Angle
1682pub const COSINE_OF_THE_ANGLE: BluetoothUuid16 = BluetoothUuid16::new(0x2b8d);
1683
1684/// Bluetooth characteristic UUID.
1685///
1686/// `0x2b8e` Device Time Feature
1687pub const DEVICE_TIME_FEATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2b8e);
1688
1689/// Bluetooth characteristic UUID.
1690///
1691/// `0x2b8f` Device Time Parameters
1692pub const DEVICE_TIME_PARAMETERS: BluetoothUuid16 = BluetoothUuid16::new(0x2b8f);
1693
1694/// Bluetooth characteristic UUID.
1695///
1696/// `0x2b90` Device Time
1697pub const DEVICE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2b90);
1698
1699/// Bluetooth characteristic UUID.
1700///
1701/// `0x2b91` Device Time Control Point
1702pub const DEVICE_TIME_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2b91);
1703
1704/// Bluetooth characteristic UUID.
1705///
1706/// `0x2b92` Time Change Log Data
1707pub const TIME_CHANGE_LOG_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2b92);
1708
1709/// Bluetooth characteristic UUID.
1710///
1711/// `0x2b93` Media Player Name
1712pub const MEDIA_PLAYER_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2b93);
1713
1714/// Bluetooth characteristic UUID.
1715///
1716/// `0x2b94` Media Player Icon Object ID
1717pub const MEDIA_PLAYER_ICON_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b94);
1718
1719/// Bluetooth characteristic UUID.
1720///
1721/// `0x2b95` Media Player Icon URL
1722pub const MEDIA_PLAYER_ICON_URL: BluetoothUuid16 = BluetoothUuid16::new(0x2b95);
1723
1724/// Bluetooth characteristic UUID.
1725///
1726/// `0x2b96` Track Changed
1727pub const TRACK_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2b96);
1728
1729/// Bluetooth characteristic UUID.
1730///
1731/// `0x2b97` Track Title
1732pub const TRACK_TITLE: BluetoothUuid16 = BluetoothUuid16::new(0x2b97);
1733
1734/// Bluetooth characteristic UUID.
1735///
1736/// `0x2b98` Track Duration
1737pub const TRACK_DURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2b98);
1738
1739/// Bluetooth characteristic UUID.
1740///
1741/// `0x2b99` Track Position
1742pub const TRACK_POSITION: BluetoothUuid16 = BluetoothUuid16::new(0x2b99);
1743
1744/// Bluetooth characteristic UUID.
1745///
1746/// `0x2b9a` Playback Speed
1747pub const PLAYBACK_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2b9a);
1748
1749/// Bluetooth characteristic UUID.
1750///
1751/// `0x2b9b` Seeking Speed
1752pub const SEEKING_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2b9b);
1753
1754/// Bluetooth characteristic UUID.
1755///
1756/// `0x2b9c` Current Track Segments Object ID
1757pub const CURRENT_TRACK_SEGMENTS_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9c);
1758
1759/// Bluetooth characteristic UUID.
1760///
1761/// `0x2b9d` Current Track Object ID
1762pub const CURRENT_TRACK_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9d);
1763
1764/// Bluetooth characteristic UUID.
1765///
1766/// `0x2b9e` Next Track Object ID
1767pub const NEXT_TRACK_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9e);
1768
1769/// Bluetooth characteristic UUID.
1770///
1771/// `0x2b9f` Parent Group Object ID
1772pub const PARENT_GROUP_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2b9f);
1773
1774/// Bluetooth characteristic UUID.
1775///
1776/// `0x2ba0` Current Group Object ID
1777pub const CURRENT_GROUP_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2ba0);
1778
1779/// Bluetooth characteristic UUID.
1780///
1781/// `0x2ba1` Playing Order
1782pub const PLAYING_ORDER: BluetoothUuid16 = BluetoothUuid16::new(0x2ba1);
1783
1784/// Bluetooth characteristic UUID.
1785///
1786/// `0x2ba2` Playing Orders Supported
1787pub const PLAYING_ORDERS_SUPPORTED: BluetoothUuid16 = BluetoothUuid16::new(0x2ba2);
1788
1789/// Bluetooth characteristic UUID.
1790///
1791/// `0x2ba3` Media State
1792pub const MEDIA_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2ba3);
1793
1794/// Bluetooth characteristic UUID.
1795///
1796/// `0x2ba4` Media Control Point
1797pub const MEDIA_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ba4);
1798
1799/// Bluetooth characteristic UUID.
1800///
1801/// `0x2ba5` Media Control Point Opcodes Supported
1802pub const MEDIA_CONTROL_POINT_OPCODES_SUPPORTED: BluetoothUuid16 = BluetoothUuid16::new(0x2ba5);
1803
1804/// Bluetooth characteristic UUID.
1805///
1806/// `0x2ba6` Search Results Object ID
1807pub const SEARCH_RESULTS_OBJECT_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2ba6);
1808
1809/// Bluetooth characteristic UUID.
1810///
1811/// `0x2ba7` Search Control Point
1812pub const SEARCH_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2ba7);
1813
1814/// Bluetooth characteristic UUID.
1815///
1816/// `0x2ba8` Energy 32
1817pub const ENERGY_32: BluetoothUuid16 = BluetoothUuid16::new(0x2ba8);
1818
1819/// Bluetooth characteristic UUID.
1820///
1821/// `0x2bad` Constant Tone Extension Enable
1822pub const CONSTANT_TONE_EXTENSION_ENABLE: BluetoothUuid16 = BluetoothUuid16::new(0x2bad);
1823
1824/// Bluetooth characteristic UUID.
1825///
1826/// `0x2bae` Advertising Constant Tone Extension Minimum Length
1827pub const ADVERTISING_CONSTANT_TONE_EXTENSION_MINIMUM_LENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2bae);
1828
1829/// Bluetooth characteristic UUID.
1830///
1831/// `0x2baf` Advertising Constant Tone Extension Minimum Transmit Count
1832pub const ADVERTISING_CONSTANT_TONE_EXTENSION_MINIMUM_TRANSMIT_COUNT: BluetoothUuid16 = BluetoothUuid16::new(0x2baf);
1833
1834/// Bluetooth characteristic UUID.
1835///
1836/// `0x2bb0` Advertising Constant Tone Extension Transmit Duration
1837pub const ADVERTISING_CONSTANT_TONE_EXTENSION_TRANSMIT_DURATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bb0);
1838
1839/// Bluetooth characteristic UUID.
1840///
1841/// `0x2bb1` Advertising Constant Tone Extension Interval
1842pub const ADVERTISING_CONSTANT_TONE_EXTENSION_INTERVAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bb1);
1843
1844/// Bluetooth characteristic UUID.
1845///
1846/// `0x2bb2` Advertising Constant Tone Extension PHY
1847pub const ADVERTISING_CONSTANT_TONE_EXTENSION_PHY: BluetoothUuid16 = BluetoothUuid16::new(0x2bb2);
1848
1849/// Bluetooth characteristic UUID.
1850///
1851/// `0x2bb3` Bearer Provider Name
1852pub const BEARER_PROVIDER_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2bb3);
1853
1854/// Bluetooth characteristic UUID.
1855///
1856/// `0x2bb4` Bearer UCI
1857pub const BEARER_UCI: BluetoothUuid16 = BluetoothUuid16::new(0x2bb4);
1858
1859/// Bluetooth characteristic UUID.
1860///
1861/// `0x2bb5` Bearer Technology
1862pub const BEARER_TECHNOLOGY: BluetoothUuid16 = BluetoothUuid16::new(0x2bb5);
1863
1864/// Bluetooth characteristic UUID.
1865///
1866/// `0x2bb6` Bearer URI Schemes Supported List
1867pub const BEARER_URI_SCHEMES_SUPPORTED_LIST: BluetoothUuid16 = BluetoothUuid16::new(0x2bb6);
1868
1869/// Bluetooth characteristic UUID.
1870///
1871/// `0x2bb7` Bearer Signal Strength
1872pub const BEARER_SIGNAL_STRENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2bb7);
1873
1874/// Bluetooth characteristic UUID.
1875///
1876/// `0x2bb8` Bearer Signal Strength Reporting Interval
1877pub const BEARER_SIGNAL_STRENGTH_REPORTING_INTERVAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bb8);
1878
1879/// Bluetooth characteristic UUID.
1880///
1881/// `0x2bb9` Bearer List Current Calls
1882pub const BEARER_LIST_CURRENT_CALLS: BluetoothUuid16 = BluetoothUuid16::new(0x2bb9);
1883
1884/// Bluetooth characteristic UUID.
1885///
1886/// `0x2bba` Content Control ID
1887pub const CONTENT_CONTROL_ID: BluetoothUuid16 = BluetoothUuid16::new(0x2bba);
1888
1889/// Bluetooth characteristic UUID.
1890///
1891/// `0x2bbb` Status Flags
1892pub const STATUS_FLAGS: BluetoothUuid16 = BluetoothUuid16::new(0x2bbb);
1893
1894/// Bluetooth characteristic UUID.
1895///
1896/// `0x2bbc` Incoming Call Target Bearer URI
1897pub const INCOMING_CALL_TARGET_BEARER_URI: BluetoothUuid16 = BluetoothUuid16::new(0x2bbc);
1898
1899/// Bluetooth characteristic UUID.
1900///
1901/// `0x2bbd` Call State
1902pub const CALL_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2bbd);
1903
1904/// Bluetooth characteristic UUID.
1905///
1906/// `0x2bbe` Call Control Point
1907pub const CALL_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bbe);
1908
1909/// Bluetooth characteristic UUID.
1910///
1911/// `0x2bbf` Call Control Point Optional Opcodes
1912pub const CALL_CONTROL_POINT_OPTIONAL_OPCODES: BluetoothUuid16 = BluetoothUuid16::new(0x2bbf);
1913
1914/// Bluetooth characteristic UUID.
1915///
1916/// `0x2bc0` Termination Reason
1917pub const TERMINATION_REASON: BluetoothUuid16 = BluetoothUuid16::new(0x2bc0);
1918
1919/// Bluetooth characteristic UUID.
1920///
1921/// `0x2bc1` Incoming Call
1922pub const INCOMING_CALL: BluetoothUuid16 = BluetoothUuid16::new(0x2bc1);
1923
1924/// Bluetooth characteristic UUID.
1925///
1926/// `0x2bc2` Call Friendly Name
1927pub const CALL_FRIENDLY_NAME: BluetoothUuid16 = BluetoothUuid16::new(0x2bc2);
1928
1929/// Bluetooth characteristic UUID.
1930///
1931/// `0x2bc3` Mute
1932pub const MUTE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc3);
1933
1934/// Bluetooth characteristic UUID.
1935///
1936/// `0x2bc4` Sink ASE
1937pub const SINK_ASE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc4);
1938
1939/// Bluetooth characteristic UUID.
1940///
1941/// `0x2bc5` Source ASE
1942pub const SOURCE_ASE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc5);
1943
1944/// Bluetooth characteristic UUID.
1945///
1946/// `0x2bc6` ASE Control Point
1947pub const ASE_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bc6);
1948
1949/// Bluetooth characteristic UUID.
1950///
1951/// `0x2bc7` Broadcast Audio Scan Control Point
1952pub const BROADCAST_AUDIO_SCAN_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bc7);
1953
1954/// Bluetooth characteristic UUID.
1955///
1956/// `0x2bc8` Broadcast Receive State
1957pub const BROADCAST_RECEIVE_STATE: BluetoothUuid16 = BluetoothUuid16::new(0x2bc8);
1958
1959/// Bluetooth characteristic UUID.
1960///
1961/// `0x2bc9` Sink PAC
1962pub const SINK_PAC: BluetoothUuid16 = BluetoothUuid16::new(0x2bc9);
1963
1964/// Bluetooth characteristic UUID.
1965///
1966/// `0x2bca` Sink Audio Locations
1967pub const SINK_AUDIO_LOCATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2bca);
1968
1969/// Bluetooth characteristic UUID.
1970///
1971/// `0x2bcb` Source PAC
1972pub const SOURCE_PAC: BluetoothUuid16 = BluetoothUuid16::new(0x2bcb);
1973
1974/// Bluetooth characteristic UUID.
1975///
1976/// `0x2bcc` Source Audio Locations
1977pub const SOURCE_AUDIO_LOCATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2bcc);
1978
1979/// Bluetooth characteristic UUID.
1980///
1981/// `0x2bcd` Available Audio Contexts
1982pub const AVAILABLE_AUDIO_CONTEXTS: BluetoothUuid16 = BluetoothUuid16::new(0x2bcd);
1983
1984/// Bluetooth characteristic UUID.
1985///
1986/// `0x2bce` Supported Audio Contexts
1987pub const SUPPORTED_AUDIO_CONTEXTS: BluetoothUuid16 = BluetoothUuid16::new(0x2bce);
1988
1989/// Bluetooth characteristic UUID.
1990///
1991/// `0x2bcf` Ammonia Concentration
1992pub const AMMONIA_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bcf);
1993
1994/// Bluetooth characteristic UUID.
1995///
1996/// `0x2bd0` Carbon Monoxide Concentration
1997pub const CARBON_MONOXIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd0);
1998
1999/// Bluetooth characteristic UUID.
2000///
2001/// `0x2bd1` Methane Concentration
2002pub const METHANE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd1);
2003
2004/// Bluetooth characteristic UUID.
2005///
2006/// `0x2bd2` Nitrogen Dioxide Concentration
2007pub const NITROGEN_DIOXIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd2);
2008
2009/// Bluetooth characteristic UUID.
2010///
2011/// `0x2bd3` Non-Methane Volatile Organic Compounds Concentration
2012pub const NON_METHANE_VOLATILE_ORGANIC_COMPOUNDS_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd3);
2013
2014/// Bluetooth characteristic UUID.
2015///
2016/// `0x2bd4` Ozone Concentration
2017pub const OZONE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd4);
2018
2019/// Bluetooth characteristic UUID.
2020///
2021/// `0x2bd5` Particulate Matter - PM1 Concentration
2022pub const PARTICULATE_MATTER_PM1_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd5);
2023
2024/// Bluetooth characteristic UUID.
2025///
2026/// `0x2bd6` Particulate Matter - PM2.5 Concentration
2027pub const PARTICULATE_MATTER_PM25_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd6);
2028
2029/// Bluetooth characteristic UUID.
2030///
2031/// `0x2bd7` Particulate Matter - PM10 Concentration
2032pub const PARTICULATE_MATTER_PM10_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd7);
2033
2034/// Bluetooth characteristic UUID.
2035///
2036/// `0x2bd8` Sulfur Dioxide Concentration
2037pub const SULFUR_DIOXIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd8);
2038
2039/// Bluetooth characteristic UUID.
2040///
2041/// `0x2bd9` Sulfur Hexafluoride Concentration
2042pub const SULFUR_HEXAFLUORIDE_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bd9);
2043
2044/// Bluetooth characteristic UUID.
2045///
2046/// `0x2bda` Hearing Aid Features
2047pub const HEARING_AID_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2bda);
2048
2049/// Bluetooth characteristic UUID.
2050///
2051/// `0x2bdb` Hearing Aid Preset Control Point
2052pub const HEARING_AID_PRESET_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bdb);
2053
2054/// Bluetooth characteristic UUID.
2055///
2056/// `0x2bdc` Active Preset Index
2057pub const ACTIVE_PRESET_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x2bdc);
2058
2059/// Bluetooth characteristic UUID.
2060///
2061/// `0x2bdd` Stored Health Observations
2062pub const STORED_HEALTH_OBSERVATIONS: BluetoothUuid16 = BluetoothUuid16::new(0x2bdd);
2063
2064/// Bluetooth characteristic UUID.
2065///
2066/// `0x2bde` Fixed String 64
2067pub const FIXED_STRING_64: BluetoothUuid16 = BluetoothUuid16::new(0x2bde);
2068
2069/// Bluetooth characteristic UUID.
2070///
2071/// `0x2bdf` High Temperature
2072pub const HIGH_TEMPERATURE: BluetoothUuid16 = BluetoothUuid16::new(0x2bdf);
2073
2074/// Bluetooth characteristic UUID.
2075///
2076/// `0x2be0` High Voltage
2077pub const HIGH_VOLTAGE: BluetoothUuid16 = BluetoothUuid16::new(0x2be0);
2078
2079/// Bluetooth characteristic UUID.
2080///
2081/// `0x2be1` Light Distribution
2082pub const LIGHT_DISTRIBUTION: BluetoothUuid16 = BluetoothUuid16::new(0x2be1);
2083
2084/// Bluetooth characteristic UUID.
2085///
2086/// `0x2be2` Light Output
2087pub const LIGHT_OUTPUT: BluetoothUuid16 = BluetoothUuid16::new(0x2be2);
2088
2089/// Bluetooth characteristic UUID.
2090///
2091/// `0x2be3` Light Source Type
2092pub const LIGHT_SOURCE_TYPE: BluetoothUuid16 = BluetoothUuid16::new(0x2be3);
2093
2094/// Bluetooth characteristic UUID.
2095///
2096/// `0x2be4` Noise
2097pub const NOISE: BluetoothUuid16 = BluetoothUuid16::new(0x2be4);
2098
2099/// Bluetooth characteristic UUID.
2100///
2101/// `0x2be5` Relative Runtime in a Correlated Color Temperature Range
2102pub const RELATIVE_RUNTIME_IN_A_CORRELATED_COLOR_TEMPERATURE_RANGE: BluetoothUuid16 = BluetoothUuid16::new(0x2be5);
2103
2104/// Bluetooth characteristic UUID.
2105///
2106/// `0x2be6` Time Second 32
2107pub const TIME_SECOND_32: BluetoothUuid16 = BluetoothUuid16::new(0x2be6);
2108
2109/// Bluetooth characteristic UUID.
2110///
2111/// `0x2be7` VOC Concentration
2112pub const VOC_CONCENTRATION: BluetoothUuid16 = BluetoothUuid16::new(0x2be7);
2113
2114/// Bluetooth characteristic UUID.
2115///
2116/// `0x2be8` Voltage Frequency
2117pub const VOLTAGE_FREQUENCY: BluetoothUuid16 = BluetoothUuid16::new(0x2be8);
2118
2119/// Bluetooth characteristic UUID.
2120///
2121/// `0x2be9` Battery Critical Status
2122pub const BATTERY_CRITICAL_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2be9);
2123
2124/// Bluetooth characteristic UUID.
2125///
2126/// `0x2bea` Battery Health Status
2127pub const BATTERY_HEALTH_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bea);
2128
2129/// Bluetooth characteristic UUID.
2130///
2131/// `0x2beb` Battery Health Information
2132pub const BATTERY_HEALTH_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2beb);
2133
2134/// Bluetooth characteristic UUID.
2135///
2136/// `0x2bec` Battery Information
2137pub const BATTERY_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bec);
2138
2139/// Bluetooth characteristic UUID.
2140///
2141/// `0x2bed` Battery Level Status
2142pub const BATTERY_LEVEL_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bed);
2143
2144/// Bluetooth characteristic UUID.
2145///
2146/// `0x2bee` Battery Time Status
2147pub const BATTERY_TIME_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bee);
2148
2149/// Bluetooth characteristic UUID.
2150///
2151/// `0x2bef` Estimated Service Date
2152pub const ESTIMATED_SERVICE_DATE: BluetoothUuid16 = BluetoothUuid16::new(0x2bef);
2153
2154/// Bluetooth characteristic UUID.
2155///
2156/// `0x2bf0` Battery Energy Status
2157pub const BATTERY_ENERGY_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2bf0);
2158
2159/// Bluetooth characteristic UUID.
2160///
2161/// `0x2bf1` Observation Schedule Changed
2162pub const OBSERVATION_SCHEDULE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2bf1);
2163
2164/// Bluetooth characteristic UUID.
2165///
2166/// `0x2bf2` Current Elapsed Time
2167pub const CURRENT_ELAPSED_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2bf2);
2168
2169/// Bluetooth characteristic UUID.
2170///
2171/// `0x2bf3` Health Sensor Features
2172pub const HEALTH_SENSOR_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2bf3);
2173
2174/// Bluetooth characteristic UUID.
2175///
2176/// `0x2bf4` GHS Control Point
2177pub const GHS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bf4);
2178
2179/// Bluetooth characteristic UUID.
2180///
2181/// `0x2bf5` LE GATT Security Levels
2182pub const LE_GATT_SECURITY_LEVELS: BluetoothUuid16 = BluetoothUuid16::new(0x2bf5);
2183
2184/// Bluetooth characteristic UUID.
2185///
2186/// `0x2bf6` ESL Address
2187pub const ESL_ADDRESS: BluetoothUuid16 = BluetoothUuid16::new(0x2bf6);
2188
2189/// Bluetooth characteristic UUID.
2190///
2191/// `0x2bf7` AP Sync Key Material
2192pub const AP_SYNC_KEY_MATERIAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bf7);
2193
2194/// Bluetooth characteristic UUID.
2195///
2196/// `0x2bf8` ESL Response Key Material
2197pub const ESL_RESPONSE_KEY_MATERIAL: BluetoothUuid16 = BluetoothUuid16::new(0x2bf8);
2198
2199/// Bluetooth characteristic UUID.
2200///
2201/// `0x2bf9` ESL Current Absolute Time
2202pub const ESL_CURRENT_ABSOLUTE_TIME: BluetoothUuid16 = BluetoothUuid16::new(0x2bf9);
2203
2204/// Bluetooth characteristic UUID.
2205///
2206/// `0x2bfa` ESL Display Information
2207pub const ESL_DISPLAY_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfa);
2208
2209/// Bluetooth characteristic UUID.
2210///
2211/// `0x2bfb` ESL Image Information
2212pub const ESL_IMAGE_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfb);
2213
2214/// Bluetooth characteristic UUID.
2215///
2216/// `0x2bfc` ESL Sensor Information
2217pub const ESL_SENSOR_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfc);
2218
2219/// Bluetooth characteristic UUID.
2220///
2221/// `0x2bfd` ESL LED Information
2222pub const ESL_LED_INFORMATION: BluetoothUuid16 = BluetoothUuid16::new(0x2bfd);
2223
2224/// Bluetooth characteristic UUID.
2225///
2226/// `0x2bfe` ESL Control Point
2227pub const ESL_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2bfe);
2228
2229/// Bluetooth characteristic UUID.
2230///
2231/// `0x2bff` UDI for Medical Devices
2232pub const UDI_FOR_MEDICAL_DEVICES: BluetoothUuid16 = BluetoothUuid16::new(0x2bff);
2233
2234/// Bluetooth characteristic UUID.
2235///
2236/// `0x2c00` GMAP Role
2237pub const GMAP_ROLE: BluetoothUuid16 = BluetoothUuid16::new(0x2c00);
2238
2239/// Bluetooth characteristic UUID.
2240///
2241/// `0x2c01` UGG Features
2242pub const UGG_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c01);
2243
2244/// Bluetooth characteristic UUID.
2245///
2246/// `0x2c02` UGT Features
2247pub const UGT_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c02);
2248
2249/// Bluetooth characteristic UUID.
2250///
2251/// `0x2c03` BGS Features
2252pub const BGS_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c03);
2253
2254/// Bluetooth characteristic UUID.
2255///
2256/// `0x2c04` BGR Features
2257pub const BGR_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c04);
2258
2259/// Bluetooth characteristic UUID.
2260///
2261/// `0x2c05` Percentage 8 Steps
2262pub const PERCENTAGE_8_STEPS: BluetoothUuid16 = BluetoothUuid16::new(0x2c05);
2263
2264/// Bluetooth characteristic UUID.
2265///
2266/// `0x2c06` Acceleration
2267pub const ACCELERATION: BluetoothUuid16 = BluetoothUuid16::new(0x2c06);
2268
2269/// Bluetooth characteristic UUID.
2270///
2271/// `0x2c07` Force
2272pub const FORCE: BluetoothUuid16 = BluetoothUuid16::new(0x2c07);
2273
2274/// Bluetooth characteristic UUID.
2275///
2276/// `0x2c08` Linear Position
2277pub const LINEAR_POSITION: BluetoothUuid16 = BluetoothUuid16::new(0x2c08);
2278
2279/// Bluetooth characteristic UUID.
2280///
2281/// `0x2c09` Rotational Speed
2282pub const ROTATIONAL_SPEED: BluetoothUuid16 = BluetoothUuid16::new(0x2c09);
2283
2284/// Bluetooth characteristic UUID.
2285///
2286/// `0x2c0a` Length
2287pub const LENGTH: BluetoothUuid16 = BluetoothUuid16::new(0x2c0a);
2288
2289/// Bluetooth characteristic UUID.
2290///
2291/// `0x2c0b` Torque
2292pub const TORQUE: BluetoothUuid16 = BluetoothUuid16::new(0x2c0b);
2293
2294/// Bluetooth characteristic UUID.
2295///
2296/// `0x2c0c` IMD Status
2297pub const IMD_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2c0c);
2298
2299/// Bluetooth characteristic UUID.
2300///
2301/// `0x2c0d` IMDS Descriptor Value Changed
2302pub const IMDS_DESCRIPTOR_VALUE_CHANGED: BluetoothUuid16 = BluetoothUuid16::new(0x2c0d);
2303
2304/// Bluetooth characteristic UUID.
2305///
2306/// `0x2c0e` First Use Date
2307pub const FIRST_USE_DATE: BluetoothUuid16 = BluetoothUuid16::new(0x2c0e);
2308
2309/// Bluetooth characteristic UUID.
2310///
2311/// `0x2c0f` Life Cycle Data
2312pub const LIFE_CYCLE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c0f);
2313
2314/// Bluetooth characteristic UUID.
2315///
2316/// `0x2c10` Work Cycle Data
2317pub const WORK_CYCLE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c10);
2318
2319/// Bluetooth characteristic UUID.
2320///
2321/// `0x2c11` Service Cycle Data
2322pub const SERVICE_CYCLE_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c11);
2323
2324/// Bluetooth characteristic UUID.
2325///
2326/// `0x2c12` IMD Control
2327pub const IMD_CONTROL: BluetoothUuid16 = BluetoothUuid16::new(0x2c12);
2328
2329/// Bluetooth characteristic UUID.
2330///
2331/// `0x2c13` IMD Historical Data
2332pub const IMD_HISTORICAL_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c13);
2333
2334/// Bluetooth characteristic UUID.
2335///
2336/// `0x2c14` RAS Features
2337pub const RAS_FEATURES: BluetoothUuid16 = BluetoothUuid16::new(0x2c14);
2338
2339/// Bluetooth characteristic UUID.
2340///
2341/// `0x2c15` Real-time Ranging Data
2342pub const REAL_TIME_RANGING_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c15);
2343
2344/// Bluetooth characteristic UUID.
2345///
2346/// `0x2c16` On-demand Ranging Data
2347pub const ON_DEMAND_RANGING_DATA: BluetoothUuid16 = BluetoothUuid16::new(0x2c16);
2348
2349/// Bluetooth characteristic UUID.
2350///
2351/// `0x2c17` RAS Control Point
2352pub const RAS_CONTROL_POINT: BluetoothUuid16 = BluetoothUuid16::new(0x2c17);
2353
2354/// Bluetooth characteristic UUID.
2355///
2356/// `0x2c18` Ranging Data Ready
2357pub const RANGING_DATA_READY: BluetoothUuid16 = BluetoothUuid16::new(0x2c18);
2358
2359/// Bluetooth characteristic UUID.
2360///
2361/// `0x2c19` Ranging Data Overwritten
2362pub const RANGING_DATA_OVERWRITTEN: BluetoothUuid16 = BluetoothUuid16::new(0x2c19);
2363
2364/// Bluetooth characteristic UUID.
2365///
2366/// `0x2c1b` Humidity 8
2367pub const HUMIDITY_8: BluetoothUuid16 = BluetoothUuid16::new(0x2c1b);
2368
2369/// Bluetooth characteristic UUID.
2370///
2371/// `0x2c1c` Illuminance 16
2372pub const ILLUMINANCE_16: BluetoothUuid16 = BluetoothUuid16::new(0x2c1c);
2373
2374/// Bluetooth characteristic UUID.
2375///
2376/// `0x2c1d` Acceleration 3D
2377pub const ACCELERATION_3D: BluetoothUuid16 = BluetoothUuid16::new(0x2c1d);
2378
2379/// Bluetooth characteristic UUID.
2380///
2381/// `0x2c1e` Precise Acceleration 3D
2382pub const PRECISE_ACCELERATION_3D: BluetoothUuid16 = BluetoothUuid16::new(0x2c1e);
2383
2384/// Bluetooth characteristic UUID.
2385///
2386/// `0x2c1f` Acceleration Detection Status
2387pub const ACCELERATION_DETECTION_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2c1f);
2388
2389/// Bluetooth characteristic UUID.
2390///
2391/// `0x2c20` Door/Window Status
2392pub const DOORWINDOW_STATUS: BluetoothUuid16 = BluetoothUuid16::new(0x2c20);
2393
2394/// Bluetooth characteristic UUID.
2395///
2396/// `0x2c21` Pushbutton Status 8
2397pub const PUSHBUTTON_STATUS_8: BluetoothUuid16 = BluetoothUuid16::new(0x2c21);
2398
2399/// Bluetooth characteristic UUID.
2400///
2401/// `0x2c22` Contact Status 8
2402pub const CONTACT_STATUS_8: BluetoothUuid16 = BluetoothUuid16::new(0x2c22);
2403
2404/// Bluetooth characteristic UUID.
2405///
2406/// `0x2c23` HID ISO Properties
2407pub const HID_ISO_PROPERTIES: BluetoothUuid16 = BluetoothUuid16::new(0x2c23);
2408
2409/// Bluetooth characteristic UUID.
2410///
2411/// `0x2c24` LE HID Operation Mode
2412pub const LE_HID_OPERATION_MODE: BluetoothUuid16 = BluetoothUuid16::new(0x2c24);