Zephyr API 3.6.99
|
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. | |
GATT Characteristic Presentation Format Attribute Value.
uint16_t bt_gatt_cpf::description |
Description of the characteristic as defined in a higher layer profile.
int8_t bt_gatt_cpf::exponent |
Exponent field to determine how the value of this characteristic is further formatted.
uint8_t bt_gatt_cpf::format |
Format of the value of the characteristic.
uint8_t bt_gatt_cpf::name_space |
Name space of the description.
uint16_t bt_gatt_cpf::unit |
Unit of the characteristic.