Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_gatt_cpf Struct Reference

GATT Characteristic Presentation Format Attribute Value. More...

#include <gatt.h>

Data Fields

uint8_t format
 
int8_t exponent
 
uint16_t unit
 
uint8_t name_space
 
uint16_t description
 

Detailed Description

GATT Characteristic Presentation Format Attribute Value.

Field Documentation

◆ description

uint16_t bt_gatt_cpf::description

Description of the characteristic as defined in a higher layer profile

◆ exponent

int8_t bt_gatt_cpf::exponent

Exponent field to determine how the value of this characteristic is further formatted

◆ format

uint8_t bt_gatt_cpf::format

Format of the value of the characteristic

◆ name_space

uint8_t bt_gatt_cpf::name_space

Name space of the description

◆ unit

uint16_t bt_gatt_cpf::unit

Unit of the characteristic


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