Zephyr Project API 4.1.0
A Scalable Open Source RTOS
|
Attribute Value of a Characteristic Declaration. More...
#include <gatt.h>
Data Fields | |
const struct bt_uuid * | uuid |
Characteristic UUID. | |
uint16_t | value_handle |
Characteristic Value handle. | |
uint8_t | properties |
Characteristic properties, a bitmap of BT_GATT_CHRC_* macros. | |
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.
uint8_t bt_gatt_chrc::properties |
Characteristic properties, a bitmap of BT_GATT_CHRC_*
macros.
const struct bt_uuid* bt_gatt_chrc::uuid |
Characteristic UUID.
uint16_t bt_gatt_chrc::value_handle |
Characteristic Value handle.