Lines Matching full:value

56 	/** UUID value, 16-bit in host endianness. */
63 /** UUID value, 32-bit in host endianness. */
70 /** UUID value, 128-bit in little-endian format. */
76 * @param value 16-bit UUID value in host endianness.
78 #define BT_UUID_INIT_16(value) \ argument
81 .val = (value), \
86 * @param value 32-bit UUID value in host endianness.
88 #define BT_UUID_INIT_32(value) \ argument
91 .val = (value), \
96 * @param value 128-bit UUID array values in little-endian format.
100 #define BT_UUID_INIT_128(value...) \ argument
103 .val = { value }, \
108 * @param value 16-bit UUID value in host endianness.
112 #define BT_UUID_DECLARE_16(value) \ argument
113 ((const struct bt_uuid *) ((const struct bt_uuid_16[]) {BT_UUID_INIT_16(value)}))
117 * @param value 32-bit UUID value in host endianness.
121 #define BT_UUID_DECLARE_32(value) \ argument
122 ((const struct bt_uuid *) ((const struct bt_uuid_32[]) {BT_UUID_INIT_32(value)}))
126 * @param value 128-bit UUID array values in little-endian format.
132 #define BT_UUID_DECLARE_128(value...) \ argument
133 ((const struct bt_uuid *) ((const struct bt_uuid_128[]) {BT_UUID_INIT_128(value)}))
146 * Helper macro to initialize a 128-bit UUID array value from the readable form
194 * @param w16 UUID value (16-bits)
196 * @return The comma separated values for UUID 16 value that
211 * @param w32 UUID value (32-bits)
213 * @return The comma separated values for UUID 32 value that
228 * @brief Generic Access UUID value
237 * @brief Generic attribute UUID value
246 * @brief Immediate Alert Service UUID value
255 * @brief Link Loss Service UUID value
264 * @brief Tx Power Service UUID value
273 * @brief Current Time Service UUID value
282 * @brief Reference Time Update Service UUID value
291 * @brief Next DST Change Service UUID value
300 * @brief Glucose Service UUID value
309 * @brief Health Thermometer Service UUID value
318 * @brief Device Information Service UUID value
327 * @brief Network Availability Service UUID value
336 * @brief Watchdog Service UUID value
345 * @brief Heart Rate Service UUID value
354 * @brief Phone Alert Service UUID value
363 * @brief Battery Service UUID value
372 * @brief Blood Pressure Service UUID value
381 * @brief Alert Notification Service UUID value
390 * @brief HID Service UUID value
399 * @brief Scan Parameters Service UUID value
408 * @brief Running Speed and Cadence Service UUID value
417 * @brief Automation IO Service UUID value
426 * @brief Cycling Speed and Cadence Service UUID value
435 * @brief Cycling Power Service UUID value
444 * @brief Location and Navigation Service UUID value
453 * @brief Environmental Sensing Service UUID value
462 * @brief Body Composition Service UUID value
471 * @brief User Data Service UUID value
480 * @brief Weight Scale Service UUID value
489 * @brief Bond Management Service UUID value
498 * @brief Continuous Glucose Monitoring Service UUID value
507 * @brief IP Support Service UUID value
516 * @brief Indoor Positioning Service UUID value
525 * @brief Pulse Oximeter Service UUID value
534 * @brief HTTP Proxy Service UUID value
543 * @brief Transport Discovery Service UUID value
552 * @brief Object Transfer Service UUID value
561 * @brief Fitness Machine Service UUID value
570 * @brief Mesh Provisioning Service UUID value
579 * @brief Mesh Proxy Service UUID value
588 * @brief Proxy Solicitation UUID value
592 * @brief Reconnection Configuration Service UUID value
601 * @brief Insulin Delivery Service UUID value
610 * @brief Binary Sensor Service UUID value
619 * @brief Emergency Configuration Service UUID value
628 * @brief Authorization Control Service UUID value
637 * @brief Physical Activity Monitor Service UUID value
646 * @brief Audio Input Control Service UUID value
655 * @brief Volume Control Service UUID value
664 * @brief Volume Offset Control Service UUID value
673 * @brief Coordinated Set Identification Service UUID value
682 * @brief Device Time Service UUID value
691 * @brief Media Control Service UUID value
700 * @brief Generic Media Control Service UUID value
709 * @brief Constant Tone Extension Service UUID value
718 * @brief Telephone Bearer Service UUID value
727 * @brief Generic Telephone Bearer Service UUID value
736 * @brief Microphone Control Service UUID value
745 * @brief Audio Stream Control Service UUID value
754 * @brief Broadcast Audio Scan Service UUID value
763 * @brief Published Audio Capabilities Service UUID value
772 * @brief Basic Audio Announcement Service UUID value
781 * @brief Broadcast Audio Announcement Service UUID value
790 * @brief Common Audio Service UUID value
799 * @brief Hearing Access Service UUID value
808 * @brief Telephony and Media Audio Service UUID value
817 * @brief Public Broadcast Announcement Service UUID value
826 * @brief GATT Primary Service UUID value
835 * @brief GATT Secondary Service UUID value
844 * @brief GATT Include Service UUID value
853 * @brief GATT Characteristic UUID value
862 * @brief GATT Characteristic Extended Properties UUID value
871 * @brief GATT Characteristic User Description UUID value
880 * @brief GATT Client Characteristic Configuration UUID value
889 * @brief GATT Server Characteristic Configuration UUID value
898 * @brief GATT Characteristic Presentation Format UUID value
907 * @brief GATT Characteristic Aggregated Format UUID value
916 * @brief Valid Range Descriptor UUID value
925 * @brief HID External Report Descriptor UUID value
934 * @brief HID Report Reference Descriptor UUID value
943 * @brief Value Trigger Setting Descriptor UUID value
947 * @brief Value Trigger Setting Descriptor
952 * @brief Environmental Sensing Configuration Descriptor UUID value
961 * @brief Environmental Sensing Measurement Descriptor UUID value
970 * @brief Environmental Sensing Trigger Setting Descriptor UUID value
979 * @brief Time Trigger Setting Descriptor UUID value
988 * @brief GAP Characteristic Device Name UUID value
997 * @brief GAP Characteristic Appearance UUID value
1006 * @brief GAP Characteristic Peripheral Privacy Flag UUID value
1015 * @brief GAP Characteristic Reconnection Address UUID value
1025 * value
1034 * @brief GATT Characteristic Service Changed UUID value
1043 * @brief GATT Characteristic Alert Level UUID value
1052 * @brief TPS Characteristic Tx Power Level UUID value
1061 * @brief GATT Characteristic Date Time UUID value
1070 * @brief GATT Characteristic Day of Week UUID value
1079 * @brief GATT Characteristic Day Date Time UUID value
1088 * @brief GATT Characteristic Exact Time 256 UUID value
1097 * @brief GATT Characteristic DST Offset UUID value
1106 * @brief GATT Characteristic Time Zone UUID value
1115 * @brief GATT Characteristic Local Time Information UUID value
1124 * @brief GATT Characteristic Time with DST UUID value
1133 * @brief GATT Characteristic Time Accuracy UUID value
1142 * @brief GATT Characteristic Time Source UUID value
1151 * @brief GATT Characteristic Reference Time Information UUID value
1160 * @brief GATT Characteristic Time Update Control Point UUID value
1169 * @brief GATT Characteristic Time Update State UUID value
1178 * @brief GATT Characteristic Glucose Measurement UUID value
1187 * @brief BAS Characteristic Battery Level UUID value
1196 * @brief BAS Characteristic Battery Power State UUID value
1205 * @brief BAS Characteristic Battery Level StateUUID value
1214 * @brief HTS Characteristic Temperature Measurement UUID value
1218 * @brief HTS Characteristic Temperature Measurement Value
1223 * @brief HTS Characteristic Temperature Type UUID value
1232 * @brief HTS Characteristic Intermediate Temperature UUID value
1241 * @brief HTS Characteristic Temperature Celsius UUID value
1250 * @brief HTS Characteristic Temperature Fahrenheit UUID value
1259 * @brief HTS Characteristic Measurement Interval UUID value
1268 * @brief HID Characteristic Boot Keyboard Input Report UUID value
1277 * @brief DIS Characteristic System ID UUID value
1286 * @brief DIS Characteristic Model Number String UUID value
1295 * @brief DIS Characteristic Serial Number String UUID value
1304 * @brief DIS Characteristic Firmware Revision String UUID value
1313 * @brief DIS Characteristic Hardware Revision String UUID value
1322 * @brief DIS Characteristic Software Revision String UUID value
1331 * @brief DIS Characteristic Manufacturer Name String UUID Value
1340 * @brief GATT Characteristic IEEE Regulatory Certification Data List UUID Value
1349 * @brief CTS Characteristic Current Time UUID value
1358 * @brief Magnetic Declination Characteristic UUID value
1367 * @brief GATT Characteristic Legacy Latitude UUID Value
1376 * @brief GATT Characteristic Legacy Longitude UUID Value
1385 * @brief GATT Characteristic Position 2D UUID Value
1394 * @brief GATT Characteristic Position 3D UUID Value
1403 * @brief GATT Characteristic Scan Refresh UUID Value
1412 * @brief HID Boot Keyboard Output Report Characteristic UUID value
1421 * @brief HID Boot Mouse Input Report Characteristic UUID value
1430 * @brief GATT Characteristic Glucose Measurement Context UUID Value
1439 * @brief GATT Characteristic Blood Pressure Measurement UUID Value
1448 * @brief GATT Characteristic Intermediate Cuff Pressure UUID Value
1457 * @brief HRS Characteristic Measurement Interval UUID value
1475 * @brief HRS Characteristic Control Point UUID value
1484 * @brief GATT Characteristic Removable UUID Value
1493 * @brief GATT Characteristic Service Required UUID Value
1502 * @brief GATT Characteristic Scientific Temperature in Celsius UUID Value
1511 * @brief GATT Characteristic String UUID Value
1520 * @brief GATT Characteristic Network Availability UUID Value
1529 * @brief GATT Characteristic Alert Status UUID Value
1538 * @brief GATT Characteristic Ringer Control Point UUID Value
1547 * @brief GATT Characteristic Ringer Setting UUID Value
1556 * @brief GATT Characteristic Alert Category ID Bit Mask UUID Value
1565 * @brief GATT Characteristic Alert Category ID UUID Value
1574 * @brief GATT Characteristic Alert Notification Control Point Value
1583 * @brief GATT Characteristic Unread Alert Status UUID Value
1592 * @brief GATT Characteristic New Alert UUID Value
1601 * @brief GATT Characteristic Supported New Alert Category UUID Value
1610 * @brief GATT Characteristic Supported Unread Alert Category UUID Value
1619 * @brief GATT Characteristic Blood Pressure Feature UUID Value
1628 * @brief HID Information Characteristic UUID value
1637 * @brief HID Report Map Characteristic UUID value
1646 * @brief HID Control Point Characteristic UUID value
1655 * @brief HID Report Characteristic UUID value
1664 * @brief HID Protocol Mode Characteristic UUID value
1673 * @brief GATT Characteristic Scan Interval Windows UUID Value
1682 * @brief DIS Characteristic PnP ID UUID value
1691 * @brief GATT Characteristic Glucose Feature UUID Value
1700 * @brief Record Access Control Point Characteristic value
1709 * @brief RSC Measurement Characteristic UUID value
1718 * @brief RSC Feature Characteristic UUID value
1727 * @brief SC Control Point Characteristic UUID value
1736 * @brief GATT Characteristic Digital Input UUID Value
1745 * @brief GATT Characteristic Digital Output UUID Value
1754 * @brief GATT Characteristic Analog Input UUID Value
1763 * @brief GATT Characteristic Analog Output UUID Value
1772 * @brief GATT Characteristic Aggregate UUID Value
1781 * @brief CSC Measurement Characteristic UUID value
1790 * @brief CSC Feature Characteristic UUID value
1799 * @brief Sensor Location Characteristic UUID value
1808 * @brief GATT Characteristic PLX Spot-Check Measurement UUID Value
1817 * @brief GATT Characteristic PLX Continuous Measurement UUID Value
1826 * @brief GATT Characteristic PLX Features UUID Value
1835 * @brief GATT Characteristic Pulse Oximetry Pulastile Event UUID Value
1844 * @brief GATT Characteristic Pulse Oximetry Control Point UUID Value
1853 * @brief GATT Characteristic Cycling Power Measurement UUID Value
1862 * @brief GATT Characteristic Cycling Power Vector UUID Value
1871 * @brief GATT Characteristic Cycling Power Feature UUID Value
1880 * @brief GATT Characteristic Cycling Power Control Point UUID Value
1889 * @brief GATT Characteristic Location and Speed UUID Value
1898 * @brief GATT Characteristic Navigation UUID Value
1907 * @brief GATT Characteristic Position Quality UUID Value
1916 * @brief GATT Characteristic LN Feature UUID Value
1925 * @brief GATT Characteristic LN Control Point UUID Value
1934 * @brief Elevation Characteristic UUID value
1943 * @brief Pressure Characteristic UUID value
1952 * @brief Temperature Characteristic UUID value
1961 * @brief Humidity Characteristic UUID value
1970 * @brief True Wind Speed Characteristic UUID value
1979 * @brief True Wind Direction Characteristic UUID value
1988 * @brief Apparent Wind Speed Characteristic UUID value
1997 * @brief Apparent Wind Direction Characteristic UUID value
2006 * @brief Gust Factor Characteristic UUID value
2015 * @brief Pollen Concentration Characteristic UUID value
2024 * @brief UV Index Characteristic UUID value
2033 * @brief Irradiance Characteristic UUID value
2042 * @brief Rainfall Characteristic UUID value
2051 * @brief Wind Chill Characteristic UUID value
2060 * @brief Heat Index Characteristic UUID value
2069 * @brief Dew Point Characteristic UUID value
2078 * @brief GATT Characteristic Trend UUID Value
2087 * @brief Descriptor Value Changed Characteristic UUID value
2091 * @brief Descriptor Value Changed Characteristic
2096 * @brief GATT Characteristic Aerobic Heart Rate Low Limit UUID Value
2105 * @brief GATT Characteristic Aerobic Threshold UUID Value
2114 * @brief GATT Characteristic Age UUID Value
2123 * @brief GATT Characteristic Anaerobic Heart Rate Lower Limit UUID Value
2132 * @brief GATT Characteristic Anaerobic Heart Rate Upper Limit UUID Value
2141 * @brief GATT Characteristic Anaerobic Threshold UUID Value
2150 * @brief GATT Characteristic Aerobic Heart Rate Upper Limit UUID Value
2159 * @brief GATT Characteristic Date of Birth UUID Value
2168 * @brief GATT Characteristic Date of Threshold Assessment UUID Value
2177 * @brief GATT Characteristic Email Address UUID Value
2186 * @brief GATT Characteristic Fat Burn Heart Rate Lower Limit UUID Value
2195 * @brief GATT Characteristic Fat Burn Heart Rate Upper Limit UUID Value
2204 * @brief GATT Characteristic First Name UUID Value
2213 * @brief GATT Characteristic Five Zone Heart Rate Limits UUID Value
2222 * @brief GATT Characteristic Gender UUID Value
2231 * @brief GATT Characteristic Heart Rate Max UUID Value
2240 * @brief GATT Characteristic Height UUID Value
2249 * @brief GATT Characteristic Hip Circumference UUID Value
2258 * @brief GATT Characteristic Last Name UUID Value
2267 * @brief GATT Characteristic Maximum Recommended Heart Rate> UUID Value
2276 * @brief GATT Characteristic Resting Heart Rate UUID Value
2285 * @brief GATT Characteristic Sport Type for Aerobic and Anaerobic Thresholds UUID Value
2294 * @brief GATT Characteristic Three Zone Heart Rate Limits UUID Value
2303 * @brief GATT Characteristic Two Zone Heart Rate Limits UUID Value
2312 * @brief GATT Characteristic VO2 Max UUID Value
2321 * @brief GATT Characteristic Waist Circumference UUID Value
2330 * @brief GATT Characteristic Weight UUID Value
2339 * @brief GATT Characteristic Database Change Increment UUID Value
2348 * @brief GATT Characteristic User Index UUID Value
2357 * @brief GATT Characteristic Body Composition Feature UUID Value
2366 * @brief GATT Characteristic Body Composition Measurement UUID Value
2375 * @brief GATT Characteristic Weight Measurement UUID Value
2384 * @brief GATT Characteristic Weight Scale Feature UUID Value
2393 * @brief GATT Characteristic User Control Point UUID Value
2402 * @brief Magnetic Flux Density - 2D Characteristic UUID value
2411 * @brief Magnetic Flux Density - 3D Characteristic UUID value
2420 * @brief GATT Characteristic Language UUID Value
2429 * @brief Barometric Pressure Trend Characteristic UUID value
2438 * @brief Bond Management Control Point UUID value
2447 * @brief Bond Management Feature UUID value
2456 * @brief Central Address Resolution Characteristic UUID value
2465 * @brief CGM Measurement Characteristic value
2474 * @brief CGM Feature Characteristic value
2483 * @brief CGM Status Characteristic value
2492 * @brief CGM Session Start Time Characteristic value
2501 * @brief CGM Session Run Time Characteristic value
2510 * @brief CGM Specific Ops Control Point Characteristic value
2519 * @brief GATT Characteristic Indoor Positioning Configuration UUID Value
2528 * @brief GATT Characteristic Latitude UUID Value
2537 * @brief GATT Characteristic Longitude UUID Value
2546 * @brief GATT Characteristic Local North Coordinate UUID Value
2555 * @brief GATT Characteristic Local East Coordinate UUID Value
2564 * @brief GATT Characteristic Floor Number UUID Value
2573 * @brief GATT Characteristic Altitude UUID Value
2582 * @brief GATT Characteristic Uncertainty UUID Value
2591 * @brief GATT Characteristic Location Name UUID Value
2600 * @brief URI UUID value
2609 * @brief HTTP Headers UUID value
2618 * @brief HTTP Status Code UUID value
2627 * @brief HTTP Entity Body UUID value
2636 * @brief HTTP Control Point UUID value
2645 * @brief HTTPS Security UUID value
2654 * @brief GATT Characteristic TDS Control Point UUID Value
2663 * @brief OTS Feature Characteristic UUID value
2672 * @brief OTS Object Name Characteristic UUID value
2681 * @brief OTS Object Type Characteristic UUID value
2690 * @brief OTS Object Size Characteristic UUID value
2699 * @brief OTS Object First-Created Characteristic UUID value
2708 * @brief OTS Object Last-Modified Characteristic UUI value
2717 * @brief OTS Object ID Characteristic UUID value
2726 * @brief OTS Object Properties Characteristic UUID value
2735 * @brief OTS Object Action Control Point Characteristic UUID value
2744 * @brief OTS Object List Control Point Characteristic UUID value
2753 * @brief OTS Object List Filter Characteristic UUID value
2762 * @brief OTS Object Changed Characteristic UUID value
2771 * @brief GATT Characteristic Resolvable Private Address Only UUID Value
2780 * @brief OTS Unspecified Object Type UUID value
2789 * @brief OTS Directory Listing UUID value
2798 * @brief GATT Characteristic Fitness Machine Feature UUID Value
2807 * @brief GATT Characteristic Treadmill Data UUID Value
2816 * @brief GATT Characteristic Cross Trainer Data UUID Value
2825 * @brief GATT Characteristic Step Climber Data UUID Value
2834 * @brief GATT Characteristic Stair Climber Data UUID Value
2843 * @brief GATT Characteristic Rower Data UUID Value
2852 * @brief GATT Characteristic Indoor Bike Data UUID Value
2861 * @brief GATT Characteristic Training Status UUID Value
2870 * @brief GATT Characteristic Supported Speed Range UUID Value
2879 * @brief GATT Characteristic Supported Inclination Range UUID Value
2888 * @brief GATT Characteristic Supported Resistance Level Range UUID Value
2897 * @brief GATT Characteristic Supported Heart Rate Range UUID Value
2906 * @brief GATT Characteristic Supported Power Range UUID Value
2915 * @brief GATT Characteristic Fitness Machine Control Point UUID Value
2924 * @brief GATT Characteristic Fitness Machine Status UUID Value
2933 * @brief Mesh Provisioning Data In UUID value
2942 * @brief Mesh Provisioning Data Out UUID value
2951 * @brief Mesh Proxy Data In UUID value
2960 * @brief Mesh Proxy Data Out UUID value
2969 * @brief GATT Characteristic New Number Needed UUID Value
2978 * @brief GATT Characteristic Average Current UUID Value
2987 * @brief GATT Characteristic Average Voltage UUID Value
2996 * @brief GATT Characteristic Boolean UUID Value
3005 * @brief GATT Characteristic Chromatic Distance From Planckian UUID Value
3014 * @brief GATT Characteristic Chromaticity Coordinates UUID Value
3023 * @brief GATT Characteristic Chromaticity In CCT And Duv Values UUID Value
3032 * @brief GATT Characteristic Chromaticity Tolerance UUID Value
3041 * @brief GATT Characteristic CIE 13.3-1995 Color Rendering Index UUID Value
3050 * @brief GATT Characteristic Coefficient UUID Value
3059 * @brief GATT Characteristic Correlated Color Temperature UUID Value
3068 * @brief GATT Characteristic Count 16 UUID Value
3077 * @brief GATT Characteristic Count 24 UUID Value
3086 * @brief GATT Characteristic Country Code UUID Value
3095 * @brief GATT Characteristic Date UTC UUID Value
3104 * @brief GATT Characteristic Electric Current UUID Value
3113 * @brief GATT Characteristic Electric Current Range UUID Value
3122 * @brief GATT Characteristic Electric Current Specification UUID Value
3131 * @brief GATT Characteristic Electric Current Statistics UUID Value
3140 * @brief GATT Characteristic Energy UUID Value
3149 * @brief GATT Characteristic Energy In A Period Of Day UUID Value
3158 * @brief GATT Characteristic Event Statistics UUID Value
3167 * @brief GATT Characteristic Fixed String 16 UUID Value
3176 * @brief GATT Characteristic Fixed String 24 UUID Value
3185 * @brief GATT Characteristic Fixed String 36 UUID Value
3194 * @brief GATT Characteristic Fixed String 8 UUID Value
3203 * @brief GATT Characteristic Generic Level UUID Value
3212 * @brief GATT Characteristic Global Trade Item Number UUID Value
3221 * @brief GATT Characteristic Illuminance UUID Value
3230 * @brief GATT Characteristic Luminous Efficacy UUID Value
3239 * @brief GATT Characteristic Luminous Energy UUID Value
3248 * @brief GATT Characteristic Luminous Exposure UUID Value
3257 * @brief GATT Characteristic Luminous Flux UUID Value
3266 * @brief GATT Characteristic Luminous Flux Range UUID Value
3275 * @brief GATT Characteristic Luminous Intensity UUID Value
3284 * @brief GATT Characteristic Mass Flow UUID Value
3293 * @brief GATT Characteristic Perceived Lightness UUID Value
3302 * @brief GATT Characteristic Percentage 8 UUID Value
3311 * @brief GATT Characteristic Power UUID Value
3320 * @brief GATT Characteristic Power Specification UUID Value
3329 * @brief GATT Characteristic Relative Runtime In A Current Range UUID Value
3338 * @brief GATT Characteristic Relative Runtime In A Generic Level Range UUID Value
3347 * @brief GATT Characteristic Relative Value In A Voltage Range UUID Value
3351 * @brief GATT Characteristic Relative Value In A Voltage Range
3356 * @brief GATT Characteristic Relative Value In A Illuminance Range UUID Value
3360 * @brief GATT Characteristic Relative Value In A Illuminance Range
3365 * @brief GATT Characteristic Relative Value In A Period Of Day UUID Value
3369 * @brief GATT Characteristic Relative Value In A Period Of Day
3374 * @brief GATT Characteristic Relative Value In A Temperature Range UUID Value
3378 * @brief GATT Characteristic Relative Value In A Temperature Range
3383 * @brief GATT Characteristic Temperature 8 UUID Value
3392 * @brief GATT Characteristic Temperature 8 In A Period Of Day UUID Value
3401 * @brief GATT Characteristic Temperature 8 Statistics UUID Value
3410 * @brief GATT Characteristic Temperature Range UUID Value
3419 * @brief GATT Characteristic Temperature Statistics UUID Value
3428 * @brief GATT Characteristic Time Decihour 8 UUID Value
3437 * @brief GATT Characteristic Time Exponential 8 UUID Value
3446 * @brief GATT Characteristic Time Hour 24 UUID Value
3455 * @brief GATT Characteristic Time Millisecond 24 UUID Value
3464 * @brief GATT Characteristic Time Second 16 UUID Value
3473 * @brief GATT Characteristic Time Second 8 UUID Value
3482 * @brief GATT Characteristic Voltage UUID Value
3491 * @brief GATT Characteristic Voltage Specification UUID Value
3500 * @brief GATT Characteristic Voltage Statistics UUID Value
3509 * @brief GATT Characteristic Volume Flow UUID Value
3518 * @brief GATT Characteristic Chromaticity Coordinate (not Coordinates) UUID Value
3527 * @brief GATT Characteristic RC Feature UUID Value
3536 * @brief GATT Characteristic RC Settings UUID Value
3545 * @brief GATT Characteristic Reconnection Configuration Control Point UUID Value
3554 * @brief GATT Characteristic IDD Status Changed UUID Value
3563 * @brief GATT Characteristic IDD Status UUID Value
3572 * @brief GATT Characteristic IDD Annunciation Status UUID Value
3581 * @brief GATT Characteristic IDD Features UUID Value
3590 * @brief GATT Characteristic IDD Status Reader Control Point UUID Value
3599 * @brief GATT Characteristic IDD Command Control Point UUID Value
3608 * @brief GATT Characteristic IDD Command Data UUID Value
3617 * @brief GATT Characteristic IDD Record Access Control Point UUID Value
3626 * @brief GATT Characteristic IDD History Data UUID Value
3635 * @brief GATT Characteristic Client Supported Features UUID value
3644 * @brief GATT Characteristic Database Hash UUID value
3653 * @brief GATT Characteristic BSS Control Point UUID Value
3662 * @brief GATT Characteristic BSS Response UUID Value
3671 * @brief GATT Characteristic Emergency ID UUID Value
3680 * @brief GATT Characteristic Emergency Text UUID Value
3689 * @brief GATT Characteristic ACS Status UUID Value
3698 * @brief GATT Characteristic ACS Data In UUID Value
3707 * @brief GATT Characteristic ACS Data Out Notify UUID Value
3716 * @brief GATT Characteristic ACS Data Out Indicate UUID Value
3725 * @brief GATT Characteristic ACS Control Point UUID Value
3734 * @brief GATT Characteristic Enhanced Blood Pressure Measurement UUID Value
3743 * @brief GATT Characteristic Enhanced Intermediate Cuff Pressure UUID Value
3752 * @brief GATT Characteristic Blood Pressure Record UUID Value
3761 * @brief GATT Characteristic Registered User UUID Value
3770 * @brief GATT Characteristic BR-EDR Handover Data UUID Value
3779 * @brief GATT Characteristic Bluetooth SIG Data UUID Value
3788 * @brief GATT Characteristic Server Supported Features UUID value
3797 * @brief GATT Characteristic Physical Activity Monitor Features UUID Value
3806 * @brief GATT Characteristic General Activity Instantaneous Data UUID Value
3815 * @brief GATT Characteristic General Activity Summary Data UUID Value
3824 * @brief GATT Characteristic CardioRespiratory Activity Instantaneous Data UUID Value
3833 * @brief GATT Characteristic CardioRespiratory Activity Summary Data UUID Value
3842 * @brief GATT Characteristic Step Counter Activity Summary Data UUID Value
3851 * @brief GATT Characteristic Sleep Activity Instantaneous Data UUID Value
3860 * @brief GATT Characteristic Sleep Activity Summary Data UUID Value
3869 * @brief GATT Characteristic Physical Activity Monitor Control Point UUID Value
3878 * @brief GATT Characteristic Activity Current Session UUID Value
3887 * @brief GATT Characteristic Physical Activity Session Descriptor UUID Value
3896 * @brief GATT Characteristic Preferred Units UUID Value
3905 * @brief GATT Characteristic High Resolution Height UUID Value
3914 * @brief GATT Characteristic Middle Name UUID Value
3923 * @brief GATT Characteristic Stride Length UUID Value
3932 * @brief GATT Characteristic Handedness UUID Value
3941 * @brief GATT Characteristic Device Wearing Position UUID Value
3950 * @brief GATT Characteristic Four Zone Heart Rate Limit UUID Value
3959 * @brief GATT Characteristic High Intensity Exercise Threshold UUID Value
3968 * @brief GATT Characteristic Activity Goal UUID Value
3977 * @brief GATT Characteristic Sedentary Interval Notification UUID Value
3986 * @brief GATT Characteristic Caloric Intake UUID Value
3995 * @brief GATT Characteristic TMAP Role UUID Value
4004 * @brief Audio Input Control Service State value
4013 * @brief Audio Input Control Service Gain Settings Properties value
4022 * @brief Audio Input Control Service Input Type value
4031 * @brief Audio Input Control Service Input Status value
4040 * @brief Audio Input Control Service Control Point value
4049 * @brief Audio Input Control Service Input Description value
4058 * @brief Volume Control Setting value
4067 * @brief Volume Control Control point value
4076 * @brief Volume Control Flags value
4085 * @brief Volume Offset State value
4094 * @brief Audio Location value
4103 * @brief Volume Offset Control Point value
4112 * @brief Volume Offset Audio Output Description value
4121 * @brief Set Identity Resolving Key value
4129 * @brief Set size value
4138 * @brief Set lock value
4147 * @brief Rank value
4156 * @brief GATT Characteristic Encrypted Data Key Material UUID Value
4165 * @brief GATT Characteristic Apparent Energy 32 UUID Value
4174 * @brief GATT Characteristic Apparent Power UUID Value
4183 * @brief GATT Characteristic CO2 Concentration UUID Value
4192 * @brief GATT Characteristic Cosine of the Angle UUID Value
4201 * @brief GATT Characteristic Device Time Feature UUID Value
4210 * @brief GATT Characteristic Device Time Parameters UUID Value
4219 * @brief GATT Characteristic Device Time UUID Value
4228 * @brief GATT Characteristic Device Time Control Point UUID Value
4237 * @brief GATT Characteristic Time Change Log Data UUID Value
4246 * @brief Media player name value
4255 * @brief Media Icon Object ID value
4264 * @brief Media Icon URL value
4273 * @brief Track Changed value
4282 * @brief Track Title value
4291 * @brief Track Duration value
4300 * @brief Track Position value
4309 * @brief Playback Speed value
4318 * @brief Seeking Speed value
4327 * @brief Track Segments Object ID value
4336 * @brief Current Track Object ID value
4345 * @brief Next Track Object ID value
4354 * @brief Parent Group Object ID value
4363 * @brief Group Object ID value
4372 * @brief Playing Order value
4381 * @brief Playing Orders supported value
4390 * @brief Media State value
4399 * @brief Media Control Point value
4408 * @brief Media control opcodes supported value
4417 * @brief Search result object ID value
4426 * @brief Search control point value
4435 * @brief GATT Characteristic Energy 32 UUID Value
4445 * @brief Media Player Icon Object Type value
4454 * @brief Track Segments Object Type value
4463 * @brief Track Object Type value
4472 * @brief Group Object Type value
4481 * @brief GATT Characteristic Constant Tone Extension Enable UUID Value
4490 * @brief GATT Characteristic Advertising Constant Tone Extension Minimum Length UUID Value
4499 * @brief GATT Characteristic Advertising Constant Tone Extension Minimum Transmit Count UUID Value
4508 * @brief GATT Characteristic Advertising Constant Tone Extension Transmit Duration UUID Value
4517 * @brief GATT Characteristic Advertising Constant Tone Extension Interval UUID Value
4526 * @brief GATT Characteristic Advertising Constant Tone Extension PHY UUID Value
4535 * @brief Bearer Provider Name value
4544 * @brief Bearer UCI value
4553 * @brief Bearer Technology value
4562 * @brief Bearer URI Prefixes Supported List value
4571 * @brief Bearer Signal Strength value
4580 * @brief Bearer Signal Strength Reporting Interval value
4589 * @brief Bearer List Current Calls value
4598 * @brief Content Control ID value
4607 * @brief Status flags value
4616 * @brief Incoming Call Target Caller ID value
4625 * @brief Call State value
4634 * @brief Call Control Point value
4643 * @brief Optional Opcodes value
4652 * @brief Terminate reason value
4661 * @brief Incoming Call value
4670 * @brief Incoming Call Friendly name value
4679 * @brief Microphone Control Service Mute value
4688 * @brief Audio Stream Endpoint Sink Characteristic value
4697 * @brief Audio Stream Endpoint Source Characteristic value
4706 * @brief Audio Stream Endpoint Control Point Characteristic value
4715 * @brief Broadcast Audio Scan Service Scan State value
4724 * @brief Broadcast Audio Scan Service Receive State value
4733 * @brief Sink PAC Characteristic value
4742 * @brief Sink PAC Locations Characteristic value
4751 * @brief Source PAC Characteristic value
4760 * @brief Source PAC Locations Characteristic value
4769 * @brief Available Audio Contexts Characteristic value
4778 * @brief Supported Audio Context Characteristic value
4787 * @brief GATT Characteristic Ammonia Concentration UUID Value
4796 * @brief GATT Characteristic Carbon Monoxide Concentration UUID Value
4805 * @brief GATT Characteristic Methane Concentration UUID Value
4814 * @brief GATT Characteristic Nitrogen Dioxide Concentration UUID Value
4823 * @brief GATT Characteristic Non-Methane Volatile Organic Compounds Concentration UUID Value
4832 * @brief GATT Characteristic Ozone Concentration UUID Value
4841 * @brief GATT Characteristic Particulate Matter - PM1 Concentration UUID Value
4850 * @brief GATT Characteristic Particulate Matter - PM2.5 Concentration UUID Value
4859 * @brief GATT Characteristic Particulate Matter - PM10 Concentration UUID Value
4868 * @brief GATT Characteristic Sulfur Dioxide Concentration UUID Value
4877 * @brief GATT Characteristic Sulfur Hexafluoride Concentration UUID Value
4886 * @brief Hearing Aid Features Characteristic value
4895 * @brief Hearing Aid Preset Control Point Characteristic value
4904 * @brief Active Preset Index Characteristic value
4913 * @brief GATT Characteristic Fixed String 64 UUID Value
4922 * @brief GATT Characteristic High Temperature UUID Value
4931 * @brief GATT Characteristic High Voltage UUID Value
4940 * @brief GATT Characteristic Light Distribution UUID Value
4949 * @brief GATT Characteristic Light Output UUID Value
4958 * @brief GATT Characteristic Light Source Type UUID Value
4967 * @brief GATT Characteristic Noise UUID Value
4976 * @brief GATT Characteristic Relative Runtime in a Correlated Color Temperature Range UUID Value
4985 * @brief GATT Characteristic Time Second 32 UUID Value
4994 * @brief GATT Characteristic VOC Concentration UUID Value
5003 * @brief GATT Characteristic Voltage Frequency UUID Value
5012 * @brief BAS Characteristic Battery Critical Status UUID Value
5021 * @brief BAS Characteristic Battery Health Status UUID Value
5030 * @brief BAS Characteristic Battery Health Information UUID Value
5039 * @brief BAS Characteristic Battery Information UUID Value
5048 * @brief BAS Characteristic Battery Level Status UUID Value
5057 * @brief BAS Characteristic Battery Time Status UUID Value
5066 * @brief GATT Characteristic Estimated Service Date UUID Value
5075 * @brief BAS Characteristic Battery Energy Status UUID Value
5084 * @brief GATT Characteristic LE GATT Security Levels UUID Value
5094 * @brief GATT Characteristic UDI for Medical Devices UUID Value
5104 * @brief Gaming Service UUID value
5113 * @brief Gaming Audio Profile Role UUID value
5122 * @brief Gaming Audio Profile Unicast Game Gateway Features UUID value
5131 * @brief Gaming Audio Profile Unicast Game Terminal Features UUID value
5140 * @brief Gaming Audio Profile Broadcast Game Sender Features UUID value
5149 * @brief Gaming Audio Profile Broadcast Game Receiver Features UUID value
5222 * @return negative value if @a u1 < @a u2, 0 if @a u1 == @a u2, else positive