Zephyr Project API 4.1.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Attribute Value of a Characteristic Declaration. More...

#include <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: