BLE_API
v2.1.3
|
Characteristic Presentation Format Structure Definition. More...
#include <ble_service_base.h>
Data Fields | |
uint8_t | format |
uint8_t | exponent |
uint16_t | unit |
uint8_t | name_space |
uint16_t | description |
Characteristic Presentation Format Structure Definition.
uint16_t Charac_Presentation_Format::description |
The description of this characteristic as defined in a higher layer profile.
uint8_t Charac_Presentation_Format::exponent |
Exponent field to determine how the value of this characteristic is further formatted.
uint8_t Charac_Presentation_Format::format |
Format of the value of this characteristic.
uint8_t Charac_Presentation_Format::name_space |
The name space of the description.
uint16_t Charac_Presentation_Format::unit |
The unit of this characteristic.