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:
parent
fb73ac392c
commit
1b89ea50dc
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue