btuuid/
units.rs

1//! UUIDs for the units 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: c222aeca24f1baa149d6599ad8ee2458cf5a0fdf
6
7use super::BluetoothUuid16;
8
9/// Bluetooth units UUID.
10///
11/// `0x2700` unitless
12pub const UNITLESS: BluetoothUuid16 = BluetoothUuid16::new(0x2700);
13
14/// Bluetooth units UUID.
15///
16/// `0x2701` length (metre)
17pub const LENGTH_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2701);
18
19/// Bluetooth units UUID.
20///
21/// `0x2702` mass (kilogram)
22pub const MASS_KILOGRAM: BluetoothUuid16 = BluetoothUuid16::new(0x2702);
23
24/// Bluetooth units UUID.
25///
26/// `0x2703` time (second)
27pub const TIME_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x2703);
28
29/// Bluetooth units UUID.
30///
31/// `0x2704` electric current (ampere)
32pub const ELECTRIC_CURRENT_AMPERE: BluetoothUuid16 = BluetoothUuid16::new(0x2704);
33
34/// Bluetooth units UUID.
35///
36/// `0x2705` thermodynamic temperature (kelvin)
37pub const THERMODYNAMIC_TEMPERATURE_KELVIN: BluetoothUuid16 = BluetoothUuid16::new(0x2705);
38
39/// Bluetooth units UUID.
40///
41/// `0x2706` amount of substance (mole)
42pub const AMOUNT_OF_SUBSTANCE_MOLE: BluetoothUuid16 = BluetoothUuid16::new(0x2706);
43
44/// Bluetooth units UUID.
45///
46/// `0x2707` luminous intensity (candela)
47pub const LUMINOUS_INTENSITY_CANDELA: BluetoothUuid16 = BluetoothUuid16::new(0x2707);
48
49/// Bluetooth units UUID.
50///
51/// `0x2710` area (square metres)
52pub const AREA_SQUARE_METRES: BluetoothUuid16 = BluetoothUuid16::new(0x2710);
53
54/// Bluetooth units UUID.
55///
56/// `0x2711` volume (cubic metres)
57pub const VOLUME_CUBIC_METRES: BluetoothUuid16 = BluetoothUuid16::new(0x2711);
58
59/// Bluetooth units UUID.
60///
61/// `0x2712` velocity (metres per second)
62pub const VELOCITY_METRES_PER_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x2712);
63
64/// Bluetooth units UUID.
65///
66/// `0x2713` acceleration (metres per second squared)
67pub const ACCELERATION_METRES_PER_SECOND_SQUARED: BluetoothUuid16 = BluetoothUuid16::new(0x2713);
68
69/// Bluetooth units UUID.
70///
71/// `0x2714` wavenumber (reciprocal metre)
72pub const WAVENUMBER_RECIPROCAL_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2714);
73
74/// Bluetooth units UUID.
75///
76/// `0x2715` density (kilogram per cubic metre)
77pub const DENSITY_KILOGRAM_PER_CUBIC_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2715);
78
79/// Bluetooth units UUID.
80///
81/// `0x2716` surface density (kilogram per square metre)
82pub const SURFACE_DENSITY_KILOGRAM_PER_SQUARE_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2716);
83
84/// Bluetooth units UUID.
85///
86/// `0x2717` specific volume (cubic metre per kilogram)
87pub const SPECIFIC_VOLUME_CUBIC_METRE_PER_KILOGRAM: BluetoothUuid16 = BluetoothUuid16::new(0x2717);
88
89/// Bluetooth units UUID.
90///
91/// `0x2718` current density (ampere per square metre)
92pub const CURRENT_DENSITY_AMPERE_PER_SQUARE_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2718);
93
94/// Bluetooth units UUID.
95///
96/// `0x2719` magnetic field strength (ampere per metre)
97pub const MAGNETIC_FIELD_STRENGTH_AMPERE_PER_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2719);
98
99/// Bluetooth units UUID.
100///
101/// `0x271a` amount concentration (mole per cubic metre)
102pub const AMOUNT_CONCENTRATION_MOLE_PER_CUBIC_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x271a);
103
104/// Bluetooth units UUID.
105///
106/// `0x271b` mass concentration (kilogram per cubic metre)
107pub const MASS_CONCENTRATION_KILOGRAM_PER_CUBIC_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x271b);
108
109/// Bluetooth units UUID.
110///
111/// `0x271c` luminance (candela per square metre)
112pub const LUMINANCE_CANDELA_PER_SQUARE_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x271c);
113
114/// Bluetooth units UUID.
115///
116/// `0x271d` refractive index
117pub const REFRACTIVE_INDEX: BluetoothUuid16 = BluetoothUuid16::new(0x271d);
118
119/// Bluetooth units UUID.
120///
121/// `0x271e` relative permeability
122pub const RELATIVE_PERMEABILITY: BluetoothUuid16 = BluetoothUuid16::new(0x271e);
123
124/// Bluetooth units UUID.
125///
126/// `0x2720` plane angle (radian)
127pub const PLANE_ANGLE_RADIAN: BluetoothUuid16 = BluetoothUuid16::new(0x2720);
128
129/// Bluetooth units UUID.
130///
131/// `0x2721` solid angle (steradian)
132pub const SOLID_ANGLE_STERADIAN: BluetoothUuid16 = BluetoothUuid16::new(0x2721);
133
134/// Bluetooth units UUID.
135///
136/// `0x2722` frequency (hertz)
137pub const FREQUENCY_HERTZ: BluetoothUuid16 = BluetoothUuid16::new(0x2722);
138
139/// Bluetooth units UUID.
140///
141/// `0x2723` force (newton)
142pub const FORCE_NEWTON: BluetoothUuid16 = BluetoothUuid16::new(0x2723);
143
144/// Bluetooth units UUID.
145///
146/// `0x2724` pressure (pascal)
147pub const PRESSURE_PASCAL: BluetoothUuid16 = BluetoothUuid16::new(0x2724);
148
149/// Bluetooth units UUID.
150///
151/// `0x2725` energy (joule)
152pub const ENERGY_JOULE: BluetoothUuid16 = BluetoothUuid16::new(0x2725);
153
154/// Bluetooth units UUID.
155///
156/// `0x2726` power (watt)
157pub const POWER_WATT: BluetoothUuid16 = BluetoothUuid16::new(0x2726);
158
159/// Bluetooth units UUID.
160///
161/// `0x2727` electric charge (coulomb)
162pub const ELECTRIC_CHARGE_COULOMB: BluetoothUuid16 = BluetoothUuid16::new(0x2727);
163
164/// Bluetooth units UUID.
165///
166/// `0x2728` electric potential difference (volt)
167pub const ELECTRIC_POTENTIAL_DIFFERENCE_VOLT: BluetoothUuid16 = BluetoothUuid16::new(0x2728);
168
169/// Bluetooth units UUID.
170///
171/// `0x2729` capacitance (farad)
172pub const CAPACITANCE_FARAD: BluetoothUuid16 = BluetoothUuid16::new(0x2729);
173
174/// Bluetooth units UUID.
175///
176/// `0x272a` electric resistance (ohm)
177pub const ELECTRIC_RESISTANCE_OHM: BluetoothUuid16 = BluetoothUuid16::new(0x272a);
178
179/// Bluetooth units UUID.
180///
181/// `0x272b` electric conductance (siemens)
182pub const ELECTRIC_CONDUCTANCE_SIEMENS: BluetoothUuid16 = BluetoothUuid16::new(0x272b);
183
184/// Bluetooth units UUID.
185///
186/// `0x272c` magnetic flux (weber)
187pub const MAGNETIC_FLUX_WEBER: BluetoothUuid16 = BluetoothUuid16::new(0x272c);
188
189/// Bluetooth units UUID.
190///
191/// `0x272d` magnetic flux density (tesla)
192pub const MAGNETIC_FLUX_DENSITY_TESLA: BluetoothUuid16 = BluetoothUuid16::new(0x272d);
193
194/// Bluetooth units UUID.
195///
196/// `0x272e` inductance (henry)
197pub const INDUCTANCE_HENRY: BluetoothUuid16 = BluetoothUuid16::new(0x272e);
198
199/// Bluetooth units UUID.
200///
201/// `0x272f` Celsius temperature (degree Celsius)
202pub const CELSIUS_TEMPERATURE_DEGREE_CELSIUS: BluetoothUuid16 = BluetoothUuid16::new(0x272f);
203
204/// Bluetooth units UUID.
205///
206/// `0x2730` luminous flux (lumen)
207pub const LUMINOUS_FLUX_LUMEN: BluetoothUuid16 = BluetoothUuid16::new(0x2730);
208
209/// Bluetooth units UUID.
210///
211/// `0x2731` illuminance (lux)
212pub const ILLUMINANCE_LUX: BluetoothUuid16 = BluetoothUuid16::new(0x2731);
213
214/// Bluetooth units UUID.
215///
216/// `0x2732` activity referred to a radionuclide (becquerel)
217pub const ACTIVITY_REFERRED_TO_A_RADIONUCLIDE_BECQUEREL: BluetoothUuid16 = BluetoothUuid16::new(0x2732);
218
219/// Bluetooth units UUID.
220///
221/// `0x2733` absorbed dose (gray)
222pub const ABSORBED_DOSE_GRAY: BluetoothUuid16 = BluetoothUuid16::new(0x2733);
223
224/// Bluetooth units UUID.
225///
226/// `0x2734` dose equivalent (sievert)
227pub const DOSE_EQUIVALENT_SIEVERT: BluetoothUuid16 = BluetoothUuid16::new(0x2734);
228
229/// Bluetooth units UUID.
230///
231/// `0x2735` catalytic activity (katal)
232pub const CATALYTIC_ACTIVITY_KATAL: BluetoothUuid16 = BluetoothUuid16::new(0x2735);
233
234/// Bluetooth units UUID.
235///
236/// `0x2740` dynamic viscosity (pascal second)
237pub const DYNAMIC_VISCOSITY_PASCAL_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x2740);
238
239/// Bluetooth units UUID.
240///
241/// `0x2741` moment of force (newton metre)
242pub const MOMENT_OF_FORCE_NEWTON_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2741);
243
244/// Bluetooth units UUID.
245///
246/// `0x2742` surface tension (newton per metre)
247pub const SURFACE_TENSION_NEWTON_PER_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2742);
248
249/// Bluetooth units UUID.
250///
251/// `0x2743` angular velocity (radian per second)
252pub const ANGULAR_VELOCITY_RADIAN_PER_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x2743);
253
254/// Bluetooth units UUID.
255///
256/// `0x2744` angular acceleration (radian per second squared)
257pub const ANGULAR_ACCELERATION_RADIAN_PER_SECOND_SQUARED: BluetoothUuid16 = BluetoothUuid16::new(0x2744);
258
259/// Bluetooth units UUID.
260///
261/// `0x2745` heat flux density (watt per square metre)
262pub const HEAT_FLUX_DENSITY_WATT_PER_SQUARE_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2745);
263
264/// Bluetooth units UUID.
265///
266/// `0x2746` heat capacity (joule per kelvin)
267pub const HEAT_CAPACITY_JOULE_PER_KELVIN: BluetoothUuid16 = BluetoothUuid16::new(0x2746);
268
269/// Bluetooth units UUID.
270///
271/// `0x2747` specific heat capacity (joule per kilogram kelvin)
272pub const SPECIFIC_HEAT_CAPACITY_JOULE_PER_KILOGRAM_KELVIN: BluetoothUuid16 = BluetoothUuid16::new(0x2747);
273
274/// Bluetooth units UUID.
275///
276/// `0x2748` specific energy (joule per kilogram)
277pub const SPECIFIC_ENERGY_JOULE_PER_KILOGRAM: BluetoothUuid16 = BluetoothUuid16::new(0x2748);
278
279/// Bluetooth units UUID.
280///
281/// `0x2749` thermal conductivity (watt per metre kelvin)
282pub const THERMAL_CONDUCTIVITY_WATT_PER_METRE_KELVIN: BluetoothUuid16 = BluetoothUuid16::new(0x2749);
283
284/// Bluetooth units UUID.
285///
286/// `0x274a` energy density (joule per cubic metre)
287pub const ENERGY_DENSITY_JOULE_PER_CUBIC_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x274a);
288
289/// Bluetooth units UUID.
290///
291/// `0x274b` electric field strength (volt per metre)
292pub const ELECTRIC_FIELD_STRENGTH_VOLT_PER_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x274b);
293
294/// Bluetooth units UUID.
295///
296/// `0x274c` electric charge density (coulomb per cubic metre)
297pub const ELECTRIC_CHARGE_DENSITY_COULOMB_PER_CUBIC_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x274c);
298
299/// Bluetooth units UUID.
300///
301/// `0x274d` surface charge density (coulomb per square metre)
302pub const SURFACE_CHARGE_DENSITY_COULOMB_PER_SQUARE_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x274d);
303
304/// Bluetooth units UUID.
305///
306/// `0x274e` electric flux density (coulomb per square metre)
307pub const ELECTRIC_FLUX_DENSITY_COULOMB_PER_SQUARE_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x274e);
308
309/// Bluetooth units UUID.
310///
311/// `0x274f` permittivity (farad per metre)
312pub const PERMITTIVITY_FARAD_PER_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x274f);
313
314/// Bluetooth units UUID.
315///
316/// `0x2750` permeability (henry per metre)
317pub const PERMEABILITY_HENRY_PER_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2750);
318
319/// Bluetooth units UUID.
320///
321/// `0x2751` molar energy (joule per mole)
322pub const MOLAR_ENERGY_JOULE_PER_MOLE: BluetoothUuid16 = BluetoothUuid16::new(0x2751);
323
324/// Bluetooth units UUID.
325///
326/// `0x2752` molar entropy (joule per mole kelvin)
327pub const MOLAR_ENTROPY_JOULE_PER_MOLE_KELVIN: BluetoothUuid16 = BluetoothUuid16::new(0x2752);
328
329/// Bluetooth units UUID.
330///
331/// `0x2753` exposure (coulomb per kilogram)
332pub const EXPOSURE_COULOMB_PER_KILOGRAM: BluetoothUuid16 = BluetoothUuid16::new(0x2753);
333
334/// Bluetooth units UUID.
335///
336/// `0x2754` absorbed dose rate (gray per second)
337pub const ABSORBED_DOSE_RATE_GRAY_PER_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x2754);
338
339/// Bluetooth units UUID.
340///
341/// `0x2755` radiant intensity (watt per steradian)
342pub const RADIANT_INTENSITY_WATT_PER_STERADIAN: BluetoothUuid16 = BluetoothUuid16::new(0x2755);
343
344/// Bluetooth units UUID.
345///
346/// `0x2756` radiance (watt per square metre steradian)
347pub const RADIANCE_WATT_PER_SQUARE_METRE_STERADIAN: BluetoothUuid16 = BluetoothUuid16::new(0x2756);
348
349/// Bluetooth units UUID.
350///
351/// `0x2757` catalytic activity concentration (katal per cubic metre)
352pub const CATALYTIC_ACTIVITY_CONCENTRATION_KATAL_PER_CUBIC_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x2757);
353
354/// Bluetooth units UUID.
355///
356/// `0x2760` time (minute)
357pub const TIME_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x2760);
358
359/// Bluetooth units UUID.
360///
361/// `0x2761` time (hour)
362pub const TIME_HOUR: BluetoothUuid16 = BluetoothUuid16::new(0x2761);
363
364/// Bluetooth units UUID.
365///
366/// `0x2762` time (day)
367pub const TIME_DAY: BluetoothUuid16 = BluetoothUuid16::new(0x2762);
368
369/// Bluetooth units UUID.
370///
371/// `0x2763` plane angle (degree)
372pub const PLANE_ANGLE_DEGREE: BluetoothUuid16 = BluetoothUuid16::new(0x2763);
373
374/// Bluetooth units UUID.
375///
376/// `0x2764` plane angle (minute)
377pub const PLANE_ANGLE_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x2764);
378
379/// Bluetooth units UUID.
380///
381/// `0x2765` plane angle (second)
382pub const PLANE_ANGLE_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x2765);
383
384/// Bluetooth units UUID.
385///
386/// `0x2766` area (hectare)
387pub const AREA_HECTARE: BluetoothUuid16 = BluetoothUuid16::new(0x2766);
388
389/// Bluetooth units UUID.
390///
391/// `0x2767` volume (litre)
392pub const VOLUME_LITRE: BluetoothUuid16 = BluetoothUuid16::new(0x2767);
393
394/// Bluetooth units UUID.
395///
396/// `0x2768` mass (tonne)
397pub const MASS_TONNE: BluetoothUuid16 = BluetoothUuid16::new(0x2768);
398
399/// Bluetooth units UUID.
400///
401/// `0x2780` pressure (bar)
402pub const PRESSURE_BAR: BluetoothUuid16 = BluetoothUuid16::new(0x2780);
403
404/// Bluetooth units UUID.
405///
406/// `0x2781` pressure (millimetre of mercury)
407pub const PRESSURE_MILLIMETRE_OF_MERCURY: BluetoothUuid16 = BluetoothUuid16::new(0x2781);
408
409/// Bluetooth units UUID.
410///
411/// `0x2782` length (ångström)
412pub const LENGTH_ANGSTROM: BluetoothUuid16 = BluetoothUuid16::new(0x2782);
413
414/// Bluetooth units UUID.
415///
416/// `0x2783` length (nautical mile)
417pub const LENGTH_NAUTICAL_MILE: BluetoothUuid16 = BluetoothUuid16::new(0x2783);
418
419/// Bluetooth units UUID.
420///
421/// `0x2784` area (barn)
422pub const AREA_BARN: BluetoothUuid16 = BluetoothUuid16::new(0x2784);
423
424/// Bluetooth units UUID.
425///
426/// `0x2785` velocity (knot)
427pub const VELOCITY_KNOT: BluetoothUuid16 = BluetoothUuid16::new(0x2785);
428
429/// Bluetooth units UUID.
430///
431/// `0x2786` logarithmic radio quantity (neper)
432pub const LOGARITHMIC_RADIO_QUANTITY_NEPER: BluetoothUuid16 = BluetoothUuid16::new(0x2786);
433
434/// Bluetooth units UUID.
435///
436/// `0x2787` logarithmic radio quantity (bel)
437pub const LOGARITHMIC_RADIO_QUANTITY_BEL: BluetoothUuid16 = BluetoothUuid16::new(0x2787);
438
439/// Bluetooth units UUID.
440///
441/// `0x27a0` length (yard)
442pub const LENGTH_YARD: BluetoothUuid16 = BluetoothUuid16::new(0x27a0);
443
444/// Bluetooth units UUID.
445///
446/// `0x27a1` length (parsec)
447pub const LENGTH_PARSEC: BluetoothUuid16 = BluetoothUuid16::new(0x27a1);
448
449/// Bluetooth units UUID.
450///
451/// `0x27a2` length (inch)
452pub const LENGTH_INCH: BluetoothUuid16 = BluetoothUuid16::new(0x27a2);
453
454/// Bluetooth units UUID.
455///
456/// `0x27a3` length (foot)
457pub const LENGTH_FOOT: BluetoothUuid16 = BluetoothUuid16::new(0x27a3);
458
459/// Bluetooth units UUID.
460///
461/// `0x27a4` length (mile)
462pub const LENGTH_MILE: BluetoothUuid16 = BluetoothUuid16::new(0x27a4);
463
464/// Bluetooth units UUID.
465///
466/// `0x27a5` pressure (pound-force per square inch)
467pub const PRESSURE_POUND_FORCE_PER_SQUARE_INCH: BluetoothUuid16 = BluetoothUuid16::new(0x27a5);
468
469/// Bluetooth units UUID.
470///
471/// `0x27a6` velocity (kilometre per hour)
472pub const VELOCITY_KILOMETRE_PER_HOUR: BluetoothUuid16 = BluetoothUuid16::new(0x27a6);
473
474/// Bluetooth units UUID.
475///
476/// `0x27a7` velocity (mile per hour)
477pub const VELOCITY_MILE_PER_HOUR: BluetoothUuid16 = BluetoothUuid16::new(0x27a7);
478
479/// Bluetooth units UUID.
480///
481/// `0x27a8` angular velocity (revolution per minute)
482pub const ANGULAR_VELOCITY_REVOLUTION_PER_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x27a8);
483
484/// Bluetooth units UUID.
485///
486/// `0x27a9` energy (gram calorie)
487pub const ENERGY_GRAM_CALORIE: BluetoothUuid16 = BluetoothUuid16::new(0x27a9);
488
489/// Bluetooth units UUID.
490///
491/// `0x27aa` energy (kilogram calorie)
492pub const ENERGY_KILOGRAM_CALORIE: BluetoothUuid16 = BluetoothUuid16::new(0x27aa);
493
494/// Bluetooth units UUID.
495///
496/// `0x27ab` energy (kilowatt hour)
497pub const ENERGY_KILOWATT_HOUR: BluetoothUuid16 = BluetoothUuid16::new(0x27ab);
498
499/// Bluetooth units UUID.
500///
501/// `0x27ac` thermodynamic temperature (degree Fahrenheit)
502pub const THERMODYNAMIC_TEMPERATURE_DEGREE_FAHRENHEIT: BluetoothUuid16 = BluetoothUuid16::new(0x27ac);
503
504/// Bluetooth units UUID.
505///
506/// `0x27ad` percentage
507pub const PERCENTAGE: BluetoothUuid16 = BluetoothUuid16::new(0x27ad);
508
509/// Bluetooth units UUID.
510///
511/// `0x27ae` per mille
512pub const PER_MILLE: BluetoothUuid16 = BluetoothUuid16::new(0x27ae);
513
514/// Bluetooth units UUID.
515///
516/// `0x27af` period (beats per minute)
517pub const PERIOD_BEATS_PER_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x27af);
518
519/// Bluetooth units UUID.
520///
521/// `0x27b0` electric charge (ampere hours)
522pub const ELECTRIC_CHARGE_AMPERE_HOURS: BluetoothUuid16 = BluetoothUuid16::new(0x27b0);
523
524/// Bluetooth units UUID.
525///
526/// `0x27b1` mass density (milligram per decilitre)
527pub const MASS_DENSITY_MILLIGRAM_PER_DECILITRE: BluetoothUuid16 = BluetoothUuid16::new(0x27b1);
528
529/// Bluetooth units UUID.
530///
531/// `0x27b2` mass density (millimole per litre)
532pub const MASS_DENSITY_MILLIMOLE_PER_LITRE: BluetoothUuid16 = BluetoothUuid16::new(0x27b2);
533
534/// Bluetooth units UUID.
535///
536/// `0x27b3` time (year)
537pub const TIME_YEAR: BluetoothUuid16 = BluetoothUuid16::new(0x27b3);
538
539/// Bluetooth units UUID.
540///
541/// `0x27b4` time (month)
542pub const TIME_MONTH: BluetoothUuid16 = BluetoothUuid16::new(0x27b4);
543
544/// Bluetooth units UUID.
545///
546/// `0x27b5` concentration (count per cubic metre)
547pub const CONCENTRATION_COUNT_PER_CUBIC_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x27b5);
548
549/// Bluetooth units UUID.
550///
551/// `0x27b6` irradiance (watt per square metre)
552pub const IRRADIANCE_WATT_PER_SQUARE_METRE: BluetoothUuid16 = BluetoothUuid16::new(0x27b6);
553
554/// Bluetooth units UUID.
555///
556/// `0x27b7` milliliter (per kilogram per minute)
557pub const MILLILITER_PER_KILOGRAM_PER_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x27b7);
558
559/// Bluetooth units UUID.
560///
561/// `0x27b8` mass (pound)
562pub const MASS_POUND: BluetoothUuid16 = BluetoothUuid16::new(0x27b8);
563
564/// Bluetooth units UUID.
565///
566/// `0x27b9` metabolic equivalent
567pub const METABOLIC_EQUIVALENT: BluetoothUuid16 = BluetoothUuid16::new(0x27b9);
568
569/// Bluetooth units UUID.
570///
571/// `0x27ba` step (per minute)
572pub const STEP_PER_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x27ba);
573
574/// Bluetooth units UUID.
575///
576/// `0x27bc` stroke (per minute)
577pub const STROKE_PER_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x27bc);
578
579/// Bluetooth units UUID.
580///
581/// `0x27bd` pace (kilometre per minute)
582pub const PACE_KILOMETRE_PER_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x27bd);
583
584/// Bluetooth units UUID.
585///
586/// `0x27be` luminous efficacy (lumen per watt)
587pub const LUMINOUS_EFFICACY_LUMEN_PER_WATT: BluetoothUuid16 = BluetoothUuid16::new(0x27be);
588
589/// Bluetooth units UUID.
590///
591/// `0x27bf` luminous energy (lumen hour)
592pub const LUMINOUS_ENERGY_LUMEN_HOUR: BluetoothUuid16 = BluetoothUuid16::new(0x27bf);
593
594/// Bluetooth units UUID.
595///
596/// `0x27c0` luminous exposure (lux hour)
597pub const LUMINOUS_EXPOSURE_LUX_HOUR: BluetoothUuid16 = BluetoothUuid16::new(0x27c0);
598
599/// Bluetooth units UUID.
600///
601/// `0x27c1` mass flow (gram per second)
602pub const MASS_FLOW_GRAM_PER_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x27c1);
603
604/// Bluetooth units UUID.
605///
606/// `0x27c2` volume flow (litre per second)
607pub const VOLUME_FLOW_LITRE_PER_SECOND: BluetoothUuid16 = BluetoothUuid16::new(0x27c2);
608
609/// Bluetooth units UUID.
610///
611/// `0x27c3` sound pressure (decibel)
612pub const SOUND_PRESSURE_DECIBEL: BluetoothUuid16 = BluetoothUuid16::new(0x27c3);
613
614/// Bluetooth units UUID.
615///
616/// `0x27c4` parts per million
617pub const PARTS_PER_MILLION: BluetoothUuid16 = BluetoothUuid16::new(0x27c4);
618
619/// Bluetooth units UUID.
620///
621/// `0x27c5` parts per billion
622pub const PARTS_PER_BILLION: BluetoothUuid16 = BluetoothUuid16::new(0x27c5);
623
624/// Bluetooth units UUID.
625///
626/// `0x27c6` mass density rate ((milligram per decilitre) per minute)
627pub const MASS_DENSITY_RATE_MILLIGRAM_PER_DECILITRE_PER_MINUTE: BluetoothUuid16 = BluetoothUuid16::new(0x27c6);
628
629/// Bluetooth units UUID.
630///
631/// `0x27c7` Electrical Apparent Energy (kilovolt ampere hour)
632pub const ELECTRICAL_APPARENT_ENERGY_KILOVOLT_AMPERE_HOUR: BluetoothUuid16 = BluetoothUuid16::new(0x27c7);
633
634/// Bluetooth units UUID.
635///
636/// `0x27c8` Electrical Apparent Power (volt ampere)
637pub const ELECTRICAL_APPARENT_POWER_VOLT_AMPERE: BluetoothUuid16 = BluetoothUuid16::new(0x27c8);