Lines Matching +full:temperature +full:- +full:coefficient

6  * Copyright (c) 2015-2016 Intel Corporation
8 * SPDX-License-Identifier: Apache-2.0
31 /** UUID type 16-bit. */
33 /** UUID type 32-bit. */
35 /** UUID type 128-bit. */
39 /** Size in octets of a 16-bit UUID */
42 /** Size in octets of a 32-bit UUID */
45 /** Size in octets of a 128-bit UUID */
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. */
74 /** @brief Initialize a 16-bit UUID.
76 * @param value 16-bit UUID value in host endianness.
84 /** @brief Initialize a 32-bit UUID.
86 * @param value 32-bit UUID value in host endianness.
94 /** @brief Initialize a 128-bit UUID.
96 * @param value 128-bit UUID array values in little-endian format.
106 /** @brief Helper to declare a 16-bit UUID inline.
108 * @param value 16-bit UUID value in host endianness.
115 /** @brief Helper to declare a 32-bit UUID inline.
117 * @param value 32-bit UUID value in host endianness.
124 /** @brief Helper to declare a 128-bit UUID inline.
126 * @param value 128-bit UUID array values in little-endian format.
135 /** Helper macro to access the 16-bit UUID from a generic UUID. */
138 /** Helper macro to access the 32-bit UUID from a generic UUID. */
141 /** Helper macro to access the 128-bit UUID from a generic UUID. */
144 /** @brief Encode 128 bit UUID into array values in little-endian format.
146 * Helper macro to initialize a 128-bit UUID array value from the readable form
147 * of UUIDs, or encode 128-bit UUID values into advertising data
148 * Can be combined with BT_UUID_DECLARE_128 to declare a 128-bit UUID.
150 * Example of how to declare the UUID `6E400001-B5A3-F393-E0A9-E50E24DCCA9E`
157 * Example of how to encode the UUID `6E400001-B5A3-F393-E0A9-E50E24DCCA9E`
184 /** @brief Encode 16-bit UUID into array values in little-endian format.
186 * Helper macro to encode 16-bit UUID values into advertising data.
194 * @param w16 UUID value (16-bits)
201 /** @brief Encode 32-bit UUID into array values in little-endian format.
203 * Helper macro to encode 32-bit UUID values into advertising data.
211 * @param w32 UUID value (32-bits)
1214 * @brief HTS Characteristic Temperature Measurement UUID value
1218 * @brief HTS Characteristic Temperature Measurement Value
1223 * @brief HTS Characteristic Temperature Type UUID value
1227 * @brief HTS Characteristic Temperature Type
1232 * @brief HTS Characteristic Intermediate Temperature UUID value
1236 * @brief HTS Characteristic Intermediate Temperature
1241 * @brief HTS Characteristic Temperature Celsius UUID value
1245 * @brief HTS Characteristic Temperature Celsius
1250 * @brief HTS Characteristic Temperature Fahrenheit UUID value
1254 * @brief HTS Characteristic Temperature Fahrenheit
1502 * @brief GATT Characteristic Scientific Temperature in Celsius UUID Value
1506 * @brief GATT Characteristic Scientific Temperature in Celsius
1808 * @brief GATT Characteristic PLX Spot-Check Measurement UUID Value
1812 * @brief GATT Characteristic PLX Spot-Check Measurement
1952 * @brief Temperature Characteristic UUID value
1956 * @brief Temperature Characteristic
2402 * @brief Magnetic Flux Density - 2D Characteristic UUID value
2406 * @brief Magnetic Flux Density - 2D Characteristic
2411 * @brief Magnetic Flux Density - 3D Characteristic UUID value
2415 * @brief Magnetic Flux Density - 3D Characteristic
2699 * @brief OTS Object First-Created Characteristic UUID value
2703 * @brief OTS Object First-Created Characteristic
2708 * @brief OTS Object Last-Modified Characteristic UUI value
2712 * @brief OTS Object Last-Modified Characteristic
3041 * @brief GATT Characteristic CIE 13.3-1995 Color Rendering Index UUID Value
3045 * @brief GATT Characteristic CIE 13.3-1995 Color Rendering Index
3050 * @brief GATT Characteristic Coefficient UUID Value
3054 * @brief GATT Characteristic Coefficient
3059 * @brief GATT Characteristic Correlated Color Temperature UUID Value
3063 * @brief GATT Characteristic Correlated Color Temperature
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
3387 * @brief GATT Characteristic Temperature 8
3392 * @brief GATT Characteristic Temperature 8 In A Period Of Day UUID Value
3396 * @brief GATT Characteristic Temperature 8 In A Period Of Day
3401 * @brief GATT Characteristic Temperature 8 Statistics UUID Value
3405 * @brief GATT Characteristic Temperature 8 Statistics
3410 * @brief GATT Characteristic Temperature Range UUID Value
3414 * @brief GATT Characteristic Temperature Range
3419 * @brief GATT Characteristic Temperature Statistics UUID Value
3423 * @brief GATT Characteristic Temperature Statistics
3770 * @brief GATT Characteristic BR-EDR Handover Data UUID Value
3774 * @brief GATT Characteristic BR-EDR Handover Data
4823 * @brief GATT Characteristic Non-Methane Volatile Organic Compounds Concentration UUID Value
4827 * @brief GATT Characteristic Non-Methane Volatile Organic Compounds Concentration
4841 * @brief GATT Characteristic Particulate Matter - PM1 Concentration UUID Value
4845 * @brief GATT Characteristic Particulate Matter - PM1 Concentration
4850 * @brief GATT Characteristic Particulate Matter - PM2.5 Concentration UUID Value
4854 * @brief GATT Characteristic Particulate Matter - PM2.5 Concentration
4859 * @brief GATT Characteristic Particulate Matter - PM10 Concentration UUID Value
4863 * @brief GATT Characteristic Particulate Matter - PM10 Concentration
4922 * @brief GATT Characteristic High Temperature UUID Value
4926 * @brief GATT Characteristic High Temperature
4976 * @brief GATT Characteristic Relative Runtime in a Correlated Color Temperature Range UUID Value
4980 * @brief GATT Characteristic Relative Runtime in a Correlated Color Temperature Range
5226 /** @brief Create a bt_uuid from a little-endian data buffer.
5228 * Create a bt_uuid from a little-endian data buffer. The data_len parameter
5233 * @param data pointer to UUID stored in little-endian data buffer
5243 * UUID can be in any format, 16-bit, 32-bit or 128-bit.