Bluetooth: host: Add GATT Characteristic Aggregated format definition

Add GATT Characteristic Aggregated Format UUID definition to public
header.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2021-02-18 09:31:18 +01:00 committed by Carles Cufí
commit 1b89ea50dc

View file

@ -464,6 +464,15 @@ struct bt_uuid_128 {
*/
#define BT_UUID_GATT_CPF \
BT_UUID_DECLARE_16(BT_UUID_GATT_CPF_VAL)
/** @def BT_UUID_GATT_CAF_VAL
* @brief GATT Characteristic Aggregated Format UUID value
*/
#define BT_UUID_GATT_CAF_VAL 0x2905
/** @def BT_UUID_GATT_CAF
* @brief GATT Characteristic Aggregated Format
*/
#define BT_UUID_GATT_CAF \
BT_UUID_DECLARE_16(BT_UUID_GATT_CAF_VAL)
/** @def BT_UUID_VALID_RANGE_VAL
* @brief Valid Range Descriptor UUID value
*/