Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

GATT Characteristic Presentation Format Attribute Value. More...

#include <gatt.h>

Data Fields

uint8_t format
 Format of the value of the characteristic.
 
int8_t exponent
 Exponent field to determine how the value of this characteristic is further formatted.
 
uint16_t unit
 Unit of the characteristic.
 
uint8_t name_space
 Name space of the description.
 
uint16_t description
 Description of the characteristic as defined in a higher layer profile.
 

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: