Characteristic Presentation Format Descriptor structure. More...
#include <ble_prf_types.h>
Public Attributes | |
uint16_t | unit |
Unit (The Unit is a UUID). More... | |
uint16_t | description |
Description. More... | |
uint8_t | format |
Format. More... | |
uint8_t | exponent |
Exponent. More... | |
uint8_t | name_space |
Name space. More... | |
Characteristic Presentation Format Descriptor structure.
The packed size is PRF_CHAR_PRES_FMT_SIZE.
Definition at line 90 of file ble_prf_types.h.
uint16_t prf_char_pres_fmt_t::description |
Description.
Definition at line 93 of file ble_prf_types.h.
uint8_t prf_char_pres_fmt_t::exponent |
Exponent.
Definition at line 95 of file ble_prf_types.h.
uint8_t prf_char_pres_fmt_t::format |
Format.
Definition at line 94 of file ble_prf_types.h.
uint8_t prf_char_pres_fmt_t::name_space |
Name space.
Definition at line 96 of file ble_prf_types.h.
uint16_t prf_char_pres_fmt_t::unit |
Unit (The Unit is a UUID).
Definition at line 92 of file ble_prf_types.h.