Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99

Attribute Value of a Characteristic Declaration. More...

#include <zephyr/bluetooth/gatt.h>

Data Fields

const struct bt_uuiduuid
 Characteristic UUID.
uint16_t value_handle
 Characteristic Value handle.
uint8_t properties
 Characteristic properties, a bitmap of BT_GATT_CHRC_* macros.

Detailed Description

Attribute Value of a Characteristic Declaration.

This is the data associated with the characteristic, and can be read from or written to by a GATT client depending on the characteristic properties.

Field Documentation

◆ properties

uint8_t bt_gatt_chrc::properties

Characteristic properties, a bitmap of BT_GATT_CHRC_* macros.

◆ uuid

const struct bt_uuid* bt_gatt_chrc::uuid

Characteristic UUID.

◆ value_handle

uint16_t bt_gatt_chrc::value_handle

Characteristic Value handle.


The documentation for this struct was generated from the following file: